Viewing 15 posts - 9,676 through 9,690 (of 13,880 total)
mtassin (8/15/2013)
Nice article. I hope you'll at some point discuss the headaches of managing the execution logs of projects deployed to SSISDB. 🙂
Especially with the headaches that...
August 15, 2013 at 7:55 am
I can't easily reproduce this error, so couldn't test this.
If you put the select in a try/catch block, is control passed to the catch block when the table is not...
August 13, 2013 at 11:39 pm
BOR15K (8/12/2013)
August 12, 2013 at 8:01 am
BOR15K (8/12/2013)
I do know that SQL is not...
August 12, 2013 at 7:49 am
whereisSQL? (8/12/2013)
If max length is exceeded, I want to just read up to max...
August 12, 2013 at 6:49 am
twin.devil (8/12/2013)
For Some reason ... Excel and SSIS dont really like each other 🙂
It's because Excel thinks it knows what you want: so that even when you ask for...
August 12, 2013 at 6:46 am
Try this. Thanks to Jeff Moden (and probably others) for the compounding CTEs.
WITH E1(N) AS (
...
August 12, 2013 at 4:20 am
I've had a brief look into my crystal ball, but for some reason it won't show me the query which you have used, nor the data in your source tables.
It...
August 12, 2013 at 12:00 am
whereisSQL? (8/11/2013)
Difference with most other posts.. is that the 1 column that has the...
August 11, 2013 at 11:56 pm
Presumably the students are not using SSMS as their input tool.
Whatever front end they are using should perform this validation either by calling appropriate stored procedures or executing the...
August 11, 2013 at 11:47 pm
You could try outputting to a CSV file and then importing that.
August 11, 2013 at 11:40 pm
mrichardson 57577 (8/7/2013)
thanks, that's done the trick !
Great.
August 7, 2013 at 6:23 am
mrichardson 57577 (8/7/2013)
I am trying to count all users in a table who are superusers (only if there is more than 1 super user).
TABLE: 'SuperUs'
FIELDS:...
August 7, 2013 at 6:08 am
Jeff's original suggestion (optional parameter to the stored procedure) really is the way to go here. I can't understand why you would choose the convoluted alternative over it.
August 6, 2013 at 11:47 pm
Viewing 15 posts - 9,676 through 9,690 (of 13,880 total)