Viewing 15 posts - 25,561 through 25,575 (of 26,490 total)
Would you please provide the complete DDL for the trigger?
![]()
August 14, 2007 at 4:32 pm
So, you are asking us on this forum to write your triggers for you instead of writing them yourself? I'd like to see what you have tried to come up...
August 14, 2007 at 2:50 pm
Going off-line, check your private messages.
August 14, 2007 at 2:04 pm
Professionalism, sometimes we exhibit it, some times we don't (been there done that; didn't mean much by it but it blew things out of proportion). You can stupe (sp ?)...
August 14, 2007 at 1:52 pm
Could we see what you have done already in this regard?
![]()
August 14, 2007 at 1:38 pm
What is the error message you are getting? That may help diagnosis your problem.
![]()
August 14, 2007 at 1:34 pm
Here:
Databases
master
Tables
Views
Synonyms
Programmability
Stored Procedures
Functions
System Functions
Table-Valued Functions
And this is the Help url: ms-help://MS.SQLCC.v9/MS.SQLSVR.v9.en/tsqlref9/html/61b8ad6a-bf80-490c-92db-58dfdff22a24.htm
![]()
August 14, 2007 at 10:29 am
Actually, PARSENAME was not designed for parsing IP Addresses, it just happens to work, From BOL:
Returns the specified part of an object name. Parts of an object that can...
August 14, 2007 at 9:29 am
Personally, I think enough has been said. It is obvious that Ryan is new to MS SQL Server, and he made what appeared to be a serious error trying to...
August 14, 2007 at 9:16 am
Yes, cursors should be avoided, but SOMETIMES (not very often) they are appropriate. That is all I am saying. As DBA's/developers we need to know how to use them, when...
August 14, 2007 at 9:07 am
It is also required in specific instances in SQL Server 2005.
![]()
August 14, 2007 at 8:52 am
sys.dm_exec_sql_text is a system table-valued function. You can find it in the master database. Check BOL for how you can call it.
![]()
August 14, 2007 at 8:49 am
I would not go as far as following Adam's original suggestion, completely. I would suggest that purchasing some books and some early evening reading would be beneficial. If your willing,...
August 13, 2007 at 4:14 pm
I am a firm believer in "Never say never." I will not tell anyone to NEVER use cursors. Although the times to use them a few and very far apart,...
August 13, 2007 at 9:29 am
Ryan,
I must second steve's comments above. I also think some of the flaming going back and forth could have been avoid had you also taken a few minutes to answer...
August 13, 2007 at 8:19 am
Viewing 15 posts - 25,561 through 25,575 (of 26,490 total)