Forum Replies Created

Viewing 15 posts - 166 through 180 (of 206 total)

  • RE: Database corruption Error 823

    Michelle, we just ran into this same issue last week and lost almost a week of data. Look carefully at the System event log. There will most likely be a...

  • RE: Monitoring Tool

    Five minutes is deifnitely not enough. We have 8 different enterprise db servers. As for the cause, it looks like a brown out since none of them recorded a shut...

  • RE: Monitoring Tool

    Yes, our servers are on UPS' and battery backups. However, and this opinion does not reflect that of upper management, they suck. We have maybe 5 minutes to gracefully shut down...

  • RE: Using Exec master..xp_cmdshell @variable

    It could definitley be a permissions issue. To determine the account used by SQL Server go to services, double click MSSQL service and click the "Logon tab". Then, try logging...

  • RE: Monitoring Tool

    So mom, you are suggesting writing a custom log tool.

    Is there anything on the market besides Log P.I. that performs a similar function?

  • RE: Monitoring Tool

    I guess I need to rephrase. What I am looking for is some kind of tool that will detect the error, even at 2:00 in the morning, as it's written to...

  • RE: Monitoring Tool

    The database is one of our smaller ones, about 14 GB and we do perform a nightly backup. We do have 3 other systems in a failover environment with log shipping but we...

  • RE: Using Exec master..xp_cmdshell @variable

    Cory, use the UNC path to the executable when using xp_cmdshell to avoid conflicts with different drive mappings.

    dab

  • RE: Question of the Day for 28 Apr 2005

    This was an interesting question. I do no yet have a "full" Yukon environment to develop or test in ( I have the Management Studio on my workstation and the...

  • RE: Can anyone spot the mistake????

    Paula, not only that, but anything + null = null

    dab

  • RE: Can anyone spot the mistake????

    Paula, by first 4 columns I assume you mean e.rollno, e.optout, e.electorsurname and e.electorforename1. If these columns return data then look at the remaining columns. One ( or more )...

  • RE: Weird OpenQuery Behavior

    Race, try putting the where clause outside the OPENQUERY() like this:

    SELECT * FROM 

        OPENQUERY(AS400, 'SELECT * FROM Library.SomeTable ) 

    WHERE UserID = 'd00d'

    AND EnteredDate > '1/31/2005' AND EnteredDate < '3/1/2005'

    dab

  • RE: Maintenance Plan Failing

    There were no deleted databases in the list. It has always been master, msdb and the product database.

    dab

  • RE: Maintenance Plan Failing

    I think I may have a corrupt MSDE install. I recreated the maintenance plan and omitted the "Remove files older than" steps since the selection box for "Month(s), Week(s), Day(s)"...

  • RE: How do code this for SQL Server

    That will most likely be the day I stop using SQL Server and make the move to Oracle. I've been weaning my developers from using constructs such as

    T1 left outer...

Viewing 15 posts - 166 through 180 (of 206 total)