Forum Replies Created

Viewing 15 posts - 2,611 through 2,625 (of 4,745 total)

  • RE: LOG Shipping

    as alluded to above those values are all configurable in the gui. Just go back and edit the logshipping properties and relate thresholds to your job frequencies.

    If you don't restore...

  • RE: PLEASE HELP !!!!

    jlennartz (4/27/2010)


    If you reinstalled you Accounting Program it should have created empty databases like it was before you started using the accounting system. If that is the case...

  • RE: HOW TO RESTORE MASTER DB IN MSSQL 2005 SP 2

    The one you already have on server B is the version you want so use that one.

    It is vital that the resource db files are in the same directory as...

  • RE: HOW TO RESTORE MASTER DB IN MSSQL 2005 SP 2

    This is just for fun but here goes anyway................

    I wouldn't do it this way

    Unless you have lots of linked servers (which won't decrypt anyway), user error massages, SPs in master,...

  • RE: Tempdb GROWS

    You are checking tempdb after the cause of the growth has been and gone. Tempdb stores TEMPORARY objects, so they have been created, used up 36Gb space, and been deleted...

  • RE: LOG Shipping

    If you have enterprise edition also take a look at snapshots with database mirroring.

  • RE: LOG Shipping

    you could do this with log shipping but you would have to have the space on the reporting server to store two weeks worth of log backups. Hard to say...

  • RE: high protection mode mirroring, what happens if mirror goes offline?

    depends how much space you have for your transaction log.

    Principal will continue to function but log will not be able to be backed up. so would eventually run out of...

  • RE: Renamed a SQL Server

    pleasure. thanks for posting back.

  • RE: Tempdb GROWS

    sorry, forgot the code for the two views used in there.

    SET ANSI_NULLS ON

    GO

    SET QUOTED_IDENTIFIER ON

    GO

    CREATE VIEW [dbo].[all_session_usage]

    AS

    SELECT R1.session_id,

    ...

  • RE: Tempdb GROWS

    Set up a sQLAgent job to run the following SQL every 3-4 mins and output to a file. the file will grow by about 20MB an hour and will contain...

  • RE: Renamed a SQL Server

    Nope, the good old SQL 2000 update sysjobs set originating_server = 'newservername' does not work in SQL2005 and up.:(

    Have you tried editing the jobs to run under a different user

    You...

  • RE: Does log shipping affect normal maintenance backups?

    Full or diffs no. But don't set up tran log backups through the maintenance plans , just use the log shipping log backups

  • RE: Upgrade SQL 2000 To SQL 2008 x64 IA

    First of all use the 2008 upgrade advisor to give you an idea of the DTS issues you might face.

    when you install 2008 also install the Microsoft SQL Server 2005...

  • RE: PLEASE HELP !!!!

    sorry just spotted you said SQL is installed as part of your application, must be SQL Express edition then. That does not come with SSMS but it can be downloaded...

Viewing 15 posts - 2,611 through 2,625 (of 4,745 total)