Viewing 15 posts - 286 through 300 (of 429 total)
I had an 'analyst' once who would create dozens of temp tables with huge amounts of data in them, never drop them, and leave his sessions open for days. ...
December 7, 2012 at 9:26 am
I would have specified that the default schema is 'dbo' just to be clear, but I suppose without an indication of the default schema you would have to assume the...
December 7, 2012 at 7:28 am
Toreador (12/6/2012)
Hugo Kornelis (12/6/2012)
Exactly WHAT is aggregated by the GROUPING_ID function??
That's exactly the conversation I had with myself. Was this a trick question or not? In the end I went...
December 6, 2012 at 10:03 am
Very interesting question... definitely not something I would have realized otherwise.
December 3, 2012 at 9:42 am
demonfox (11/19/2012)
After reading the file table, I fell on varbinary(max) ..need to read it again ..
thanks for the question..
Yep, me too. Sad I didn't get the point, but I...
November 20, 2012 at 7:45 am
You can use a ForEach Loop task to read from a recordset object and assign the column values from each row to a variable.
November 6, 2012 at 7:15 am
Interesting question. I did run into this function once before when looking for a simple way to parse a short delimited string. Unfortunately my string had five elements....
October 25, 2012 at 7:24 am
Interesting question.
Thank you for the detailed explaination Hugo.
October 24, 2012 at 8:10 am
BTW, I'd just like to add that I think calling an SSIS package from an insert trigger is a very bad idea. :unsure:
October 17, 2012 at 11:14 am
If it works fine when the trigger calls a job that calls the package, then I would bet it is an issue with the account being used to run the...
October 17, 2012 at 11:13 am
In the database you are working in, you can create a synonym for each table you want to access outside of the account's database you are working in.
I...
October 17, 2012 at 10:56 am
Hugo Kornelis (10/5/2012)
Yes, the insert into the second table will fail. But that...
October 5, 2012 at 6:24 am
Viewing 15 posts - 286 through 300 (of 429 total)