Viewing 15 posts - 2,971 through 2,985 (of 4,745 total)
the restore would assign as owner whoever ran the restore command.
If that is not what you want use sp_changedbowner to set it after the restore completes
February 5, 2010 at 6:41 am
if this is bcp or bulk insert check out the tablock hint.
February 5, 2010 at 6:37 am
it is not possible to restore system databases to another server which is at a different patch level. You would have to upgrade the target server to be at the...
February 5, 2010 at 6:28 am
moamidino (2/3/2010)
could you write the steps?
see the link in my first post for the process
February 3, 2010 at 6:20 am
Joie,
thanks for the reply. I dropped the subscriptions via the replication monitor wizard. So If I did it manually and used sp_dropsubscription that would also remove it from the subscription...
February 3, 2010 at 3:45 am
Steve Jones - Editor (2/2/2010)
Gail,Thanks, never knew that. Does it apply from 2005->2008 as well?
I had mentioned it earlier in the thread :ermm:
February 2, 2010 at 8:15 am
upgrade definitely do it. a migration, I've never had to.
Just thinking, on a migration or even a restore to the same server, data will have to be read from disk...
February 2, 2010 at 7:30 am
anyone want to chime in on this thread?
http://www.sqlservercentral.com/Forums/Topic856377-5-2.aspx?Update=1
Its become about people having to update statistics after doing a database backup\restore. Interested how many people do this and any insights as...
February 2, 2010 at 7:10 am
Ok, I am thinking saying that statistics are held in sysindexes might be simplistic so I have done some digging. Results so far
dbcc show_statistics in BOL says
The query optimizer stores...
February 2, 2010 at 7:06 am
yes between versions stats need redoing because of changes in the optimiser , but the same version should not be an issue.
February 2, 2010 at 6:14 am
Hmmm. Having trouble wrapping my head around this one. I hope its not true or everything I hold dear about backups turns out to be a lie. I cannot remember...
February 2, 2010 at 4:13 am
Steve Jones - Editor (2/1/2010)
If you're using RDP, network isn't an issue.Stats should move, but as Jeff mentioned, they often don't seem to in a backup/restore.
I thought Jeff was joking...
February 1, 2010 at 9:45 am
Gail,
what happened to the new years resolution to spend less time on the forums because of workload?
Still top 5 in January with over 700 posts?
Tsk, tsk. 🙂
February 1, 2010 at 9:29 am
Alvin Ramard (2/1/2010)
Dave Ballantyne (2/1/2010)
How many times do we have to go through this one ???I see another use of that 4 letter word: "dear"
yes, its not often I get...
February 1, 2010 at 9:08 am
check the processor busy %in perfmon (or task manager) see if they are maxed out
February 1, 2010 at 9:00 am
Viewing 15 posts - 2,971 through 2,985 (of 4,745 total)