Viewing 15 posts - 1,156 through 1,170 (of 9,641 total)
In theory you could do something like this:
ALTER DATABASE SnapshotDB1 SET SINGLE_USER WITH ROLLBACK IMMEDIATE;
GO
ALTER DATABASE SnapshotDB1 MODIFY NAME = SnapshotDB3
GO
ALTER DATABASE SnapshotDB2 SET SINGLE_USER WITH ROLLBACK IMMEDIATE;
GO
ALTER DATABASE...
February 26, 2014 at 10:56 am
Thanks for all the encouragement guys.
Quick update. Had one in-person and one telephone interview last week that both led to 2nd interviews scheduled this week. Still being pretty...
February 24, 2014 at 10:00 am
So I just spent about 25 minutes catching up on the thread. Had actually been busy at work and with life in general until today.
Glad to hear Lynn gets...
February 13, 2014 at 12:25 pm
The weather here in New England has been odd this winter. We'll have a decent sized snow storm roll through (6+ inches), then we'll warm up to close to...
January 29, 2014 at 7:56 am
Jeff Moden (1/25/2014)
January 27, 2014 at 7:55 am
Steve Jones - SSC Editor (1/9/2014)
Ben Westfall (1/9/2014)
Learn to fly!http://www.aopa.org/Pilot-Resources/Learn-to-Fly
-Ben
Afraid of heights. I don't like big planes, and don't get on little ones.
Hey, but maybe learning to fly would help...
January 9, 2014 at 12:22 pm
For me a sabbatical, if it needed to be non-work related, would have something to do with sports. Since my oldest son is really into baseball I'd try to...
January 9, 2014 at 9:40 am
Hey, all brand new SQLSaturday in a new state- SQLSaturday 293 - Maine. Be among the first to submit to speak, http://sqlsaturday.com/293/callforspeakers.aspx. Especially those of you who...
December 20, 2013 at 3:47 pm
Grant Fritchey (12/20/2013)
WayneS (12/20/2013)
For...
December 20, 2013 at 10:35 am
WayneS (12/20/2013)
For instance:
on-call...
December 20, 2013 at 10:32 am
Denise,
It like your issue is here:
exec sp_trace_setfilter @TraceID, 10, 0, 7, N'SQL Server Profiler - b7e10d24-0864-4609-8149-58bd0dc813d7'
exec sp_trace_setfilter @TraceID, 11, 0, 6, N'MGH\adtnotices'
--> Customization is now completed <--
-----------------------------------------------------------------------------
-- This filter is...
December 19, 2013 at 8:34 am
WayneS (12/18/2013)
Jack Corbett (12/17/2013)
December 19, 2013 at 6:50 am
WayneS (12/16/2013)
Jack Corbett (12/16/2013)
WayneS (12/13/2013)
Greg Edwards-268690 (12/13/2013)
jasona.work (12/13/2013)
Ed Wagner (12/13/2013)
jasona.work (12/13/2013)
I mean seriously, 12 days until X-Mas? It feels like it was...
December 17, 2013 at 12:33 pm
WayneS (12/13/2013)
Greg Edwards-268690 (12/13/2013)
jasona.work (12/13/2013)
Ed Wagner (12/13/2013)
jasona.work (12/13/2013)
I mean seriously, 12 days until X-Mas? It feels like it was only a couple weeks ago...
December 16, 2013 at 7:33 am
Unless maybe in MPP, where you are sending work to different physical machines.
I would like to see the examples, just to understand what I might be missing and could maybe...
November 19, 2013 at 9:35 am
Viewing 15 posts - 1,156 through 1,170 (of 9,641 total)