Software Index
Related Topics
Popular Trends
Trending Topics
 

Access Sql Server Database

Product Title  /  Popularity Revised License Rating Size
Toad for SQL Server
Toad for SQL Server empowers SQL Server developers and administrators develop code more efficiently. It also provides utilities to compare, extract and search for objects, manage projects, import/export data and administer the database. Toad for MySQL increases developer productivity and ...
August 17th 2006 Freeware  5 stars 37,055k
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
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
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
FmPro Migrator
FmPro Migrator quickly and accurately migrates FileMaker Pro database structure and data to MySQL, Oracle, Access, SQL Server, Sybase, DB2, OpenBase, PostgreSQL, FrontBase, SQLite and Valentina.

-- Converts Access Forms/Reports, Relationships, Value Lists, Queries and Visual Basic to FileMaker 11
...
December 20th 2010 Demo    43,945k
Database Convert
1) The Database Convert software is wizard-like; it's so easy, everyone can use it. You convert one database to the other just only 3 steps!!!
2) Database Convert supports multi-type databases. It can interchangeably convert MySQL, Access, SQL Server, Excel, ...
September 18th 2005 Shareware    713k
Recovery Toolbox for SQL Server
This utility repairs damaged mdf files that are not accessible by Microsoft SQL Server due to any problem that is not investigated yet. No need to forget about the investigation of data corruption issue, but you may be interested in ...
October 14th 2008 Shareware    1,813k
SQL Server Recovery Toolbox
SQL Server Recovery Toolbox safely opens damaged mdf files, created by Microsoft SQL Server without any efforts of you. It does not mean that you should grant access to database settings to all users. SQL Server Recovery Toolbox is a ...
October 30th 2010 Shareware    1,846k
ASPRunner Professional
ASPrunnerPro is a database management tool that provides easy access and manipulation possibilities for any database on the Web. Designed to suit all users from beginners to experienced developers, ASPRunnerPro creates Active Server Pages (ASP) enabling users to search, edit, ...
June 21st 2005 Shareware  4.5 stars 2,800k
Genius Connect
Have you ever been frustrated by the fact that you can't see and use vital information stored in your database while working in Outlook or Exchange?

GeniusConnect turns Outlook into a more powerful information management tool through database connectivity!
-Improved ...
November 16th 2006 Shareware  5 stars 2,389k
ASPMaker
ASPMaker is a powerful ASP code generator that can generate a full set of ASP (Active Server Pages) quickly from a Microsoft Access Database, SQL Server or any Data Source that supports ADO. Using ASPMaker, you can instantly create Web ...
July 21st 2007 Shareware  5 stars 8,253k
Genius Connect
Synchronize Outlook data with any relational database!

With GeniusConnect, you can export your Microsoft Outlook data to a database and also load data from the database into a Microsoft Outlook folder. You can use your own database schema!
You can ...
October 4th 2005 Shareware  5 stars 1,663k
Genius Connect - Mail
Have you ever been frustrated by the fact that you can't see and use vital information stored in your database while working in Outlook or Exchange?

GeniusConnect turns Outlook into a more powerful information management tool through database connectivity!
-Improved ...
March 4th 2006 Shareware  5 stars 1,982k
SchemaToDoc for Sql Server
Document Sql Server Databases. SchemaToDoc for Sql Serverexports Sql Server metadata to an easy-to-read Word document. The program documents: Primary Keys, Field Information (type, size, defaults, nullable), Indexes, Check Constraints, Comments, Foreign Keys, Triggers, Views, and Stored Procedures. The program ...
June 28th 2006 Shareware  5 stars 33k
DBConvert for Access & MSSQL
Access to MS SQL Server database converter performs MS Access to MSSQL and MSSQL server to MS Access conversions. Features: Unicode Support, Primary keys and Indexes conversion, Interactive (GUI) mode / command line mode, Built-in scheduler, Renaming of tables, fields, ...
March 14th 2007 Shareware    6,361k
SQL Server Data Recovery
SQL server data recovery software easily repairs the corrupt, damaged files of SQL server version 2000 and 2005. The sql recovery software is easy to operate and recovers tables, deleted records, views, triggers, stored procedures from the .mdf files. The ...
September 23rd 2007 Shareware    2,079k
SwisSQL - SQL Server to Oracle Migration Tool
SwisSQL - SQL Server to Oracle Edition is an Automated Migration tool to convert stored procedures implemented in Microsoft SQL Server Transact SQL into equivalent Oracle PL/SQL code. It automates more than 80% of the Transact SQL code conversion into ...
October 24th 2007 Shareware  5 stars 15,106k
FlySpeed DB Migrate to SQL Server
FlySpeed DB Migrate to SQL Server enables complete migration of the structure and data, or transfer data to the structure that already exists. It supports ADO, ODBC, Unicode strings and offers unprecedented speed, flexibility of configuration and control over the ...
November 13th 2007 Shareware    5,553k
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
REAL SQL Server for Mac
A powerful, reliable database server. Ideal for use with REALbasic, REAL SQL Server runs on Windows, Macintosh and Linux. REAL SQL Server is based on SQLite, a powerful, public-domain database engine widely used by Google, Sun Microsystems, McAfee, Mozilla Firefox ...
March 4th 2011 Demo    11,069k
Related Scripts
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     
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     
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     
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
SwisSQL - DBChangeManager
SwisSQL DBChangeManager is an affordable and easy-to-use tool for Comparison and Synchronization of Microsoft SQL Server database schema. It also offers powerful Reporting, Auditing and a Web based client interface which makes it the best fit for collaborative database development ...
September 10th 2007 Commercial    24k
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     
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
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
What is a SQL Server Parameter Do you know it? No worries!
Parameters? No problems! See how to easily pass parameters from your VB.Net application to Stored Procedure SQL Server and get the output result! Have fun!
May 3rd 2011     19k
New Software
Popular Software