Forum Replies Created

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

  • RE: Detailed information on transactions

    After many hours of research, I've finally found what I was looking for. Here is my revised code:

    SELECT tat.transaction_id as ID, tat.name as Name, tat.transaction_begin_time as [Start Time],

    ...

  • RE: No function FINDSTRING?

    sorry, should have searched the forums before posting....

    The correct syntax for what I'm trying to accomplish:

    LEFT(esl.text,CHARINDEX('(',esl.text)-1) as Text

  • RE: I THINK my job is failing....?

    Latest update: I moved the execution time of the full backup from 1:20 AM to 12:00 PM which is just before the lowest usage period of my site. I...

  • RE: I THINK my job is failing....?

    Brandie Tarvin (8/6/2010)


    I'm curious. What recovery mode is your database in? FULL or Bulk-Logged?

    I have no idea, and I've never heard of bulk-logged. How can I determine what mode...

  • RE: I THINK my job is failing....?

    Adiga (7/30/2010)


    You can check in sys.processes to see if any backup job is running against a database. Put this logic in the Shrink TLog job step

    I am now using this...

  • RE: I THINK my job is failing....?

    Latest update: I haven't gotten a chance to really dive into the root cause of this problem as some of you have suggested, so bare with me. I am...

  • RE: I THINK my job is failing....?

    Because when I do not shrink the log file, it continues to request space until it reaches its limit, and then my database completely hangs. I've had this occur...

  • RE: I THINK my job is failing....?

    Ok, that failed with an error, but I am getting a logfile created for this job. I can see from that log that the problem is my step to...

  • RE: Exporting a table with foreign characters

    I tried that, but I kept getting authentication errors. Not sure what was causing them, but they wouldn't go away.

    I eventually used SQL Manager Lite for SQL Server (http://sqlmanager.net/products/mssql/manager)...

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