Forum Replies Created

Viewing 15 posts - 4,141 through 4,155 (of 4,745 total)

  • RE: Sp_Cycle_ErrorLog not working

    the times I have seen this it is due to the size of the errorlog, and is resolved by bouncing SQL or the box.

    If it won't cycle a 10MB log...

    ---------------------------------------------------------------------

  • RE: Barriers to Entry, Database Weekly (Oct 27 2008)

    no,no,no, no fees to join sqlservercentral, ever, it would ruin it.

    People have a problem, they do a search, a post from this site pops up, and voila there is their...

    ---------------------------------------------------------------------

  • RE: What happened to SP3?

    microsoft must have read my post and decided to rush it out! 🙂

    ---------------------------------------------------------------------

  • RE: DTS and job in SQL 2005

    please don't TRIPLE post, choose one and delete the other two.

    make that quadruple

    ---------------------------------------------------------------------

  • RE: restore a DB to developer server with smaller datafiles than in Backup

    If a file is recorded as 100GB in size within a .bak file then when restored it will be 100Gb in size, no way round that.

    You could use SSIS (export...

    ---------------------------------------------------------------------

  • RE: Log Shipping .tuf file

    without tuf file it cannot roll forward ready for next log, so I see no way round this without starting from a restore, sorry.

    Any chance its on a tape backup...

    ---------------------------------------------------------------------

  • RE: MY SQL SERVER 2005 ERROR LOGS

    GilaMonster (10/24/2008)


    As far as I know, all backup logs (including the no_log) have to write into the tran log to indicate that a backup was done. I don't know if...

    ---------------------------------------------------------------------

  • RE: Identify DB Owner from Backup File?

    Lee,

    no probs. Not quite written script, if you want it automated, you'll have to put that in a variable and exec @variable

    have fun

    george

    ---------------------------------------------------------------------

  • RE: Identify DB Owner from Backup File?

    I don't think you would be able to get that information from a backup as its not held in the database itself but in master..sysdatabases.

    So perhaps you are stuck with...

    ---------------------------------------------------------------------

  • RE: MY SQL SERVER 2005 ERROR LOGS

    Gail, the situation I am thinking of is when there is no drive space available anywhere and the log is so full even a truncate_only won't work, then the no_log...

    ---------------------------------------------------------------------

  • RE: Indexes

    its an indian language term, used as a unit of measurement. Means quite a big amount, cannot remember how much, barry might be right

    1 lakh = quite a lot really

    ---------------------------------------------------------------------

  • RE: MY SQL SERVER 2005 ERROR LOGS

    something is issuing either a backup log with truncate only or backup log with no_log against one of your databases. This means the log is being truncated without the contents...

    ---------------------------------------------------------------------

  • RE: Maintenance plan jobs failing on SQL 2000.

    backup failures are reported in the errorlog so that should tell you why it failed.

    Also, deletes are not done untill all backups are completed, so if one fails, no deletes...

    ---------------------------------------------------------------------

  • RE: What happened to SP3?

    cheers. lets hope RSN means before the next CU.

    Are you guys still running on SP2?

    ---------------------------------------------------------------------

  • RE: Perfmon Memory Counters ~ Help !!!

    ahh, allocated up to, now it makes sense, set it to dynamic, may as well.

    ---------------------------------------------------------------------

Viewing 15 posts - 4,141 through 4,155 (of 4,745 total)