Viewing 15 posts - 106 through 120 (of 448 total)
The double-loop is a little odd, but otherwise I don't see anything that makes me really question the overall idea. Including the table def + the script in one ticket...
October 3, 2014 at 7:34 am
Conceptually, how would you handle NULL DB values going through this process when you hit the Conditional Split transform? Would you ensure there were no NULL values by tweaking the...
September 19, 2014 at 6:54 pm
Well, I recreated the dimension completely and this time it worked. I don't know what I did differently, but I did mess around with the relationships quite a bit the...
August 12, 2014 at 8:23 am
aochss (7/10/2014)
Msg 8152, Level 16, State 14, Line 1
String or binary data would be truncated.
The statement...
July 10, 2014 at 2:49 pm
I enjoyed the article and didn't take it as preaching. Motivation to keep looking for a solution/better solution - yes, but not preaching. However, there does exist the possibility that...
July 8, 2014 at 9:45 am
I ended up knowing this mostly because we use custom permissions w/ SSDT (to handle multiple environments and based on Jamie Thomson's work). Without including the "GRANT CONNECT" statement, we...
July 2, 2014 at 2:33 pm
I'm using SSDT as well - free to use and works really well with SQL Server (with a learning curve). I'm trusting Dave to go with what he knows and...
June 12, 2014 at 4:06 pm
One thing worth mentioning that bit me recently - SSMS doesn't script out compression levels by default. We had a handful of indexes that were compressed and I had to...
June 11, 2014 at 11:11 am
We used to push all of our changes and do lots of management through the GUI or by manually running scripts, installers, copying bits, etc. We slowly (and sometimes painfully)...
May 29, 2014 at 3:37 pm
How much more would you want than the answers in that forum topic? That pretty much sums it up. 🙂 (besides an example or two, perhaps)
May 6, 2014 at 9:30 am
I could do this using SSDT to push the DB changes from Dev to (Test, Prod, etc.). I don't know if that's what you want or not, though. I've...
April 10, 2014 at 6:48 pm
Steve, I could do this for SSDT, but not for Red-Gate. I don't know if that would work or not, but I'd be willing to take on an SSDT article...
April 10, 2014 at 6:45 pm
Good points, John. I tend to avoid correlated sub-queries as much as possible because there are usually better ways to accomplish the same result. That doesn't mean they're bad -...
March 21, 2014 at 8:52 am
JediSQL (3/20/2014)
March 20, 2014 at 4:14 pm
I've run into issues before trying to concatenate a large string and EXEC that using sp_executesql. It's definitely a solution for some people, but at least one time I tried...
March 20, 2014 at 12:12 pm
Viewing 15 posts - 106 through 120 (of 448 total)