Forum Replies Created

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

  • RE: Transfer Backup

    Nero-1119276 (10/26/2009)


    sorry for providing incomplete information.My another system is in differenent geograhical location

    What issues are you worried about? backup size/network link speed? No link between the two? ...

  • RE: Clean Up Maintainence Task

    if i remember rightly there is one little "gotcha" in the maintenance plan cleanup job which is around the file extension. If i remember correctly you have to put...

  • RE: Transfer Backup

    We use a program called synctoy to do this. its free and works like a dream. i would suggest though that if xcopy isnt working you either dont...

  • RE: transaction log ful

    if you switch it back to full recovery model the next log backup you run will fail because the LSN sequence has been disrupted.

    Read Gails (GilaMonsters) article on managing transaction...

  • RE: transaction log ful

    try the shrink command another couple of times, sometimes it doesnt shrink. if it still doesnt change change your recovery model to simple, run the shrink again and then...

  • RE: transaction log ful

    Krasavita (10/21/2009)


    how can I shrink?

    BACKUP LOG [MyDB] TO DISK = N'E:\sqldb\backup\\ChangeControl\MyDB_backup_200910220805.trn' WITH NOFORMAT, NOINIT

    A full backup will not help here you here. you need to do a LOG...

  • RE: transaction log ful

    ok your backup is going to be about 700mb. if its a dev box and you dont have room for the log backup i would just switch it to...

  • RE: transaction log ful

    Krasavita (10/20/2009)


    This is a maintance plan: How much space do I need for transaction back?

    depends on how much of the transaction log is used. run dbcc sqlperf (logspace) to...

  • RE: transaction log ful

    is master..sqlbackup a procedure or a maintenance plan? i dont know off the top of my head if maint plans show in the error messages like that or not.

    edit:...

  • RE: transaction log ful

    you need to do a log backup if your recovery model is full/bulk logged. a full backup will not truncate your log file.

    If you dont have the space to...

  • RE: will killing a process using cpu of 1,800,000 that is SLEEPING speed things up

    adam spencer (10/19/2009)


    Thanks for you answers. The say it is running slow. They are using an Access front end through citrix terminal server to ,select update, and insert. Of corse...

  • RE: will killing a process using cpu of 1,800,000 that is SLEEPING speed things up

    you cant just kill it because it has a large CPU usage. If your server has been online weeks/months etc you may have an app that uses one connection...

  • RE: How to find the License Mode for an existing SQL 2005 server?

    Richard M. (10/15/2009)


    oops... right... missed out on the per processor license part 😀

    it doesnt actually say, but as they had a proc license for 2000 i assumed they bought the...

  • RE: How to find the License Mode for an existing SQL 2005 server?

    Richard M. (10/15/2009)


    ...and the CAL's for 2005, if not already in possession.....

    you dont need CALS for per processor licensing

  • RE: How to find the License Mode for an existing SQL 2005 server?

    rambilla4 (10/14/2009)


    Hi,

    I have remembered that, we have 1 processor license for SQL Server 2000 Standard edition. Now we have Upgraded (In-place) it to SQL Server 2005 Enterprise edition. Now how...

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