Viewing 15 posts - 3,376 through 3,390 (of 4,745 total)
no, and it would not make sense to do so. Use update statistics or sp_updatestats in your target database to derive correct and up to date stats foe your database
September 13, 2009 at 5:47 am
good to hear. what do you think actually fixed it? orphaned users would simply not have been able to connect rather than cause blocking.
September 13, 2009 at 3:01 am
Locking or blocking? The disks have changed so maybe some problem with their configuration? What is the most common wait type, is it IO related?
run perfmon see what response times...
September 12, 2009 at 10:46 am
Krishna (9/12/2009)
Rem (9/11/2009)
What is the best method to backup Resource Database? Does someone already has a script for it?
I just realize that this databases is not taken in...
September 12, 2009 at 8:04 am
if you bought the secondary online, backed it up then made changes, you broke the lsn chain as soon as you bought it online. To be able to restore logs...
September 11, 2009 at 10:51 am
Its not worth moving the system database log files to another drive, theres no performance benefit and you just complicate your install process and put future upgrades at risk. Where...
September 10, 2009 at 4:41 pm
it won't.
to avoid the problem, when you install SQL, clicked advanced on the features to install screen and enter where you want the database engine data files to be...
September 10, 2009 at 3:52 pm
SQL just expects those files to be in the same locaton as the master database. as long as they are you will be ok if you set up replication or...
September 10, 2009 at 12:05 pm
if you mean the distmdl.mdf and .ldf files these are not required till you set up replication.
Just use windows cut and paste, SQL does not lock these files. simples!
September 10, 2009 at 10:34 am
check out DDL triggers
September 10, 2009 at 10:15 am
Marcin Gol [SQL Server MVP] (9/9/2009)
a common and good practice is to use windows authentication and just disable their accounts.
......and of course if you have reached the nirvana of all...
September 10, 2009 at 3:36 am
replication is not dependant on the recovery mode to function, the publisher can be in simple mode as it will not allow transactions to be removed from the publisher until...
September 9, 2009 at 3:11 pm
Viewing 15 posts - 3,376 through 3,390 (of 4,745 total)