Forum Replies Created

Viewing 15 posts - 181 through 195 (of 318 total)

  • RE: Differential backup restored date

    Thomas LaRock wrote the following TSQL and it is amazingly informative.

    -- This script will tell you when, where, what type of backup, how long it took, and who took the...

    Chris Powell

    George: You're kidding.
    Elroy: Nope.
    George: Then lie to me and say you're kidding.

  • RE: Defrag Server machine

    1. how to determine from the result of dbcc showcontig whether I have to reindex. - Index ID must be greater than 0 (0 means it is a heap). ...

    Chris Powell

    George: You're kidding.
    Elroy: Nope.
    George: Then lie to me and say you're kidding.

  • RE: Transaction Log and Simple Recovery Model

    Thank you all! As a followup, does a delete record take up more space in the transaction log than an insert and if so, is there any way to...

    Chris Powell

    George: You're kidding.
    Elroy: Nope.
    George: Then lie to me and say you're kidding.

  • RE: SQL server 2005 - server restarted

    A server reboot is usually a sign of hardware failure, i.e. overheated processor, power supply, or even something even more simple.

    Please review the event log for more information.

    Chris Powell

    George: You're kidding.
    Elroy: Nope.
    George: Then lie to me and say you're kidding.

  • RE: The Office

    Like many of the posts here today, from those that have/are working from home, I tend to put in more hours while working from home. OCTOM's comment was how...

    Chris Powell

    George: You're kidding.
    Elroy: Nope.
    George: Then lie to me and say you're kidding.

  • RE: Number of Instances and databases recommended my Microsoft

    Gails answer is best, but if you want a specific article please review the following:

    http://msdn.microsoft.com/en-us/library/ms143432.aspx

    Chris Powell

    George: You're kidding.
    Elroy: Nope.
    George: Then lie to me and say you're kidding.

  • RE: maintenance plan is not created

    Is SSIS installed?

    Chris Powell

    George: You're kidding.
    Elroy: Nope.
    George: Then lie to me and say you're kidding.

  • RE: DBCC Shirnkfile command

    You said management would not accept removing older data. Is this "older" data used regularly? Or, can you remove it to a new database called "DRIBS_Archive" and then take...

    Chris Powell

    George: You're kidding.
    Elroy: Nope.
    George: Then lie to me and say you're kidding.

  • RE: export sql agent jobs no access via SSMS

    What version of SQL Server with SP are you running?

    Please post the results of the following:

    select @@version

    Chris Powell

    George: You're kidding.
    Elroy: Nope.
    George: Then lie to me and say you're kidding.

  • RE: export sql agent jobs no access via SSMS

    Have you performed a migration from one SQL Server to a different SQL Server?

    Can you run the following against the msdb database and verify subsystem dlls are pointing to the...

    Chris Powell

    George: You're kidding.
    Elroy: Nope.
    George: Then lie to me and say you're kidding.

  • RE: export sql agent jobs no access via SSMS

    Are there any messages in the SQL Agent Log, SQL Server Log, Error Log files? Typically the SQL Agent Log will tell you precisely why.

    Have you attempted to enable...

    Chris Powell

    George: You're kidding.
    Elroy: Nope.
    George: Then lie to me and say you're kidding.

  • RE: Unable to uninstall a SQL2005 instance

    An annoying bug with SQL Server Express and multiple instances. You will most likely need to uninstall the second instance via command line. Take a look at the...

    Chris Powell

    George: You're kidding.
    Elroy: Nope.
    George: Then lie to me and say you're kidding.

  • RE: backup getting stuck SQL server 2005 -- MSSEARCH wait type

    Have you put any thought in to rebuilding the Full-text catalog(s) prior to the backup job? It isn't a bad maintenance addendum to rebuild Full-text catalogs once a month...

    Chris Powell

    George: You're kidding.
    Elroy: Nope.
    George: Then lie to me and say you're kidding.

  • RE: sql server agent keeps stopping

    Check the log files for any information.

    Also, do you have "Auto restart SQL Server if it stops unexpectedly" and " Auto restart SQL Server Agent if it stops unexpectedly" checked?...

    Chris Powell

    George: You're kidding.
    Elroy: Nope.
    George: Then lie to me and say you're kidding.

  • RE: Performance Degradtion

    Dave said it best Google is your friend, one solution is in this article.

    http://omaralzabir.com/a_significant_part_of_sql_server_process_memory_has_been_paged_out__this_may_result_in_performance_degradation/

    Chris Powell

    George: You're kidding.
    Elroy: Nope.
    George: Then lie to me and say you're kidding.

Viewing 15 posts - 181 through 195 (of 318 total)