Viewing 15 posts - 1 through 15 (of 98 total)
I wouldn't say any one of them is "easy" or "best".
Go down whichever path you find yourself orienting to, I would say.
Its more important to be very...
June 6, 2017 at 3:20 am
jmlc1 (7/27/2016)
August 4, 2016 at 3:02 am
I believe comments should describe what a piece of code is setting out to do or trying to achieve at the high level.
Any other comments following that could be an...
February 21, 2016 at 12:39 pm
Comes across as logic that might typically be encapsulated in a Script Task, yes.
September 22, 2015 at 2:22 am
Once you've created the Stored Procedure as has been suggested, in addition to using bcp you could also use the SQLCMD utility to execute the stored procedure and output the...
July 17, 2015 at 3:08 am
July 17, 2015 at 2:28 am
As has already been pointed out you are not providing enough information to get a useful response.
Take a step back and re-evaluate what you need to do and then post...
June 22, 2015 at 4:57 am
lynn.sferrino-foxworthy (5/15/2015)
I'm afraid you're not being that clear.
If you were doing this from SQL Management Studio then it is unlikely...
May 15, 2015 at 10:09 am
lynn.sferrino-foxworthy (5/15/2015)
May 15, 2015 at 9:26 am
You are probably under a bit of pressure here and consequently not communicating your problem as well as you could?
I can't see how a loop can help you here as...
May 14, 2015 at 4:19 am
btudek (5/11/2015)
I am would like for a Trigger to fire after an SSIS job finishes.
My understanding is that i would use a AFTER trigger.
I am confused by how my UPDATE...
May 12, 2015 at 7:19 am
You might want to try updating the statistics on that table prior to running that query.
I say this because there is quite a difference between the estimated and actual number...
May 12, 2015 at 3:34 am
Again, it is doing a clustered index scan (also known as a table scan) instead of using the nonclustered index you created on C6 (with no included columns) because the...
May 11, 2015 at 10:33 am
balushanmugham (4/8/2015)
I have to execute thses scripts in batch in different servers and different databases...
April 8, 2015 at 3:17 am
Viewing 15 posts - 1 through 15 (of 98 total)