Viewing 15 posts - 1 through 15 (of 76 total)
Yes, that is true. Luckily i managed to figure the code out.
Thanks for all your help!
July 6, 2004 at 11:51 am
No idea. I just know because I asked the same question about a year ago and someone smarter told me that.
Damn, I never get the chance to shine
July 1, 2004 at 12:28 pm
Oh, forgot about that one. That's a better way of doing it if you just want to count all the rows i the table. But if you need a WHERE...
July 1, 2004 at 12:05 pm
You should use SELECT COUNT(some_column) instead. If you use the *-sign you get much more I/O.
July 1, 2004 at 11:13 am
quote:
Maybe you'll get some ideas here:http://support.microsoft.com:80/support/kb/articles/q186/1/33.asp&NoWebContent=1
Great article! Thanks Frank!
/Tomi
November 24, 2003 at 1:16 am
Well, that's exactly what I'm looking for! I guess I can have a limit...
Thanks a lot!
/Tomi
November 21, 2003 at 11:53 am
Hi Frank!
Ok, here's what I want to do:
I have a search page on my website where people can enter lots of search conditions. They can also leave all the conditions...
July 21, 2003 at 6:56 am
Thanks, Antares!
So multiple SPs is the way to go? I thought there'd be a simpler way...
Not that it's any easier but would sp_executeSQL also be a good alternative? I mean,...
July 21, 2003 at 5:45 am
Thanks again, Frank!
quote:
...assign something at least valid, ...
Now, this is where my problem is. I...
July 21, 2003 at 4:50 am
Thanks, Frank!
Yes, I know I can specify a default value to parameters in a SP. That's what I've done with my example:
CREATE PROCEDURE whatever
@param varchar(50) =...
July 21, 2003 at 4:09 am
Thanks McCork!
quote:
Why don't you check for existence of the key before any attempt to insert?
Yes,...
July 6, 2003 at 2:25 am
I think you should consider a complete redesign of the navigation menu or maybe even the whole site (but don't you dare touch that logo!). That would spice things up!...
June 19, 2003 at 2:08 am
Viewing 15 posts - 1 through 15 (of 76 total)