Viewing 11 posts - 16 through 26 (of 26 total)
Denise,
This is the revised code. Problably the first part of the statement won't help because it is calling fields from local views and tables, but the WHERE section is the one...
April 28, 2004 at 5:32 am
Thanks. That's what I ended up doing and it worked fine. Thanks again.
April 21, 2004 at 5:51 am
Frank,
I heard from many SQL programmers and DBA's to stay away cursors. What other way can you run something like this:
/* Variables that table info is read into. */
DECLARE @StartDate...
April 20, 2004 at 2:32 pm
Thanks Jeff. The query is fine. I did run the plan to check it out and there is no problem there. I think we nail this thing down with some...
April 14, 2004 at 3:07 pm
Great!! Thank you all. I think we figure out at the same time you guys were responding. Thank you anyway. I run it with the @@error for each statement in...
April 7, 2004 at 1:20 pm
Yes, we do. It runs from the application, which is asp.net based. We modified the timwithin the application, but still times out. Thank you. Are you from Aregentina? I think...
March 26, 2004 at 2:09 pm
I did answer Enterprise editon based on the remote location you need to replicate. If the replication is same office, well Standard is more than enough. If is a remote...
February 27, 2004 at 8:08 am
I am not a guru, but the PK are essential to the design of the database, otherwise how do you know if you have that record already in any particular...
February 25, 2004 at 1:55 pm
Thanks to all. I will test the CASE option as well as the view. The temp table could be an option later. I created a store proc this morning and...
January 28, 2004 at 8:28 am
thank you Jonathan. As you can see in the sample I posted, that is what I did, but using query analyzer.
My question was, and I am sorry if I...
January 27, 2004 at 4:12 pm
Viewing 11 posts - 16 through 26 (of 26 total)