Viewing 15 posts - 39,061 through 39,075 (of 39,456 total)
Keep one thing in mind.
Cost of DBA/developer: $$/hr.
Cost of hardware $$$$/life of server.
The human cost can quickly exceed the box cost in trying to optimize/profile code. Not that it shouldn't...
November 5, 2001 at 12:12 pm
November 5, 2001 at 12:07 pm
no alias allowed.
yes you need a temp table
avoid this. Compute the sum yourself.
Steve Jones
November 5, 2001 at 12:04 pm
November 5, 2001 at 12:00 pm
Be careful using a COM object from SQL Server, espeically if this proc gets used a lot.
Steve Jones
November 5, 2001 at 11:56 am
I agree with the two above. A couple items to think about.
1. As of right now, I have the decrpytion algorithm to decrpyt any v6.5 view/sproc/trigger. I also have 2...
November 5, 2001 at 11:54 am
November 5, 2001 at 11:49 am
November 5, 2001 at 11:48 am
Personally, it seems that not much is being said about AD all around. In fact, the last few .NET presentations I have seen haven't mentioned it at all.
Has anyone completed...
November 5, 2001 at 11:47 am
Clustered servers shouldn't give any help. Clustering is a fault tolerance, not a performance increase. The query executes on one box (still).
For partioned views, you get two types of...
November 5, 2001 at 11:44 am
I agree there isn't a good alternative. IMHO, it's poor practice to allow an application to log in without requiring a user to log in as well.
The only good solution...
November 5, 2001 at 11:40 am
Yikes, that could be a really large case statement. I'd look at some other method of handling this.
rgibbons: I used the @ symbol to give me something that wasn't used...
November 5, 2001 at 11:37 am
I think that other knuckclehead was Genghis Warren.
Glad you guys agree. This is one area that I think causes more problems than it solves.
I hate embedding logins...
November 5, 2001 at 8:27 am
Glad it will help. I've got some more details for how I handle the other side of the backups I will post soon.
Steve Jones
November 2, 2001 at 10:33 am
I tend to agree with Andy, though I dislike sharing boxes for 2 load intensive apps, especially for different clients or departments. They are always battling. In gerenal, however, you...
November 2, 2001 at 10:32 am
Viewing 15 posts - 39,061 through 39,075 (of 39,456 total)