Forum Replies Created

Viewing 15 posts - 2,491 through 2,505 (of 4,745 total)

  • RE: 95 GB Transaction Log but 99% Free

    Lynn, that duplicate is down to none at all now.

    Were you going to say if there was a need to increase the log file to 95 GB and you do...

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

  • RE: SSRS and SSAS

    Other point I wanted to make is if you separate out the components you increase network traffic greatly, so factor that into your decisions.

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

  • RE: SSRS and SSAS

    Greg makes a good point about 64bit.

    If you are already 64bit then that is a good argument for running the components together. If you have 64bit and plenty of memory...

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

  • RE: SQL Server agent xps is disabled.

    correct

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

  • RE: SQL Server agent xps is disabled.

    if sql is restarted all database have to go through a recovery phase. Your database is currently doing this as a large load was forcibly terminated and there will be...

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

  • RE: 2 sets of backups

    If you do a full backup it will interfere with their differentials as it will reset the start point for the differentials. Their differentials will still run but there will...

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

  • RE: Maintenance Plan not deleteing old backup files

    have you tried just bak (no preceding dot). This is what it should be set to.

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

  • RE: help in recognizing unused tables

    output the results of sys.dm_db_index_usage_stats to a table so you have persistent, historical information.

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

  • RE: [error] Unable to connect to SQL Server database.

    have you checked the SQL errorlog for any login failure messages?

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

  • RE: Is 'BACKUP TRANSACTION' valid syntax?

    A backup transaction command does the same as a backup log. Its not the accepted command though and I expect it will be deprecated at some point (if not already)....

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

  • RE: Use Database statement not working in an EXEC statement

    use db statement and other statements need to be in same exec for change of db context to work

    e.g.

    set @statement = N'use [' + @name +']'+char(13)+N'exec sp_helpdb [' + @name...

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

  • RE: backups to network share or local to the disk

    passivebyz (6/13/2010)


    The key is for your backup drives to be a clustered resource. They should be visible from both nodes, just like the data files. However the physical drives should...

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

  • RE: backups to network share or local to the disk

    make the backup drive a share then make that share a cluster resource. Then if a node crashes the backup drive will failover as well.

    You should also copy the backups...

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

  • RE: help me to analyze the dump log

    the people who can analyze dumps are few and far between. I suggest you raise a case with Microsoft. If this is an MS bug you won't be charged.

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

  • RE: Anyone running 2008r2?

    2008R2 is 2008 + add ons, mostly in the BI area. The core of the release is the same

    At the point of releasing 2008R2 MS put up their prices, so...

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

Viewing 15 posts - 2,491 through 2,505 (of 4,745 total)