Viewing 15 posts - 586 through 600 (of 702 total)
OK. Again, sorry for the SQL 2005 solution if you really need one for SQL 2000. I'm not real happy with this one either as it may not...
March 25, 2009 at 7:03 pm
james (3/23/2009)
March 23, 2009 at 4:07 pm
What's happening here is that comparisons with NULL always return "false". Not even NULL compares true to NULL. So, even though NULL (row 4) doesn't contain string "del", it...
March 23, 2009 at 10:25 am
Sergiy (3/20/2009)
John, it's all so cool, but nothing's gonna work in SQL2000.Sorry.
Arrrrggghhhh!!!!!
My apologies... I saw the topic in the daily e-mail and lost track of which forum we're in....
March 20, 2009 at 6:11 pm
Vijayd,
You may want to see if you can more clearly state the requirements. I may be interpreting differently than Arun did. The way I took them:
-- Each userID...
March 20, 2009 at 4:49 pm
Interesting QOD. It's good to know that SQL 2008 has raised a limit that some may have come up against. Also interesting that (as of this posting), the...
March 20, 2009 at 2:00 pm
ghollis (3/19/2009)
March 19, 2009 at 10:49 am
One more "real-world" caveat: there could be a tie for the number 25 spot, so simply using "Top 25" in the select may leave a worthy salesperson off the...
March 18, 2009 at 4:41 pm
So maybe if the second choice had still been "T", I would have picked another response. I am puzzled how I hadn't seen the default length of 30 before,...
March 17, 2009 at 10:10 am
Bob Hovious (3/16/2009)
The obvious question to ask is:
If the other Mh wasn't the person that started this thread, why...
March 16, 2009 at 8:56 pm
Using the name "GO" is a red herring here and is not so strange as the fact that this is both recursive and self-modifying code. Generally, self-modifying code...
March 16, 2009 at 9:41 am
Yes, you CAN create a uniquely named table in each run of your SSIS package. You could simply build a create table DDL statement using variables, part of which...
March 12, 2009 at 6:03 pm
What index(es) do you have on those tables? which index is used for the seek? which for the scan? It looks as though the difference in the query...
March 11, 2009 at 6:43 pm
verena_techie (3/6/2009)
March 9, 2009 at 12:47 pm
Viewing 15 posts - 586 through 600 (of 702 total)