Forum Replies Created

Viewing 15 posts - 11,476 through 11,490 (of 18,923 total)

  • RE: Help for triggers...

    If I may add something.  What happens if you have more than one row afted by the transaction that fired the trigger? Is it acceptable that some files will not...

  • RE: Send Your Feedback

    Now is the time to let them know what's important to you and

     

    And what Steve??

  • RE: xp_execresultset & ANSI_NULLS

    This officially voids Microsoft warranty and support on that server.  In cases like this you can always COPY the object under a different name and make the modifications required to fit...

  • RE: i want the logic of..........

    Hey guys I think he just needs a paging procedure.  Anyone got sample coding around?

  • RE: Using USE when the database doesn''''t exist.

    Can you please tell me why my solution is not acceptable for you needs?  As far as I know you have a working solution and I can't offer any more...

  • RE: Select query and ISNULL

    You should ask that question to Ken .

  • RE: auto generate

    BTW, the smiley face delete one character from my script.  Add a ) in place of the smiley to correct the error.

     

    Also this question would have been better placed in...

  • RE: auto generate

    You are better off letting the server do it for you.  This would be a good start for the table :

     

    IF EXISTS (SELECT * FROM dbo.SysObjects WHERE Name =...

  • RE: scriptdb - useful for getting db into source control

    That's what I thaught but I don't have VS installed here so I didn't bother to try to fix the code.

     

    Thanx in advance for the fix.

  • RE: Levels & do / for loop in MSSQL procedure..

    My guess is that it looks like Oracle but I ain't ever coded in Oracle so I'm not sure of that either.

     

     

    Maybe if you could give us the requirements of...

  • RE: scriptdb - useful for getting db into source control

    It seems like a great tool but it never finishes running scripting.  It will output the data and objects of all the tables from any db or server (all different...

  • RE: Levels & do / for loop in MSSQL procedure..

    USE pubs

    SET ROWCOUNT 10

    SELECT * FROM authors

    ORDER BY  au_lname, au_id

    SET ROWCOUNT 0

    SET ROWCOUNT 10 sets number of lines to return to 10.  It can be set using a variable.

    The...

  • RE: Viewing conflicts

    Or the Ninja remembers this line :

    "I'm trying to understand where the conflict total count is coming from because the number of records in conflict_mydb_mytable doesn't match the total...

  • RE: Table design question

    Then I second the other 2 dudes.

     

    So that should make you enough votes to push another idea in the pot and roll over this one

  • RE: Table design question

    Then I second myself.

Viewing 15 posts - 11,476 through 11,490 (of 18,923 total)