Viewing 7 posts - 1 through 7 (of 7 total)
Great script. I noticed not all of my databases were showing under --> Database(s) Details <--. The join is using name and several of my databases have logical...
November 20, 2012 at 12:22 pm
udayroy15 (8/29/2012)
August 29, 2012 at 8:44 am
dineshbabus (6/25/2012)
Can anyone explain how two rows will be inserted. I tried the same and for me only first record is getting inserted.
create table T1 (a int not null,b...
June 25, 2012 at 6:27 am
Here is a quick script to detach all Test_ databases in my instance. If you need to detach everything, use the commented line in the cursor. You can...
June 1, 2012 at 6:31 am
Hugo Kornelis (5/17/2012)
wdolby (5/17/2012)
May 18, 2012 at 6:32 am
I got this wrong thinking the entire batch would roll back. After playing around with it, now I know the transactions prior to the rollback will still be committed...
May 17, 2012 at 10:35 am
Viewing 7 posts - 1 through 7 (of 7 total)