Viewing 15 posts - 2,326 through 2,340 (of 4,745 total)
AWE only comes into it if you have more than 4GB memory and you are using 32 bit.
September 4, 2010 at 1:04 pm
I knew what you meant Grant.
Thanks for the feedback. 🙂
September 3, 2010 at 2:14 pm
Ok, a bit of humble pie eating here.
this is the output from msdb..backupset. a full backup was taken followed by 3 tranlog backups. Nothing changed between the full backup and...
September 3, 2010 at 9:52 am
In my experience only the status column is of interest. If the value = 2 the vlf contains active transactions, if it = 0, it does not.
If status = 2...
September 2, 2010 at 6:46 am
Yogirk (9/2/2010)
September 2, 2010 at 6:42 am
always, always, backup your system databases. Difficult to recover a SQL instance without them.
September 2, 2010 at 3:13 am
well they would be in your backup of msdb.
you could also use SSMS to script them out to file, and use your offsiting process to include those scripts.
It's a good...
September 1, 2010 at 3:48 pm
Rudy Panigas (9/1/2010)
September 1, 2010 at 2:25 pm
shutting down the OS down cleanly shuts SQL down cleanly, the end result is the same as stopping the SQL services first.
you would still want to schedule the OS shut...
September 1, 2010 at 1:00 pm
mtillman-921105 (8/31/2010)
george sibbald (8/31/2010)
mtillman-921105 (8/31/2010)
August 31, 2010 at 12:36 pm
mtillman-921105 (8/31/2010)
August 31, 2010 at 12:10 pm
Brandie Tarvin (8/31/2010)
WayneS (8/31/2010)
So, based on this, can you now explain what an Active/Active/Passive cluster is?I've got an Active/Active/Active/Passive cluster. @=)
not anymore, you've got an n+1 cluster, same as everyone...
August 31, 2010 at 12:06 pm
WayneS (8/31/2010)
So, based on this, can you now explain what an Active/Active/Passive cluster is?
now referred to as an 'n+1' configuration by microsoft.
August 31, 2010 at 9:08 am
Microsoft refer to these as multi-instance failover clusters now.
for the simplest case of a two node cluster, it is where you have more than one instance of SQL installed on...
August 31, 2010 at 7:22 am
Sql Server books Online is a good place to start
look up backup database and dbcc shrinkfile.
I would say in this case you must shrink the log file to about 20%...
August 28, 2010 at 12:46 pm
Viewing 15 posts - 2,326 through 2,340 (of 4,745 total)