Results 1 to 4 of 4

Thread: SQL Server question

  1. #1

    Thread Starter
    Member
    Join Date
    May 2004
    Posts
    36

    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

  2. #2
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170
    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.

  3. #3
    Banned jhermiz's Avatar
    Join Date
    Jun 2002
    Location
    Antarctica
    Posts
    2,492
    You can also make backups and move dbs around to other SQL Servers. You can reinstantiate it via RESTORE command.

    Jon

  4. #4

    Thread Starter
    Member
    Join Date
    May 2004
    Posts
    36
    thanks guys...

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width