Viewing 15 posts - 16 through 30 (of 43 total)
The worst way possible! They didn't even take the time to use parameters, which isn't hard at all to do in .Net.
I could go on a rant for hours...but...
August 29, 2008 at 10:47 am
Gila,
Ha ha!!! If only it were in an SP. This is a system I was hired to "fix" just 10 months ago. There are numerous issues with the system including...
August 29, 2008 at 9:50 am
OK, I'll post the query...but it's not pretty. I've made a little progress adding one index, but it's still running great and then it runs long. I've been running it...
August 29, 2008 at 8:54 am
Max,
Unfortunately we're a split shop here so I don't have access to the server and OS. I even have to request traces to be run for me. It definitely makes...
August 29, 2008 at 6:27 am
kevriley,
Interesting. So I can test this using the examples from the traces I have? If I inspect the execution plan of the fast running query and compare it to the...
August 29, 2008 at 6:24 am
Well, what I ended up doing is created a new role in the master db, then added my app's login to that role, then gave that role only select permissions...
April 9, 2008 at 4:29 am
You know, actually this is what I love about SQL programming...it's always a challenge.
March 26, 2008 at 8:41 am
Wow...that's a lot of info. I'm starting to think I don't have the experience/know-how to rewrite this. For one, I probably would have made the same mistake by using nested...
March 26, 2008 at 8:37 am
dragos_sv,
I'm not familiar with semaphores.
However, I thought of 2 similar ideas. The link Torsten supplied had code for a function that can check if an SP is running or not....
March 26, 2008 at 7:00 am
Torsten, thanks for the excellent link.
I guess is explained my problem poorly - what I really want to know is how can you run a SP with multiple instances without...
March 26, 2008 at 6:32 am
Wait...I meant I've never heard of BOHICA before!
March 25, 2008 at 9:44 am
LOL...I've never heard of TARFU before, that's classic.
I know you guys are right, but I'm afraid to open that Pandora's box right now. I will keep it in mind for...
March 25, 2008 at 9:42 am
Matt,
Thanks for the input.
The problem is that they set this column up as a varchar(15) and often replicate 0's to the front of it. So a cagecard id can be...
March 25, 2008 at 7:45 am
Wow...that's insane. So it's not the select or insert statement at all that's doing it.
OK, so now for a super newbie question...how do I figure out the "real" line numbers...
March 25, 2008 at 7:23 am
Viewing 15 posts - 16 through 30 (of 43 total)