Viewing 15 posts - 91 through 105 (of 117 total)
DCPeterson (8/3/2009)
If you are really tied to that table design, post the ddl and I'll see what I can come up with.
Here it is. Thanks. I'm looking at what Lynn...
August 3, 2009 at 3:09 pm
DCPeterson (8/3/2009)
August 3, 2009 at 2:38 pm
Lynn Pettis (7/24/2009)
Lowell (7/24/2009)
August 3, 2009 at 2:32 pm
Oh ok. I thought it was my mac's browser at first and then I thought it was because I'm only at Rookie Level on SQLServerCentral lol.:w00t:
July 31, 2009 at 5:16 pm
Iron Chef SQL (7/29/2009)
what doesnt my link work
works now
July 29, 2009 at 4:42 pm
Lynn Pettis (7/29/2009)
July 29, 2009 at 10:22 am
Iron Chef SQL (7/29/2009)
John Rowan (7/29/2009)
July 29, 2009 at 9:46 am
John Rowan (7/29/2009)
July 29, 2009 at 9:43 am
John Rowan (7/29/2009)
Iron Chef SQL (7/28/2009)
John Rowan (7/28/2009)
Did you try it?
DECLARE @var int
IF @Var IS NULL
SELECT 'It Works'
ELSE
SELECT 'Nope'
Doesn't work 🙁 even if I change it to <=0
What do...
July 29, 2009 at 9:29 am
for some reason my if condition (to test if NULL then INSERT) inserts data no matter what.
I'm trying to figure out why but maybe it's something simple and another pair...
July 29, 2009 at 9:28 am
John Rowan (7/28/2009)
Did you try it?
DECLARE @var int
IF @Var IS NULL
SELECT 'It Works'
ELSE
SELECT 'Nope'
Doesn't work 🙁 even if I change it to <=0
July 28, 2009 at 5:32 pm
Lynn Pettis (7/28/2009)
SELECT
...
July 28, 2009 at 1:08 pm
Awwww. Just something I always wondered about for the past 2 years but never asked.
Thanks for the link
July 28, 2009 at 12:57 pm
how did you insert that white box with the sql code?
July 28, 2009 at 11:24 am
Viewing 15 posts - 91 through 105 (of 117 total)