Forum Replies Created

Viewing 7 posts - 31 through 37 (of 37 total)

  • RE: Determining SQL statements involved in deadlock

    I have run some Profiler traces but am not sure how to definitively capture the exact SQL queries that will correlate back to the SPIDS of the deadlock participants. Also,...

  • RE: Automatically open connections in QA

    This is not quite as automatic, but definitely is faster than manually logging into multiple instances of QA. Use Enterprise Manager to connect to a server, then expand down to the Databases...

  • RE: Tie Scheduled Job to DTS Package

    Here is an easy way to accomplish this. Right-click on each DTS package and schedule each separately into three SQL Server Agent jobs. Then look at the step properties for...

  • RE: Need ActiveX Script To Rename A File

    Here is a variation of the above if you want to control the move more precisely by separating the copy and delete portions into separate ActiveX tasks.

     
  • RE: Counting Records from Text Files

    Here is a little VB Script that will do the job. You can put it into an ActiveX task in your DTS package. It writes the count to a file,...

  • RE: Where Do I Want To Go Today? - From the Field

    Here is a relatively minor improvement. Change the concatenation operator from a plus sign to "||" like it is in Oracle, and no longer have to cast or convert numeric...

  • RE: Query Analyzer and TSQL

    Executing the stored procedure sp_help with no parameters will return a list of tables and objects in the database. Running sp_help followed by by the table name will return schema...

Viewing 7 posts - 31 through 37 (of 37 total)