Viewing 15 posts - 13,246 through 13,260 (of 18,923 total)
SET @Count = 1
...
while @Count = 3
since when does 1=3???
September 14, 2005 at 3:09 pm
You don't have a choice...
September 14, 2005 at 2:58 pm
Easier when I'm browsing microsoft to download vs studio/sql server september, framework 2.0....
.
September 14, 2005 at 2:44 pm
No need to bet you... Noeld's there
.
September 14, 2005 at 2:34 pm
I can.
What's the cost of creating/droping a temp table for each use, then populate it with 50 round trips on the server to do then a join??
What's the cost...
September 14, 2005 at 1:42 pm
Hey bull, how you doing
??
DECLARE @Count as integer
DECLARE @Done as bit
SET @Count = 0
SET @Done = 0
WHILE @Done = 0
BEGIN
SET @Count =...
September 14, 2005 at 12:27 pm
I can't imagine this working in a multi-user environement where they all need to get results based on a list of criterias. I think my solution would be more...
September 14, 2005 at 12:24 pm
I haven't heard of fortune 100 shops before... what's that like
?
September 14, 2005 at 12:21 pm
Is this some homework or you need this to go on a production server??
September 14, 2005 at 12:19 pm
That's why I always ask why the heck do you want to do that for... now I'll rememeber to never forget to ask that again
September 14, 2005 at 11:36 am
It wouldn't break if it weren't for us
.
September 14, 2005 at 11:33 am
Keep thinking about it. I used the word derived table.
September 14, 2005 at 10:20 am
Check out the counter... it goes up about 8 reads/second on that article
.
September 14, 2005 at 10:18 am
Viewing 15 posts - 13,246 through 13,260 (of 18,923 total)