Forum Replies Created

Viewing 15 posts - 31 through 45 (of 346 total)

  • RE: configuring Log shipping in different domains

    Update: I have just got log shipping running between two standalone servers, no domain at all. SQL Server & Agent were configured to use local user accounts (different...



    Scott Duncan

    MARCUS. Why dost thou laugh? It fits not with this hour.
    TITUS. Why, I have not another tear to shed;
    --Titus Andronicus, William Shakespeare


  • RE: configuring Log shipping in different domains

    I remember doing something like this a few years ago. From memory, the only way around it is to loosen your share & NTFS permissions on the folder that...



    Scott Duncan

    MARCUS. Why dost thou laugh? It fits not with this hour.
    TITUS. Why, I have not another tear to shed;
    --Titus Andronicus, William Shakespeare


  • RE: Does the Log shipping configuration breakes in a a/p cluster setup when a failover occurs?

    Make sure the share you are dropping the transaction log backups to for the secondary server to grab is a clustered resource (which means it will need to be on...



    Scott Duncan

    MARCUS. Why dost thou laugh? It fits not with this hour.
    TITUS. Why, I have not another tear to shed;
    --Titus Andronicus, William Shakespeare


  • RE: Backup Stored Proc

    OK, a new version. This has tidied up a couple of things that were annoying me.

    I have also added the ability to perform FILE or FILEGROUP backups....



    Scott Duncan

    MARCUS. Why dost thou laugh? It fits not with this hour.
    TITUS. Why, I have not another tear to shed;
    --Titus Andronicus, William Shakespeare


  • RE: Backup Stored Proc

    This is a known issue with MSDB - there are some indexes missing that would improve performance. There is an article in the forums somewhere (search for "large msdb"...



    Scott Duncan

    MARCUS. Why dost thou laugh? It fits not with this hour.
    TITUS. Why, I have not another tear to shed;
    --Titus Andronicus, William Shakespeare


  • RE: Auditing SQL Server 2005

    I don't know about scripts, but there are a few commands you can run that would return the information (just not necessarily in the format you want):

    sp_helplogins

    sp_helprotect

    select * from master.sys.server_principals

    select...



    Scott Duncan

    MARCUS. Why dost thou laugh? It fits not with this hour.
    TITUS. Why, I have not another tear to shed;
    --Titus Andronicus, William Shakespeare


  • RE: Issue while executing SQL in MS SQL 2005

    What exactly is this query? Those error messages will appear if you are creating a stored procedure that makes calls to other stored procedures that do not exist.



    Scott Duncan

    MARCUS. Why dost thou laugh? It fits not with this hour.
    TITUS. Why, I have not another tear to shed;
    --Titus Andronicus, William Shakespeare


  • RE: In general schedule of a DBA

    Have a search on this site for articles and search the forums. There have been several discussions on this sort of thing.

    Here's a couple of articles to get you...



    Scott Duncan

    MARCUS. Why dost thou laugh? It fits not with this hour.
    TITUS. Why, I have not another tear to shed;
    --Titus Andronicus, William Shakespeare


  • RE: Backup Stored Proc

    Another revision. SQL version checking (will only run on SQL 2000, 2005), better logging, additional options.

    Set Database name to:

    ALLSYS = backs up master, model, msdb

    ALLUSER = backs up all...



    Scott Duncan

    MARCUS. Why dost thou laugh? It fits not with this hour.
    TITUS. Why, I have not another tear to shed;
    --Titus Andronicus, William Shakespeare


  • RE: PLEASE HELP- cannot connect to DB, stuck in the middle of moving system DBs

    Try using some of the dynamic management views and functions - they reside in the resource database. E.g., SELECT * FROM sys.dm_exec_sessions. Have a nosy in Books Online...



    Scott Duncan

    MARCUS. Why dost thou laugh? It fits not with this hour.
    TITUS. Why, I have not another tear to shed;
    --Titus Andronicus, William Shakespeare


  • RE: Backup Stored Proc

    Here's a revised version of the script. Now handles long folder/file names, checks server version is 2000 or 2005.



    Scott Duncan

    MARCUS. Why dost thou laugh? It fits not with this hour.
    TITUS. Why, I have not another tear to shed;
    --Titus Andronicus, William Shakespeare


  • RE: PLEASE HELP- cannot connect to DB, stuck in the middle of moving system DBs

    Looks more or less OK, albeit incomplete. I've attached a sample ERRORLOG to show what to expect (from one of our test 2005 clusters).



    Scott Duncan

    MARCUS. Why dost thou laugh? It fits not with this hour.
    TITUS. Why, I have not another tear to shed;
    --Titus Andronicus, William Shakespeare


  • RE: PLEASE HELP- cannot connect to DB, stuck in the middle of moving system DBs

    Good idea or not, if you're not sure what you are doing you should test first rather than jump straight onto production. The real trick there is to realise...



    Scott Duncan

    MARCUS. Why dost thou laugh? It fits not with this hour.
    TITUS. Why, I have not another tear to shed;
    --Titus Andronicus, William Shakespeare


  • RE: PLEASE HELP- cannot connect to DB, stuck in the middle of moving system DBs

    Are you connecting to the SQL Server virtual name (being as it's a cluster)?

    What credentials are you logging in to Windows with?

    What credentials are you connecting to SQL with?



    Scott Duncan

    MARCUS. Why dost thou laugh? It fits not with this hour.
    TITUS. Why, I have not another tear to shed;
    --Titus Andronicus, William Shakespeare


  • RE: PLEASE HELP- cannot connect to DB, stuck in the middle of moving system DBs

    If you can get SQL Server running in single user mode, try running these commands:

    [font="Courier New"] ALTER DATABASE mssqlsystemresource

    MODIFY FILE (name = data,...



    Scott Duncan

    MARCUS. Why dost thou laugh? It fits not with this hour.
    TITUS. Why, I have not another tear to shed;
    --Titus Andronicus, William Shakespeare


Viewing 15 posts - 31 through 45 (of 346 total)