Viewing 15 posts - 6,256 through 6,270 (of 7,191 total)
I don't think you're going to be able to do this without at least a momentary interruption to service as you switch to a different database server. You might...
October 15, 2007 at 9:07 am
rhat (10/15/2007)
October 15, 2007 at 8:11 am
Back up your databases and restore them on the new server. Lots of discussion about stuff like that on this site. Likewise, you should also be able to...
October 15, 2007 at 5:01 am
Sandy
This behaviour is documented in Books Online. Have a look at this topic:
ms-help://MS.SQLCC.v9/MS.SQLSVR.v9.en/tsqlref9/html/248df62a-7334-4bca-8262-235a28f4b07f.htm
John
October 15, 2007 at 1:00 am
Stephen
Use the ROW_NUMBER function. You'll find it in Books Online and there are some examples of how to use it in there as well.
John
October 12, 2007 at 9:35 am
Ewan
Are you saying you have two instances on the same computer: a default instance and a named instance called mssqlserver?
John
October 12, 2007 at 8:59 am
Ed
Did you check the destination file for triggers? Is there an error message? Have you checked the errorlog and the Windows Event Log? Try opening the text...
October 12, 2007 at 8:56 am
Ed
Have you worked out which rows are missing to see whether they have anything in common? Is it the last 1656 rows from the text file? Is there...
October 12, 2007 at 8:35 am
Do you have a backup of your database when it was 512MB? If so, perhaps you could restore it to another server, or on the same server with a...
October 12, 2007 at 3:48 am
There is another way, and that's to use the information in sysreferences and sysconstraints (I think) to write a script that will give you the tables in a hierarchical order....
October 12, 2007 at 3:44 am
One way of doing it, if you have the patience, is to use the database diagram tool in Enterprise Manager. This will show you which tables have relationships with...
October 12, 2007 at 3:23 am
roger clarke (6/20/2007)
October 12, 2007 at 2:29 am
Frank
Please will you post the RESTORE statement your trying and the exact error message it returns.
Thanks
John
October 12, 2007 at 2:08 am
Jon
How about a job that runs every day at midnight and checks the values in the StartDate column against today's date and copies them over if it's identical? Here's...
October 12, 2007 at 1:41 am
Sorry, I don't understand what you mean by "from 2 days". What sort of database is it, how many users use it and what sort of transactions does it...
October 12, 2007 at 1:34 am
Viewing 15 posts - 6,256 through 6,270 (of 7,191 total)