Viewing 15 posts - 2,611 through 2,625 (of 49,571 total)
pooyan_pdm (8/19/2016)
August 19, 2016 at 1:45 pm
Brandie Tarvin (8/19/2016)
GilaMonster (8/19/2016)
!!!!https://www.pluralsight.com/courses/identifying-fixing-performance-issues-caused-parameter-sniffing
And massive amount of work it was too. Recording's the easy part. Scripting is the most time consuming, editing probably the most difficult.
Congrats! Nice accomplishment.
Is this one...
August 19, 2016 at 1:38 pm
!!!!
https://www.pluralsight.com/courses/identifying-fixing-performance-issues-caused-parameter-sniffing
And massive amount of work it was too. Recording's the easy part. Scripting is the most time consuming, editing probably the most difficult.
August 19, 2016 at 10:39 am
I'd go straight for 16. It's a good version, lots of new features that you may find useful (temporal tables, stretch DB, always encrypted, dynamic data masking, etc), and it's...
August 19, 2016 at 5:28 am
Consider tossing the sequence table away and using SQL's built-in sequence objects (in the product since 2012 iirc) once you get up to SQL 2014. They have the same mechanics...
August 19, 2016 at 5:17 am
I don't know why that warning sometimes appears. It might be the QO needs multi-column stats, which will not be manually created. I need to research that sometime.
I'd say nuke...
August 19, 2016 at 5:05 am
pooyan_pdm (8/18/2016)
Replication is a deprecated feature and Microsoft is not adding any thing new to it
Citation needed.
MSDN does not list replication as a deprecated feature. Please reference your source for...
August 19, 2016 at 5:00 am
info.sqldbamail (8/19/2016)
If we do shrinking do i need to stop log shipping jobs or will it break log shipping configuration?
No and no.
August 19, 2016 at 4:58 am
BLOB_EATER (8/18/2016)
Grant Fritchey (8/18/2016)
Jeff Moden (8/18/2016)
It also names the stats in a fashion almost identical to how SQL Server does it
BWA-HA-HA!
I was just having a conversation about statistics in...
August 18, 2016 at 2:03 pm
Jeff Moden (8/18/2016)
August 18, 2016 at 2:00 pm
Yup, but those column stats are usually very important (if they weren't necessary the optimiser wouldn't have had them created), and there's still the index stats on indexes that you're...
August 17, 2016 at 4:10 pm
kramaswamy (8/17/2016)
August 17, 2016 at 3:29 pm
Since you're on 2014, open a case with product support.
August 17, 2016 at 2:59 pm
I wouldn't do it that way round.
Index rebuild first, if necessary, afterwards update any stats that need updating.
August 17, 2016 at 2:53 pm
A strongly recommend against doing the above. It'll work, but not well. The guidelines for adding partitions is to ensure that no data needs to move from one partition to...
August 17, 2016 at 2:49 pm
Viewing 15 posts - 2,611 through 2,625 (of 49,571 total)