Viewing 15 posts - 76 through 90 (of 499 total)
Steve Jones - SSC Editor (2/22/2016)
g.britton (2/19/2016)
February 22, 2016 at 2:57 pm
Thanks for the link to TeamCity. I'll check it out later (Flash is blocked for us)
February 19, 2016 at 11:17 am
Phil Parkin (2/19/2016)
g.britton (2/19/2016)
February 19, 2016 at 10:42 am
Working in a DW environment, my biggest challenge is coordinating databases, SSIS packages and SQL Agent Jobs. Most integrated VCSes do an admirable job on the database side, but...
February 19, 2016 at 9:32 am
In our case, our VCS is in a different, untrusted domain from production servers. So, while the idea has some merit, we would likely not have any direct way...
February 19, 2016 at 9:23 am
SQLNightOwl (2/16/2016)
February 16, 2016 at 2:26 pm
SQLNightOwl (2/16/2016)
g.britton (2/16/2016)
1. Set up a date table (aka DimDate) (examples abound: google is your friend)
2. Have a yearly process to update the table with new...
February 16, 2016 at 1:30 pm
There's an easier way:
1. Set up a date table (aka DimDate) (examples abound: google is your friend)
2. Have a yearly process to update the table with new info (e.g....
February 16, 2016 at 8:57 am
lnoland (2/12/2016)
I have used CTE's on a number of occasions to cure slow-running queries but in my case I believe they worked for entirely different...
February 13, 2016 at 9:18 am
lsmith 90637 (1/16/2015)
I have run into problem with using CTE's against very large tables, especially in the 2008 line of SQL Servers, where the can...
February 12, 2016 at 2:03 pm
Hugo Kornelis (1/28/2016)
I don't understand what all the fuzz is about.
Here come da fuzz!
Your output proves that the question is correct. And the explanations, though using different...
January 28, 2016 at 7:57 am
Carlo Romagnano (1/28/2016)
However NULLs are not restricted as the value could be less than 10
CHECK evaluates only true (accepted) or false (rejected) expression not UNKNOWN (accepted).
From BOL:
CHECK...
January 28, 2016 at 7:29 am
You didn't mention the Integration Services Data Profiling task (AFAICS). It does a lot of what you show out of the box, including candidate keys. It also ...
January 27, 2016 at 7:23 am
jsaskey (1/25/2016)
PowerShell is engineered for maintenance of the Windows enterprise. The use of "cmdlets" makes it more of...
January 25, 2016 at 12:14 pm
KenpoDBA (1/25/2016)
Thanks for that.Now, I'd really love to hear your thoughts on Python vs PS.
I haven't worked up a detailed comparison, but I'll start here:
Python is rightly called "easy to...
January 25, 2016 at 10:06 am
Viewing 15 posts - 76 through 90 (of 499 total)