Viewing 15 posts - 46 through 60 (of 79 total)
ggeier (6/6/2013)
tabinsc (6/6/2013)
2008R1 tells me:Msg 102, Level 15, State 1, Line 9
Incorrect syntax near '='.
IIF isn't supported in...
June 6, 2013 at 7:52 am
2008R1 tells me:
Msg 102, Level 15, State 1, Line 9
Incorrect syntax near '='.
June 6, 2013 at 6:11 am
Eric M Russell (5/31/2013)
June 3, 2013 at 12:26 pm
I didn't even notice the varchar(max), I figured it would fail because there is no comma between it and the constraint. Still got the right answer.
May 29, 2013 at 1:37 pm
I remember when I first got into IT some 15 years ago. I was working for a grocery chain, and a big industry topic was about customer loyalty cards....
January 9, 2013 at 11:36 am
I think my main goal for 2013 is to learn about unit testing, primarily in Visual Studio but also in SQL Server. Also want to learn more about performance...
December 28, 2012 at 8:02 am
I've had managers who would come in and "supervise" even the smallest issues. I've also worked on projects where we would waste 1-2 hours a day in status update...
December 10, 2012 at 2:19 pm
I saw plenty of this at my old job. No one was safe, unless you happened to be on the CIO's "good side". I saw some very talented...
October 30, 2012 at 9:22 am
L' Eomot Inversé (10/22/2012)
roger.plowman (10/22/2012)
2) They're not too busy to call and complain.
3) They don't remember you have to sleep.
4) 18/7/365 on...
October 23, 2012 at 6:27 am
roger.plowman (10/22/2012)
I work for a fairly small company (about 150 employees) and I *AM* the IT department. Support,...
October 22, 2012 at 9:16 am
I used to dream of being a rock star, or at least a full-time musician. But I was too lazy to really work at it. So I became...
October 16, 2012 at 8:14 am
Variables in SQL are not block scoped - you can put variable declarations between begin and end and use the variables after the end.
I have a vague recollection...
October 12, 2012 at 9:32 am
But there are also people who will shine no matter where you put them. It's just, sometimes, hard to see the "shine" when it's buried under a pile of...
October 10, 2012 at 11:52 am
For some reason I expected the 10/0.00001 to fail, expecting SQL to convert the 0.00001 to an integer with the integer 10 being on the left of the equation. ...
October 10, 2012 at 11:40 am
My first exposure to SQL code and a good solid database design was on Informix! I learned a lot about design and good coding practices from that system, but...
October 9, 2012 at 8:48 am
Viewing 15 posts - 46 through 60 (of 79 total)