Viewing 15 posts - 46 through 60 (of 131 total)
I guess this depends on the initial type of the data which in the first position.
Not entirely true. (Try '130' + 1 + '120' => 251)
If you see the...
August 22, 2012 at 2:53 am
A good question (which I got wrong :(), but I think that these references better explain what's happening:
http://msdn.microsoft.com/en-us/library/ms190276 (operator precedence)
http://msdn.microsoft.com/en-us/library/ms190309 (data type precedence)
When two operators have the same precedence (as...
August 21, 2012 at 2:55 am
You almost certainly don't need a loop (and it would probably be a very bad idea to do so). I suspect that something like this will do the trick:
INSERT...
August 13, 2012 at 3:56 am
Am I the only one who saw the title of this article and thought it was referring to the Katy Perry song - "I killed a PID and I liked...
July 13, 2012 at 5:47 am
I'm curious as to what circumstances you would plan on using this script - the hard part is usually getting developers to include comments in the first place; I can't...
July 4, 2012 at 2:51 am
Who said it was a file?
Yep - don't know where I got that from. I guess it just looks like the sort of thing that's come from a file...
June 19, 2012 at 5:09 am
If it can be made to fit into your workflow, my inclination would be to create some kind of script to preprocess the file into this:
id , name , dummy1...
June 19, 2012 at 3:42 am
I have to admit I only got it right because I've never seen a Setup Event Log before. Is this something new in Windows Server 2008? - it's not...
June 1, 2012 at 5:23 am
Toreador (5/8/2012)
May 8, 2012 at 4:00 am
Do you have more than one version of SQL installed? I've seen SSIS getting a bit confused about file locations if there are multiple versions.
Is 100\DTS\Binn on your path?...
April 13, 2012 at 4:01 am
SQLRNNR (3/16/2012)
happycat59 (3/15/2012)
March 16, 2012 at 11:52 am
I got this one wrong despite knowing what the "correct" answer was, because I elected to treat the word unlimited literally. You will get an error unless you've got...
March 16, 2012 at 3:51 am
If anyone finds themselves in this situation (I know I have), there's a fairly easy way to still get into SSMS (assuming you have access to another database on the...
February 8, 2012 at 3:11 am
Not unlimited - limited by the size of the underwear, and what else you've got in there :w00t:
December 22, 2011 at 6:05 am
That's the second or third R2 limits question we've had - I've now got that page on favourites, ready for the next one ;-).
I always find some of the limits...
December 22, 2011 at 3:35 am
Viewing 15 posts - 46 through 60 (of 131 total)