Forum Replies Created

Viewing 15 posts - 25,561 through 25,575 (of 26,490 total)

  • RE: Update anamoly due to trigger?

    Would you please provide the complete DDL for the trigger?

  • RE: update trigger on table - need help

    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...

  • RE: Help getting rid of sql default tables

    Going off-line, check your private messages.

  • RE: Help getting rid of sql default tables

    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 ?)...

  • RE: update trigger on table - need help

    Could we see what you have done already in this regard?

  • RE: package vars passed to Execute SQL Task

    What is the error message you are getting?  That may help diagnosis your problem.

  • RE: sys.dm_exec_sql_text

    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

  • RE: IP address retrieval

    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...

  • RE: Help getting rid of sql default tables

    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...

  • RE: Optomizing code guidlines

    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...

  • RE: Semi-colon use

    It is also required in specific instances in SQL Server 2005.

  • RE: sys.dm_exec_sql_text

    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.

  • RE: Help getting rid of sql default tables

    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,...

  • RE: Optomizing code guidlines

    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,...

  • RE: Help getting rid of sql default tables

    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...

Viewing 15 posts - 25,561 through 25,575 (of 26,490 total)