Viewing 15 posts - 2,521 through 2,535 (of 6,038 total)
RonKyle (6/22/2016)
They use disks on Star Trek: The Original Series, so maybe disks will make a comeback at some point.;-)
Gene Roddenberry invented the floppy disk, just like invented the smart...
June 22, 2016 at 8:00 am
I'm sure that scribes in ancient Egypt saw papyrus as an innovation over clay tablets. However, today most of what we know about Egypt comes from the clay tablets as...
June 22, 2016 at 7:54 am
So this basically just T-SQL with additional extensions for sourcing from or outputting to flat files and also perhaps analytical functions?
June 22, 2016 at 7:49 am
It's easy to give away millions when you have billions; you just setup a charity, skim a small percentage of profit off the top, and appoint other people to muck...
June 21, 2016 at 9:01 am
chris 24158 (6/17/2016)
I can’t emphasize this patch enough. There is a MSVC, runtime library patch needed by...
June 21, 2016 at 8:14 am
Jeff Moden (6/20/2016)
Eric M Russell (6/20/2016)
Jeff Moden (6/17/2016)
June 20, 2016 at 2:03 pm
In addition to table scans, another common problem is hash match joins, which occur when SQL Server builds up an index on the fly, consuming time and tempdb storage, when...
June 20, 2016 at 9:30 am
Jeff Moden (6/17/2016)
June 20, 2016 at 8:56 am
Jason A. Long (6/17/2016)
Eric M Russell (6/17/2016)
June 20, 2016 at 8:52 am
Using index operational stats, if you see an index where the total writes exceeds the total reads, then it probably useless. But generally speaking, I'm comfortable with non-clustered indexes contributing...
June 17, 2016 at 11:42 am
Jeff Moden (6/16/2016)
HappyGeek (10/21/2015)
To rapidly document a database I open Excel, start...
June 17, 2016 at 9:49 am
Steve Jones - SSC Editor (6/15/2016)
TheFault (6/15/2016)
June 17, 2016 at 8:54 am
Luis Cazares (6/17/2016)
Eric M Russell (6/16/2016)
June 17, 2016 at 8:36 am
In the past there was an ETL process where a standard deviation in record counts based on the previous X runs would flag the dataset in staging and prevent it...
June 16, 2016 at 4:06 pm
Some coding practices, like cursors and SELECT *, are known to be bad and you can spot them just be reading the code or performing a text search across your...
June 16, 2016 at 3:33 pm
Viewing 15 posts - 2,521 through 2,535 (of 6,038 total)