|
-
May 26th, 2004, 01:13 AM
#1
Thread Starter
Member
SQL Server question
I have never developed a database using SQL Server. How do you save a SQL Server Database in a specified location....like in the directory where your source code.
Thanks,
Blake
-
May 26th, 2004, 02:02 AM
#2
You don't.
The databases are in a central repository. It's not like MS-Access, where you can move your MDB file around. Instead, you can use the query analyzer or enterprise manager tools to work with the databases.
-
May 26th, 2004, 08:51 AM
#3
Banned
You can also make backups and move dbs around to other SQL Servers. You can reinstantiate it via RESTORE command.
Jon
-
May 26th, 2004, 09:29 AM
#4
Thread Starter
Member
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|