Viewing 15 posts - 2,671 through 2,685 (of 4,745 total)
You cannot for system databases but you can for user databases, by either backup\restore or detach\attach. Backup\restore preferred as backout is easier just in case.
So get everything at instance level...
April 14, 2010 at 6:19 am
try starting in multi user mode, connect and see if you can spot any other connections.
April 12, 2010 at 7:56 am
lets hope it was a non-serious post, but without the relevant emoticon or knowledge of the OP, hard to tell!
;-):ermm::unsure:
April 12, 2010 at 7:01 am
April 12, 2010 at 6:48 am
did you also stop SQLAgent? Is this a cluster?
April 12, 2010 at 6:47 am
I feel the need to clarify that............
the activity so far will be in the log backup, but if you restore with recovery it will be rolled back if it had...
April 11, 2010 at 1:08 pm
a transaction won't be part of a log backup until it is committed and therefore becomes inactive.
So if your update is one transaction none of it will be included in...
April 11, 2010 at 12:45 pm
why use bcp at all? Whats wrong with a SQLAgent job that outputs to a text file?
That sounds easier and quicker than a C# routine and SMO 🙂
April 10, 2010 at 4:29 am
doesn't seem simple to me, looks fiddly and manual and therefore error prone.
I presume this is intended to be a one off process to update your copy of the...
April 9, 2010 at 2:35 pm
If a restart was required the service pack would have requested one at the end of the install.
April 9, 2010 at 6:49 am
mark avis-234606 (4/8/2010)
I thought...
April 9, 2010 at 4:46 am
If I understand correctly you are already switching to simple mode to shrink the log, so why don't you switch to simple, reindex, shrink log,switch to full, backup.
whether the reorganise...
April 8, 2010 at 4:32 pm
Zahid Hasan (4/8/2010)
April 8, 2010 at 4:20 pm
In bulk logged mode just a record of the extents moved as part of the reindex is recorded in the log, this could be a lot of extents, but as...
April 8, 2010 at 4:11 pm
Glad we got there.
why the need to unpublish/republish? would a reinitialise not do?
What rates you offering for the job? :-D:-)
April 8, 2010 at 3:33 am
Viewing 15 posts - 2,671 through 2,685 (of 4,745 total)