Viewing 15 posts - 1 through 15 (of 117 total)
August 4, 2017 at 11:45 am
I'd be constantly worried about torn pages. Dang teenagers.
WHILE 1 = 1
BEGIN
SELECT * FROM msdb..suspect_pages
...
August 4, 2017 at 11:45 am
Thanks Steve the below are results of
database_namedatabase_sizeunallocated space
Skynet 632264.44 MB1069.05 MB
reserveddataindex_sizeunused
625659272 KB614870648 KB7833128 KB2955496 KB
I will try the script out of increasing database size and look...
October 14, 2016 at 9:46 am
I have a 14 million record table that gets frequent updates, inserts, and reads from reports. I'm trying to find a way to improve the performance and reduce blocking\locking. Ideally...
July 7, 2014 at 8:18 am
GilaMonster (7/2/2014)
Sliding window, fast deletes (of entire partition of data), index rebuilds at the partition level.Partitioning's not usually about performance in the first place.
Thanks Gail. For those benefits do you...
July 2, 2014 at 3:10 pm
My guess is the credit card authorization guy would go first. Thanks for explaining the logic though!
April 8, 2014 at 9:41 am
have you updated statistics and or see any differences in execution plans compared to prod. Like compare the tasks in the execution plans with prod's.
also maybe prod has buffer cache...
February 4, 2014 at 4:40 pm
GilaMonster (1/19/2014)
January 20, 2014 at 7:45 am
Perry Whittle (8/20/2012)
both instances on the same VM?
No two vms sorry.
August 20, 2012 at 1:29 pm
GilaMonster (8/20/2012)
Add it to the principal and ensure that the file path exists on the mirror.Why are you adding a second log file?
For training (curiosity) reasons on my VM.
August 20, 2012 at 11:38 am
you're right. i couldn't test this because i'm on a iphone right now but if he added WHERE filetype = 'log' in his subquery on the join then it should...
August 14, 2012 at 4:21 pm
Ah man I forgot we can replace subqueries with joins which is faster than subqueries
Evil Kraig F (8/14/2012)
SELECT
s.[databaseid]
,s.[databasename]
,s.[filename]
,s.[filetype]
FROM
#stuff AS...
August 14, 2012 at 4:15 pm
Beautiful! I have no experience with partition. Does it have a better execution plan too? I could find out myself but I'm on an iPhone right now.
smallmoney (8/14/2012)
August 14, 2012 at 4:13 pm
Windows Event Log (Application):
SQL Server Scheduled Job 'SystemDB MaintenancePlan.Full Backup' (0x6CB778EBF25F664B91FA765B1513846E) - Status: Failed - Invoked on: 2012-07-23 00:00:00 - Message: The job failed. The Job was invoked by...
July 24, 2012 at 9:37 am
Vikrant S Patil (7/24/2012)
like say:
Backup database master to disk =...
July 24, 2012 at 9:06 am
Viewing 15 posts - 1 through 15 (of 117 total)