Viewing 15 posts - 346 through 360 (of 417 total)
anil.nair@gtnexus.com (4/1/2013)
April 1, 2013 at 2:32 pm
ldorian81 (2/11/2013)
Msg 2714, Level...
February 11, 2013 at 10:03 am
This is a shot in the dark, buy is the package stored in msdb on one of the cluster nodes, but not another? so that when the cluster rolls over...
December 5, 2012 at 2:16 pm
If 50 million is too many rows for a single transaction, how about something like this?
Limit the @Cycle variable so it doesnt for ever, or you want to time a...
November 5, 2012 at 3:44 pm
We have the same problem moving packages between different versions of sql.
The text qualifier gets changed from <none> to _x003C_none_x003E.
Dev and Prod are OK, but Test is on an older...
October 11, 2012 at 10:01 am
All is shows is your name, certification(s) and date(s).
There is a certification ID, but I don't think that's personally identifying.
October 4, 2012 at 2:48 pm
I would talk about differing philosophies of the role of SSIS. Some people love it and want to do everything in SSIS, while others use it as a framework for...
September 25, 2012 at 11:33 am
nicver (9/6/2012)
Ed B (7/2/2012)
Is 461 easier than 433?
It is not better, it is up to date, that's all. I would say that 90% of it is the same but why...
September 6, 2012 at 11:22 am
If the keys are generated by a column default, you can use NEWSEQUENTIALID.
September 5, 2012 at 10:35 am
Oops, just noticed the date, never mind.
How many rows are returned without the WHERE clause?
I may be wrong, but I think the openquery will filter the results in Oracle, whereas...
August 28, 2012 at 8:55 am
That looks like code I have written in the past to return a data set for a report parameter list.
If the TOP 100% was a TOP N, then I think...
May 24, 2012 at 8:53 am
I managed to get it wrong.
I thought the correct answer was too easy and maybe the 1 would default to a bit data type.
May 22, 2012 at 9:09 am
I did something similar recently on a very large table. I found that it split pretty much every page, so the disk space taken by the clustered index doubled until...
April 26, 2012 at 8:19 am
This may be obvious, but if you just want to make it work for now, comment out all but the first column and run the select.
Then uncomment the next column...
April 26, 2012 at 7:59 am
Viewing 15 posts - 346 through 360 (of 417 total)