Introduction to Local SQL Server

Local SQL Server is an MSDE database (Microsoft Data Engine), which is 100 % compliant with an SQL Server database. The database is installed by default in  C:\All Programs\Microsoft SQL Server\ unless you specified another location when installing ClicknDECiDE Server or ClicknDECiDE Builder.

 

What do you want to do?

hdarrow.gif  Learn about Local SQL Server

 

 

Learn about Local SQL Server

The Local Database can be used as a data source and/or a target database to store data from other databases.

To manage this database, you can refer to the following articles to learn more about the key commands to create or drop databases and/or tables, and how to make a backup or restore your Local Database.

 

Create a database in your MSDE database

Create a table inside a database in your MSDE database

Backup an MSDE database

Delete a database in your MSDE database

Delete a table in a database in your MSDE database

Restore an MSDE database

 

htop.gif Top of Page 

See Also