Viewing 5 posts - 1 through 5 (of 5 total)
Dear Eric:
For whatever it's worth to you, we've been using SQL Express 2005 for a DB of about 70 tables and 50 users. Table sizes up to a couple...
March 1, 2010 at 7:33 am
I finally figured out how to restore the DB under a new name by using SQL Server Management's Tasks option. Not very intuitive, is it.
Thanks for your help.
June 26, 2009 at 8:35 am
Now I get the error message "Incorrect syntax near '='" I assume the error is at the first instance:
'Records'='C:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\Data\Records', etc.
Question: Don't I want this archived, renamed...
June 26, 2009 at 7:41 am
The command
Restore filelistonly from disk='backupfile' gave me the logical file names "Records" and "Records_log"
Executing
Restore database Records2009 from disk='path+filename.bak' with move datafile_name='C:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\Data\Records', logfile_name='C:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\Data\Records_log'
continued...
June 26, 2009 at 6:52 am
The Backup command executed OK. However, the Restore command
Restore database Records2009 from disk='path+filename.bak' with move datafile_name='C:\Program Files\Microsoft SQL Server\MSSQL.2\MSSQL\Data\Records2009', logfile_name='C:\Program Files]Microsoft SQL Server\MSSQL.2\MSSQL\Data\Records2009'
resulted in the error messages "Incorrrect syntax...
June 26, 2009 at 6:20 am
Viewing 5 posts - 1 through 5 (of 5 total)
This website stores cookies on your computer.
These cookies are used to improve your website experience and provide more personalized services to you, both on this website and through other media.
To find out more about the cookies we use, see our Privacy Policy