Viewing 15 posts - 106 through 120 (of 230 total)
Christopher, can you explain a bit more in detail what the conversation you and Jeff are having is about?? I don't want to get lost here.....(ok, anymore lost.....)
Thanks guys!!
July 9, 2008 at 9:59 am
I am getting an error msg:
Msg 208, Level 16, State 1, Line 11
Invalid object name 'sys.sql_Modules'.
do I need to run it against a certain DB?
July 9, 2008 at 9:54 am
You rock! Thank you!!
July 9, 2008 at 9:15 am
thank you!! That worked!!
July 9, 2008 at 8:52 am
Hi...I was just trying to find constraints that existed and I did it this way:
SELECT * FROM dbo.sysobjectsso
where so.name = 'DF_SortsMtfSendingProcessConfig_SShKeyFile'
and so.xtype = 'D')
I then built a test...
July 3, 2008 at 11:36 am
thankyou, I am headed there now!!
July 3, 2008 at 7:55 am
thank you! That is exactly what I want to do...it is just for my own information anyhow...
Thank you again...
June 18, 2008 at 9:33 am
thank you for these suggestions on error handling. Do any of you know a good "template" for writing the error information to a log file??
Thanks again!!
June 18, 2008 at 9:10 am
Fair enough, and thank you for the reply. Now.....
I moved the error code under each statement.
select @ErrCode = @@ERROR, @TranNumber = @@TRANCOUNT
print 'error inside the...
June 4, 2008 at 4:35 pm
I have to agree with you, that feature is really nice! Now that I can comment/uncomment, I am a happier girl!!
May 21, 2008 at 6:11 pm
At least it is there...just something else new I need to remember!! Thank you so much!!
May 21, 2008 at 4:48 pm
thank you! in looking at it to be sure, I realized that the script I was running I had numbered wrong and the fk table was being populated first...
May 21, 2008 at 3:33 pm
God Bless you!!
thanks a ton!!!!
May 20, 2008 at 2:42 pm
thank you eveybody!! I appreciate the help! :hehe:
May 6, 2008 at 3:34 pm
Viewing 15 posts - 106 through 120 (of 230 total)