Forum Replies Created

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

  • RE: Database size issue

    the.hank (1/14/2011)


    i had taken relevant data to another server and than deleted those data from my server because the size in my server was less. but the size of mdf...

    Adam Zacks-------------------------------------------Be Nice, Or Leave

  • RE: Database size issue

    You said the size exceeded, but exceeded what?

    The simple answer is do a full backup and follow up with a database and log shrink.

    HOWEVER it is reallly concerning that you...

    Adam Zacks-------------------------------------------Be Nice, Or Leave

  • RE: Execute sql without writing on transaction log

    True but from the posters first post it seems they are worried about log filling (and presumably subsiquent growths) during the night.

    Adam Zacks-------------------------------------------Be Nice, Or Leave

  • RE: Execute sql without writing on transaction log

    Unless you change the ricovery model and then run your reindex (buts it is not advisable).

    Why is this an issue? Do you not have enough disk space?

    Adam Zacks-------------------------------------------Be Nice, Or Leave

  • RE: In Sql Server Can we recover new log file(.ldf) if we added that after full backup

    Not sure i understand.

    You would need to restore your last full backup (.bak), then re-apply (restore) each log backup (.trn) up until the failure.

    If you dont have a log backup...

    Adam Zacks-------------------------------------------Be Nice, Or Leave

  • RE: database mirroring job

    Just so that im clear, you now have the required code to check for an enabled or disabled mirror, right?

    As far as database names and server names are concerned, I...

    Adam Zacks-------------------------------------------Be Nice, Or Leave

  • RE: How to get the SQL client to see HBC (HyperBac) files.

    javen-718435 (12/28/2010)


    This seems to be hardwired in Management Studio (all versions), there does not seem to be anywhere (even a registry hack) to alter this. Which seems strange as...

    Adam Zacks-------------------------------------------Be Nice, Or Leave

  • RE: Data base mirroring

    subha.mcts2005 (12/7/2010)


    Hi Gail,

    i followed, but not getting,

    plz help me.

    Subha

    How do you mean, what dont you get?

    Can you connect to the SQL server instance that your mirror is to be...

    Adam Zacks-------------------------------------------Be Nice, Or Leave

  • RE: Network Backup

    ionas (12/6/2010)


    Basically I have two options for SQL service:

    1.Built in account (Network service, Local system, Local service)

    2.This account

    Cuurently, I use first option and "Local system" but the drive is not...

    Adam Zacks-------------------------------------------Be Nice, Or Leave

  • RE: Data base mirroring

    Check to see that the 'mirror' server is reachable from your 'principal' (ie rdp to it and go into ssms and try to connect).

    Ensure that the account you are trying...

    Adam Zacks-------------------------------------------Be Nice, Or Leave

  • RE: SQL server stopped genarating error log

    Heya,

    Heres a few suggestions:

    1. What have you done to test?

    2. Do you have plenty of space on your App drive (generally c: if not changed at install or registry)?

    3. Have...

    Adam Zacks-------------------------------------------Be Nice, Or Leave

  • RE: Maintenance Plan for Log backups failing

    Glad to help 🙂

    Adam Zacks-------------------------------------------Be Nice, Or Leave

  • RE: Maintenance Plan for Log backups failing

    If you right click on database and pick rename, does the name have a leading or trailing space?

    The other thing to try is to create a new maint plan, it...

    Adam Zacks-------------------------------------------Be Nice, Or Leave

  • RE: Maintenance Plan for Log backups failing

    Sqlsavy (11/24/2010)


    Good Morning!

    There are 3 databases for which I am taking log backups all of them were working fine until Monday. One database went into 'Suspect' so I had to...

    Adam Zacks-------------------------------------------Be Nice, Or Leave

  • RE: How many Error Log files and hwo to check locations?

    YTZ (10/29/2010)


    Adiga & Adam:

    Thanks for the reply.

    I remember there are 5 log files on SQL Server 2005. Could you offer other three and default location like SQL Server Engin error...

    Adam Zacks-------------------------------------------Be Nice, Or Leave

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