Viewing 8 posts - 1 through 8 (of 8 total)
Here's the query:
SELECT [T].[name] AS 'TableName',
.[name] AS 'IndexName',
.[is_primary_key] AS 'IsPrimaryKey',
.[is_unique_constraint] AS 'IsUniqueConstraint',
.[is_unique] AS 'IsUnique',
[DDIUS].[user_seeks] AS 'UserSeeks',
[DDIUS].[user_scans] AS 'UserScans',
[DDIUS].[user_lookups] AS...
December 6, 2017 at 9:53 am
Sometimes, 'the book' gives you the right to say no. However, the fourth or fifth time you say no, aren't people going to start to bypass you? If I were...
April 24, 2017 at 7:05 am
Yes it did, thanks for pointing this out.
I had to experiment a little bit to figure out what was going on. Two of the columns in the original table were...
February 17, 2016 at 2:14 pm
Alan.B (2/17/2016)
WHERE Column3 = ''
is the...
February 17, 2016 at 11:27 am
Thanks to everyone who replied for your input. It helps to have a community like this as we battle the misunderstandings and misinformation around SQL Server.
February 4, 2016 at 6:35 am
Steve Jones - SSC Editor (2/2/2016)
I'm not completely sure what you mean here. Are you doing backups with SQL Server as "backup database mydb to disk = 'xx.bak'?
Yes, that's what...
February 2, 2016 at 1:12 pm
iannoble (5/24/2015)
It's 8kb as that's the paging size that SQL uses, they work off that not the allocation unit size to maximise performance.
This is something I have a question about....
January 20, 2016 at 11:59 am
Viewing 8 posts - 1 through 8 (of 8 total)