Forum Replies Created

Viewing 7 posts - 1 through 7 (of 7 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...

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

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

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

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

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

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

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