Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
In this topic, you will learn how to create a Microsoft SQL Server Compact 3.5 (SQL Server Compact 3.5) database on a computer that is running Microsoft SQL Server 2008.
To create a database on the server
In SQL Server Management Studio, open Object Explorer.
Note
You can use SQL Server Management Studio or SQL Server Management Studio Express to create a database. You can install SQL Server Management Studio Express from Microsoft Download Center.
In Object Explorer, click Connect, and then choose SQL Server Compact 3.5.
In the Connect to Server dialog box, select <New Database…> from the Database file drop-down list.
In the Create New SQL Server Compact 3.5 Database dialog box, type a file path and file name for the new database file. You can optionally select the default collation, case sensitivity, and choose whether you want to encrypt or password-protect the database. If you choose to encrypt or password-protect the database, type a password, and then click OK.
Click Connect to connect to the new SQL Server Compact 3.5 database. The database is now displayed in Object Explorer.
See Also
Other Resources
Working with Databases (SQL Server Compact)