Forum Replies Created

Viewing 15 posts - 991 through 1,005 (of 1,524 total)

  • RE: Talking baseball

    Warm weather in the Midwest can't be far off now......

    The big question: Will Albert P. sign a big long term deal with the Cardinals before the Wednesday deadline.

  • RE: ACtive-ACtive Clustering SQL server 2005

    That should be OK. Restarting or failing over one instance from one server to another won't effect the others. Keep in mind you will need enough CPU and...

  • RE: OldSQL

    We have so many SQL Servers here we would have to have a team of DBAs and Application folks simply dedicated to keeping up with SQL Server new versions. ...

  • RE: Database Mail not being sent

    I found the answer on another forum.... You have to stop and start SQL Server Agent. Mail now sends!

  • RE: Database Mail not being sent

    Geoff A: Thanks... It was not enabled. I enabled it but still nothing.

    I queried the table you listed and the table is empty.

  • RE: Database Mail not being sent

    Yes, nothing stands out as an error.

  • RE: Database Mail in SQL 2008

    I found it. ADD OPERATOR.

  • RE: dbcc check db errors

    GilaMonster (2/3/2011)


    Yes, sysindexes is a system table, but my post doesn't say to drop indexes off of a system table. Sysindexes contains all indexes and so in general the fix...

  • RE: Rebuild SQL Server Master Databases in Less than 5 Minutes

    Yes. Restoring MSDB database will get you all of your SQLAgent jobs. Keep in mind if you attempt to restore MSDB the SQL ServerAgent service has to be...

  • RE: dbcc check db errors

    Here is the output.

    Table error: Object ID 2. The text, ntext, or image node at page (1:87), slot 7, text ID 95630196736 is not referenced.

    CHECKDB found 0 allocation errors and...

  • RE: dbcc check db errors

    Great link, however, if I follow the link and attempt to do it it won't work because the index is on a system table and when you try and drop...

  • RE: dbcc check db errors

    I found another db that we inherited and no one had a CHECKDB scheduled. I ran it on this db and found this error:

    Server: Msg 8964, Level 16, State...

  • RE: Rebuild SQL Server Master Databases in Less than 5 Minutes

    I try and do this after a patch or when I know I have an outage window. It is always good to have an easy way to get SQL...

  • RE: dbcc check db errors

    Thanks. I am going to have the server engineer team runs some diagnostics on the server to make sure everything checks out OK.

  • RE: dbcc check db errors

    Thanks for your quick reply. However, I ran a rebuild all indexes and DBCC CHECK DB and it came back with zero errors now.

Viewing 15 posts - 991 through 1,005 (of 1,524 total)