Viewing 15 posts - 1,096 through 1,110 (of 49,571 total)
As-is, there's little to nothing you can do. The query has no where clause, so there's no indexes that will help. The distinct forces a sort (or hash table) and...
July 19, 2017 at 10:22 am
July 19, 2017 at 10:16 am
Phil Parkin - Wednesday, July 19, 2017 8:49 AMIs this cheating?
EXEC sys.xp_cmdshell 'date /t';
EXEC sys.xp_cmdshell 'time /t';
Now I'm tempted to...
July 19, 2017 at 9:40 am
July 19, 2017 at 7:18 am
July 19, 2017 at 6:57 am
Have you removed all the objects in that filegroup?
July 19, 2017 at 3:24 am
Is it still unavailable?
If you query sys.database, what's the exact value for State_desc for that database?
July 19, 2017 at 1:13 am
So in 4 days, the index has been modified a large number of times as data changed, but never read.
Does that sound efficient and useful?
July 19, 2017 at 1:02 am
Good.
Now size the log file properly, set the recovery to full and take a full backup to start the log chain, then you should be back to normal.
July 18, 2017 at 10:33 am
You might need more than 2. You need some form of shared storage and a domain controller.
There are definitely blog posts on setting up this kind of lab,...
July 18, 2017 at 8:44 am
Try with multiple VMs. I don't think you can cluster two instances on teh same machine, but you can cluster instances in two VMs
July 18, 2017 at 6:56 am
Or look in the Windows Event log for the Windows events around shutdown and restart.
July 18, 2017 at 6:48 am
July 18, 2017 at 6:39 am
Viewing 15 posts - 1,096 through 1,110 (of 49,571 total)