Viewing 15 posts - 256 through 270 (of 4,745 total)
is this the only database mirrored on the server. It could have been caused by a lot of things, network glitch, slow network, mirrored server rebooted.
the important thing is did...
March 17, 2014 at 12:02 pm
what do you mean by timed out? Databases don't time out, calls to the database do. What was the actual message in the errorlog?
March 17, 2014 at 11:40 am
Someone else tasked with performing the DR database work. That means they may not necessarily have written the procedures and\or scripts, but knows where to get hold of them and...
March 17, 2014 at 11:36 am
first be sure they are not being used, so remove in a non-prod environment first and test thoroughly.
Avoid removing non-clustered indexes defined as unique. They may not show up as...
March 17, 2014 at 9:49 am
The old principal will take up its role as the new mirror. Users may not be aware they are connecting to a mirror, and ideally should not care. There may...
March 15, 2014 at 3:08 pm
you don't HAVE to, if its not causing you amy performance issues, but you may want to to separate out the instances more.
March 15, 2014 at 10:41 am
yes you can, from the failover with command
ALTER DATABASE database_name
SET PARTNER = FORCE_SERVICE_ALLOW_DATA_LOSS
March 15, 2014 at 9:03 am
mirroring is not like logshipping, it does not have its own log backups and copy over logs, it replicates at the transaction level. Therefore you MUST continue with your log...
March 13, 2014 at 11:59 am
SQLRNNR (3/13/2014)
xp_cmdshell 'net localgroup administrators'
GO
xp_cmdshell 'WMIC USERACCOUNT LIST BRIEF'
GO
xp_cmdshell 'WMIC USERACCOUNT LIST FULL'
GO
Which extended stored procedure...
March 13, 2014 at 11:33 am
yes, but the question says insert, rather than import, so does SSIS run the insert as a bulk import by default, or is that a setting you can choose..................just trying...
March 5, 2014 at 11:24 am
Stewart "Arturius" Campbell (3/5/2014)
however, this will require a full backup before and after.
Bulk logged...
March 5, 2014 at 11:02 am
TerrenceTheCat (3/3/2014)
March 3, 2014 at 10:19 am
GilaMonster (3/3/2014)
ChrisM@Work (3/3/2014)
GilaMonster (3/3/2014)
March 3, 2014 at 6:17 am
TerrenceTheCat (3/3/2014)
The reason returning to a back up does not appear to be an option is that, the person I am helping cannot determine the correct backup file for...
March 3, 2014 at 6:10 am
Viewing 15 posts - 256 through 270 (of 4,745 total)