Forum Replies Created

Viewing 7 posts - 1 through 8 (of 8 total)

  • RE: Execute SQL job through batch file

    Isn't SQLCMD the executable this should be using? We use lots of on-demand batch files. Another subtopic may be security: do you use trusted or SQL authentication and...

    Nate TeWinkel
    UFS Inc. - DBA / Operations Analyst / Programmer

  • RE: What is the Syntax for Multiple Trace Flags

    Thank you, George. That's what I was looking for. Since I didn't see any specific syntax for the -T it would make sense that it would have to...

    Nate TeWinkel
    UFS Inc. - DBA / Operations Analyst / Programmer

  • RE: What is the Syntax for Multiple Trace Flags

    Yes, I have turned on one of the trace flags and I'm beginning to examine what is causing the deadlocks.

    However, that is not what this post is about.

    I...

    Nate TeWinkel
    UFS Inc. - DBA / Operations Analyst / Programmer

  • RE: What is the Syntax for Multiple Trace Flags

    In the Books Online, under Trace flags [SQL Server]:deadlocks it says "It is possible to enable both trace flags to obtain two representations of the same deadlock event."

    I'm trying to...

    Nate TeWinkel
    UFS Inc. - DBA / Operations Analyst / Programmer

  • RE: Casting error.

    I'm thinking there is a value in the stranswer column of the question table where the questionnumber is not '1.0', '2.0', or '3.0' that cannot be converted to a real...

    Nate TeWinkel
    UFS Inc. - DBA / Operations Analyst / Programmer

  • RE: Export / Import table data

    Yesterday I just ended up creating and testing a series of good old simple batch files: one using BCP.exe to export my tables; the other batch file uses SQLCMD.EXE to...

    Nate TeWinkel
    UFS Inc. - DBA / Operations Analyst / Programmer

  • RE: SQL Sever Disaster Recovery idea

    Well, from a DR standpoint I would think it would help us get up and running faster. The SQL logins have to be "remapped" back to the database users...

    Nate TeWinkel
    UFS Inc. - DBA / Operations Analyst / Programmer

Viewing 7 posts - 1 through 8 (of 8 total)