Viewing 15 posts - 91 through 105 (of 122 total)
Thanks, Steve. I think I was able to come up with something that will work, but I don't know if it's the right way to do it.
Update TABLE1
set
FIELD1 =
a.FIELD1...
December 1, 2005 at 10:10 am
I understand that I can use one SET as follows:
UPDATE TABLE1
SET FIELD1 = 'ABC',
FIELD2 = '123'
WHERE ID = '555';
The question I still have is that my values are dynamic based on...
November 30, 2005 at 5:00 pm
Great, thanks!
I ran the query and 2 out of 5 times it returns different results. What would that suggest, if anything important at all?
The way the application queries the system...
November 23, 2005 at 2:42 pm
Thanks for the grammatical correction.
Pardon while I learn the appropriate terminology. I want to be notified when a blocking or deadlock occur.
Thanks
November 23, 2005 at 12:12 pm
Thanks for the post. Here's the output:
Standard Edition 8.00.818
the CUSTNO index on Table1 is Unique and clustered.
the CUSTNO, STATE, ZIP index on Table2 is Unique and clustered (although not a great...
November 8, 2005 at 12:32 pm
Thanks to all three of you for posting so quickly! I appreciate it!
October 31, 2005 at 1:55 pm
Thank you, that makes sense! I got it to work using
isnull(b.LocationID, ' ') = isnull(b.LocationID, ' ')
October 27, 2005 at 10:28 am
Thank you very much for the suggestions! If I went the route of dynamic sql, how would I deal with single quotes within the quotes? Such as:
@sql =...
October 12, 2005 at 3:10 pm
Thanks! I was actually able to install xp_smtp_SendMail and got it working. The other way just would not work and keeping Outlook open to send an email is not something...
October 6, 2005 at 12:20 pm
I don't assume this is specific to a SQL problem, but maybe someone can help. When I execute this command exactly as it looks (except with my valid info), the...
October 4, 2005 at 2:27 pm
Thank you Vladan and Scott. I really appreciate the help. This definitely gives me something to get me going in the right direction.
Have a good one!
October 4, 2005 at 10:07 am
Thank you all for the replies. All very understandable and appreciated!
Quick question: If I wanted to create an Extended SP, it sounds like I need Visual Studio or equivalent. Does...
September 23, 2005 at 4:29 pm
Thanks for the multiple suggestions!
There are two reasons.
First and Foremost, Security: I've built some very useful SP's that analyze certain aspects of the CRM system. The clients also have...
September 23, 2005 at 2:45 pm
Thanks, Mom! That's exactly what I was hoping for. I didn't know if editing sysjobs in this fashion was recommended.
How about if instead of updating them and delete them...
July 27, 2005 at 11:02 am
Viewing 15 posts - 91 through 105 (of 122 total)