Software Index
Related Topics
Popular Trends
Trending Topics
 

Restore Ms Sql Server Database

All | Freeware
Product Title  /  Popularity Revised License Rating Size
MS SQL Server Compare Two Tables Software
Find content differences between two tables in a MS SQL Server database. Find added and deleted records. Find changed data within the tables.
February 1st 2007 Shareware    472k
EMS MS SQL Manager Professional
EMS MS SQL Manager is a powerful graphical tool for Microsoft SQL Server administration and development. It makes creating and editing MS SQL Server database objects easy and fast, and allows you to run SQL scripts, manage users and their ...
December 16th 2004 Shareware    4,659k
MS SQL Server Search & Extract Data Software
Search for certain characters within a MS SQL Server database. If these characters are found, extract the fields and save to file. Also, extract data between starting and ending characters throughout the entire database.
September 18th 2006 Shareware    344k
MS SQL Server Sybase Anywhere Import, Export & Convert Software
Quickly transfer tables to and from MS SQL Server and Sybase ASA (Adaptive Server Anywhere) databases. Importing and exporting can be done without SQL knowledge. This program is not intended for use with Sybase Enterprise.
March 25th 2007 Shareware    405k
MS SQL Server Editor Software
Make changes to the data found within a MS SQL Server 2000 or 2005 table.
May 23rd 2007 Shareware    506k
MS SQL Server Sybase ASE Import, Export & Convert Software
Transfer tables to and from MS SQL Server and Sybase ASE (Adaptive Server Enterprise) databases. Importing and exporting can be done without SQL knowledge.
July 4th 2007 Shareware    411k
Excel MS SQL Server Import, Export & Convert Software
Use MS Excel as a front-end interface to a MS SQL Server database. Use Excel to import and export tables to and from a MS SQL Server 2000 or 2005 database. Read and write tables to and from Excel without ...
August 26th 2007 Shareware    406k
CSV to MSSQL Loader
CSV to MSSQL is a tool to Convert, Migrate data from / to MS SQL to CSV or from CSV files to MSSQL. You can convert multiple files in one go from MSSQL to CSV or from CSV / Delimited ...
October 18th 2009 Shareware    2,947k
SQL Server Backup
SQL Server Backup is a backup and restore utility for Microsoft SQL Server 2008 , 2005 , 2000 , 7.0 , MSDE , WMSDE , SQL Server 2005, 2008 Express. It can backup SQL Server database to local hard disk ...
June 2nd 2005 Shareware    6,236k
SQL Server Password Recovery
Password recovery of SQL database files. Lost and forgotten passwords of MS SQL databases are easy to recover with Kernel for SQL password recovery software. It recovers highly encrypted, multilingual characters and strong passwords with long characters instantly. Recover password ...
February 3rd 2009 Shareware    783k
MS SQL Server to XML Convert Software
Convert MS SQL Server 2000 or 2005 tables to XML through a step by step wizard. XML output can be fully customized to contain database fields as tags and additional tags for separating records.
October 15th 2006 Shareware    453k
MS SQL Server Import Multiple Text Files Software
Load text files (or csv files) to MS SQL Server. Create a new table or append to an existing table based on the contents of a file on your computer.
January 14th 2007 Shareware    400k
DBScribe for SQL Server
DBScribe: a SQL Server sql documentation tool that creates precise technical documentation of every detail of a database schema in moments. DBScribe supports a rich set of documentation styles, output formats (HTML, CHM, MS Word Document), wizard and command line ...
March 13th 2007 Shareware    7,649k
DBSync for Firebird and MS SQL
DBSync for Firebird and MS SQL is a dependable bi-directional database converter and synchronizer that enables you to migrate data from Firebird to MS SQL server and from MS SQL to Firebird. DBSync features: Unicode Support, InterBase databases synchronization support, ...
September 26th 2009 Shareware    16,565k
DBSync for Oracle and MS SQL
DBSync for Oracle and MS SQL is a dependable bi-directional database converter and synchronizer that enables you to migrate data from Oracle to MS SQL server and from MS SQL to Oracle. DBSync features: Unicode Support, Oracle databases synchronization support, ...
June 22nd 2010 Shareware    49,755k
DBConvert for Oracle and MS SQL
DBConvert for Oracle and MS SQL is a dependable bi-directional database converter which enables you to migrate data from Oracle to MS SQL server and from MS SQL to Oracle. DBConvert features: Unicode Support, Primary keys and Indexes conversion, Interactive ...
June 23rd 2010 Shareware    50,154k
DBConvert for MS SQL and DB2
DBConvert for MS SQL and DB2 is a reliable two-way database migration tool which allows to convert data from IBM DB2 to MS SQL server or from MS SQL to IBM DB2. DBConvert features: CLOB, BLOB, BINARY LARGE OBJECT DB2 ...
September 27th 2011 Shareware    20,377k
Stellar Phoenix SQL Recovery Software
Stellar Phoenix SQL Recovery Software Software software is an easy to use application designed for corrupted Microsoft SQL (.mdf) files. Stellar Phoenix SQL Recovery is designed to recover and repair corrupted Microsoft SQL Database File. The MS SQL repair application ...
February 7th 2012 Demo    5,973k
blueshell Data Guy
The blueshell Data Guy is an ADO-based editor for virtually all types of databases. This program supports Jet (Access and ISAMs like dBase, Paradox etc.), Oracle and SQL server. Additionally you can use other OLEDB or ODBC providers.

All connections, schemas, ...
September 29th 2003 Shareware  4 stars 1,231k
blueshell Active Tables
blueshell Active Tables are much more than a database grid!


blueshell Active Tables are designed to connect Visual Basic 5/6 as well as all the languages of .NET (like C#, VB.NET and J#) to various databases including Oracle, MS SQL Server, ...
September 29th 2003 Shareware  5 stars 1,252k
Related Scripts
MS SQL Server Database Documentor
MS SQL Server Database Documentor is a Windows compatible script Automatically creates a MS Word documentation of your chosen database.You will need to enable Word macros, and use medium security settings.If all is well, then when you open the documentor, ...
November 27th 2005 Freeware     
Accessing the System Registry using MS SQL Server - PART 1
This is an article that guides users to use MS SQL server to access the system registry. In this tutorial the author says that accessing system registry can be easily done by the users with the help of XP_regread -a ...
December 11th 2005 Freeware     
2 Ways of Displaying Data from an SQL Server Database using ASP.NET
2 Ways of Displaying Data from an SQL Server Database using ASP.NET is an ASP.NET tutorial through which you can learn about getting the records from the Sql Server database and showing the data in the ASPX page. In this ...
November 26th 2005 Freeware     
Accessing a Microsoft SQL Server database from PHP running under Linux
This tutorial teaches the users how to access an ms sql server with php installed on linux. The author tells the users that there are fundamentally two techniques to have a remote access from unix to an MS SQL server ...
November 25th 2005 Freeware     
ASP.NET Tutorial: Count Records from SQL Server Database using ADO.NET, SQL, and Visual Basic.NET
Count Records from SQL Server Database using ADO.NET, SQL, and Visual Basic.NET is a tutorial for those who needs to show the record count on the ASP page. In this tutorial author demonstrates it by calling the executescalar method.
November 22nd 2005 Freeware     
Developing SQL Server Database Explorer
Developing SQL Server Database Explorer is a tutorial for those who needs to list various databases, tables and columns of the tables. In this tutorial the author gives you the sample source code for a windows based application that helps ...
December 17th 2005 Freeware     
Displaying Images from SQL Server database in ASP.NET DataGrid
This is an interesting article that deals with the information regarding the display of binary data in the datagrid control from the SQL-Server database table. This article clearly shows how to place a datagrid in the web forms, fetch the ...
December 6th 2005 Freeware     
How To Update a SQL Server Database by Using the SqlDataAdapter Object in Visual Basic .NET
How To Update a SQL Server Database by Using the SqlDataAdapter Object in Visual Basic .NET is an article in which the author demonstrates the procedure for utilizing SQLDataAdapter objects for updating the modified data of the dataset in the ...
December 14th 2005 Freeware     
Use OPENXML to Minimize SQL Server Database Calls
Use OPENXML to Minimize SQL Server Database Calls is a reference which offers detailed description about the newly added OPENXML function which offers adding row set view to the XML documents. This article discusses about various process done by this ...
December 20th 2005 Freeware     
e-SoftEasy Business Analytics
Create HTML/PDF Reports/Charts/Dashboards from multiple Database Servers (Oracle, MS SQL Server, MS Access, MySQL, etc). Filter, sort and group your data in any way ,create queries using your SQL knowledge, create master reports, design powerful ad hoc reports, show easily ...
October 9th 2007 Commercial    1,794k
Related Code
xSQL SDK - SQL Server Compare v2.0
Integrating SQL Server database scripting, comparison and synchronization functionality in your own applications has never been easier or quicker! Built on the .NET platform with 100% C# codebase and optimized for large databases it is fast and supports all SQL ...
February 4th 2006      
Web Frontend for SQL Server
It is a web fontend from SQL Server. you can work with tables (create, delete, edit etc.), views and procedures and more. It has a good query builder. You can Attach/Detach, Backup/Restore, Export database also.
May 4th 2010     67k
Capitalize First Character in SQL SERVER
Here is a procedure for SQL Server which can be created in a module and called from a query using InitCap([fieldname])....thanks to Paul
May 3rd 2006     1k
wucBlog
This application is a simple Blog app that makes use of MS SQL Server, Stored Procedures, and Web User Controls. When I tested the copy over in .net, I found that it was easier to create a new web project ...
May 2nd 2009     595k
ASPMyAdmin For SQL Server
ASPMyAdmin is a SQL Server front end developed by Sukalyan Chakraborty, aimed to develop it into a full featured SQL Server web front end in future for free usage. Please send your comments, feedback, bug reports and suggestions so that ...
July 19th 2010     67k
New Software
Popular Software