Viewing 15 posts - 2,431 through 2,445 (of 49,571 total)
There's unlikely to be a performance gain from partition whether you put the partitions to one filegroup or to multiple. Partitioning is not a performance feature, it's for data management,...
September 9, 2016 at 3:13 pm
No, because leading zeros are meaningless on numeric data. If you have something that should have leading zeros, it should be stored as a string, because it's not numeric data.
September 9, 2016 at 10:58 am
MOC courses aren't books. They're in-person training courses offered by official trainers, often working for the large training providers.
September 9, 2016 at 10:37 am
Gazareth (9/9/2016)
What I've learnt from that thread:1. Gail's desktop is faster than mine.
Considering how much money I've thrown at that...
September 9, 2016 at 10:26 am
Any particular reason? Merge is a pain to write, no more efficient than separate statements in most cases, and has been found to have assorted bugs in it over the...
September 9, 2016 at 7:29 am
What I'd suggest is, instead of killing sessions, and instead of using the Query Govenor (users aren't going to voluntarily set that, and server-wide means *everything* gets it), is to...
September 9, 2016 at 7:27 am
Please note: 6 year old thread
Chandan.mssqldba (9/9/2016)
SQL Server 2008 R2 is the latest release of Microsoft SQL Server.
That was true 6 years ago, not now.
If you're going to copy-paste...
September 9, 2016 at 5:42 am
Please note: 9 year old thread.
15. Dates and Times. New data types: Date, Time, Date Time Offset.
16. File Stream. New data type VarBinary(Max) FileStream for managing binary data.
17. Table Value...
September 9, 2016 at 5:06 am
Scalar UDF vs built-in function on 100 million rows.
Disclaimer, I had to run this on a different machine to the 1 million row test. 1 million was done on a...
September 9, 2016 at 4:24 am
Grant Fritchey (9/9/2016)
BrainDonor (9/9/2016)
September 9, 2016 at 3:17 am
Call Microsoft Customer Support and open a case. Stack dumps are hard to debug, CSS has tools that we don't. Make sure you're on the latest SP & CU first.
September 9, 2016 at 2:55 am
The Dixie Flatline (9/8/2016)
Edited to add:
You can't divide by zero...
You can't divide by zero...
You can't divide by zero...
You...
September 9, 2016 at 1:46 am
The Dixie Flatline (9/8/2016)
And, ... PLEASE, PLEASE post a valid usage if you're aware of one in REAL business data management.
Averages, percentiles, counts of non-responses.
A scientific model that I've...
September 9, 2016 at 1:44 am
Gregory Hart (9/8/2016)
September 9, 2016 at 1:39 am
Gregory Hart (9/8/2016)
September 9, 2016 at 1:28 am
Viewing 15 posts - 2,431 through 2,445 (of 49,571 total)