Viewing 15 posts - 16 through 30 (of 119 total)
You might consider running UPDATE STATS on the object after you've run your INDEXDEFRAG.
Stats are only updated automatically as part of a REBUILD operation and are not updated when you...
August 5, 2008 at 8:46 am
Perry Whittle (7/31/2008)
Gordon (7/30/2008)
Perry, can you elaborate a bit more on which part of the CIMV2 you used?
WIN32_Processor, as i pointed out previously this class returns an instance for each...
July 31, 2008 at 7:38 am
Tried looking via Powershell and unless your on Vista or Server 2008, you're not getting anything through the Win32_* classes that WMI exposes. Although, I haven't looked completely through...
July 30, 2008 at 3:18 pm
Spot on.
FWIW, restoring t-logs from files is really not much different than from a device. You can create a loop to iterate the directory and basically build your restore...
July 29, 2008 at 7:30 am
Exactamudno!
An example that backs up t-logs every hour would go as follows:
At 2pm a job would run.
BACKUP LOG FooDB
TO DISK = 'C:\BACKUP\FooDB_20080728_1400.TRN' -- 2PM log backup
WITH INIT
GO
At 3pm the...
July 28, 2008 at 6:58 pm
IMO, yes, you should be using some type of more reliable staging media and find a way of automating that to tape. I would also suggest that you either...
July 28, 2008 at 3:16 pm
See here: topic
When you append backups to a file or device, each time the backup runs it checks each of the devices previous backups. So, the more backups you...
July 28, 2008 at 8:46 am
Appears to be related to SP2 build 3042 (the "bad" one). Found that the server was reducing backup buffers due to memory pressure. By dropping the MAXTRANSFERSIZE of...
July 22, 2008 at 3:30 pm
Carl Federl (7/18/2008)
July 18, 2008 at 5:02 pm
-r
From BOL under "SQLCMD"....
-r [ 0 | 1 ] msgs to stderr
July 18, 2008 at 3:09 pm
You can switch between full and bulk_logged without breaking the chain...that's one of the advantages to having bulk_logged as an option (that you can switch back & forth for these...
July 18, 2008 at 3:06 pm
Ken Simmons (7/17/2008)
Create Table #tmp
(dbname varchar(100), RecoveryModel...
July 17, 2008 at 11:38 am
July 10, 2008 at 3:18 pm
Sounds like you took one of Joe Changs classes.... 🙂
The rationalization wrt SAN Cache is that the SQL Server already has a cache (RAM) and is trying to utilize...
June 26, 2008 at 4:29 pm
I wouldn't use the default administrative (X$) shares for these types of operations. This means that your source server account has[/i] to be in the Administrators group on the...
June 18, 2008 at 10:20 am
Viewing 15 posts - 16 through 30 (of 119 total)