Viewing 15 posts - 3,196 through 3,210 (of 4,745 total)
yes it is
]http://msdn.microsoft.com/en-us/library/ms365603.aspx
BTW, if you are in high safety mode the mirroring is synchronous.
November 18, 2009 at 5:54 am
then as this is a one-off task you may as well keep it simple and use windows explorer to move the files.
November 17, 2009 at 2:00 pm
don't use a cursor, use dynamic SQL to create your commands as shown above
Are all the files moving from the same place to the same new location? If not how...
November 17, 2009 at 11:00 am
I think you have found your problem, blkby does mean 'blocked by', your backup is waiting for the other one to complete. Only one full db backup can run at...
November 16, 2009 at 4:18 pm
suspended means at the time you ran sp_who2 the query was waiting on some resource, not necessarily a problem unless it continues to wait.
To see what it is waiting on...
November 16, 2009 at 2:16 pm
Run that script via SSMS and see what the result is.
When you run it via your package run a sp_who2 to see whats going on with the backup task.
Fragmentation will...
November 16, 2009 at 12:46 pm
post the spec of your server.
you already seem to know which processes are causing the high cpu, so investigate the SQL behind them, and check out the health of the...
November 16, 2009 at 5:22 am
Is that data and log? Is the log on the same drive? This might be a case where you can shrink the log down to the maximum size it actually...
November 15, 2009 at 4:24 pm
If you leave auto create statistics on for the database these will be re-created over time. If you believe you require some of them urgently to maintain performance you could...
November 15, 2009 at 1:53 pm
Paul White (11/13/2009)
Steve Jones - Editor (11/13/2009)
Sent George a note. We'll sort him out.Awesome Steve - thanks!
this seems like a good place to thank paul and steve for doing this....
November 14, 2009 at 9:38 am
Hey Paul, I heard from steve, the wheels are in motion. Thanks a lot mate 😀
November 14, 2009 at 4:07 am
dreamthebest (11/13/2009)
The idea of changing the default database is good but there are lots of logins and it...
November 13, 2009 at 12:37 pm
If you go for the alter database..modify file method, (which I recommend) you will need to offline the database first and bring it back online once you have moved the...
November 13, 2009 at 12:30 pm
Viewing 15 posts - 3,196 through 3,210 (of 4,745 total)