Forum Replies Created

Viewing 15 posts - 91 through 105 (of 234 total)

  • RE: Backup History in EM

    does this purge only help when using the GUI to execute backups?  (i.e., is there any speed advantage when backups are run from script?).  What else is this likely to...

    Thank-you,
    David Russell
    Any Cloud, Any Database, Oracle since 1982

  • RE: MSX-server problem

    I was also to delete the failed jobs by doing the following update:

    update msdb.dbo.sysjobs set originating_server = 'DATA23' where originating_server = 'DATA2'

    at least this got things cleaned up... now, I...

    Thank-you,
    David Russell
    Any Cloud, Any Database, Oracle since 1982

  • RE: Server Name Change

    The restarts weren't required just to change the job names back... and since there were all broken, I just changed them back and deleted them (after scripting them, just in...

    Thank-you,
    David Russell
    Any Cloud, Any Database, Oracle since 1982

  • RE: how to handle daylights savings time???

    Good answer Philip Yale!!!

    Like I said... Modern OS, Modern DB...

    That frequent job is something to be concerned with perhaps.

    I'm with Ninja... not going to lose any sleep

    Thank-you,
    David Russell
    Any Cloud, Any Database, Oracle since 1982

  • RE: Log Shipping Transaction log copy and load fails.

    Look at your jobs... I have only seen that when one of them is failing.  The failure there may tell you more about what to do.

    Thank-you,
    David Russell
    Any Cloud, Any Database, Oracle since 1982

  • RE: INSERT & UPDATE not working all of sudden

    Okay, so you cross posted and people are helping you there...

    Let's close this thread now.

    Thank-you,
    David Russell
    Any Cloud, Any Database, Oracle since 1982

  • RE: XP_CMDSHELL to delete external files

    I have had a LOT of problems (issues) with network drives.  The privilege associated with the command is of the user that starts the service - NOT the user who...

    Thank-you,
    David Russell
    Any Cloud, Any Database, Oracle since 1982

  • RE: URGENT!!! Database need recovery

    you know, even with the file "overwritten"... if you STOP what you are doing IMMEDIATELY and stop ALL other activity on the box, you MAY have been able to "undelete"...

    Thank-you,
    David Russell
    Any Cloud, Any Database, Oracle since 1982

  • RE: SQL Server Replication and Log Shipping or Third-party for DR Replication?

    My position with replication (SQL Server, Oracle and Sybase) is to use the "built-in" tools and not even consider the 3rd party products.  But I take this position on most...

    Thank-you,
    David Russell
    Any Cloud, Any Database, Oracle since 1982

  • RE: INSERT & UPDATE not working all of sudden

    nobody has answered and you must be in a panic.

    How do you know that inserts and updates aren't working?  Are you getting any sort of a message?  Have you looked...

    Thank-you,
    David Russell
    Any Cloud, Any Database, Oracle since 1982

  • RE: Full server documentation into an .xls?? Using this sp...

    Is American Idol on again?  Geez!  I MUST get a life... didn't know it was on <sniff>

    <sigh>

    Thank-you,
    David Russell
    Any Cloud, Any Database, Oracle since 1982

  • RE: Login Slow for SQL Server Authentication

    is the Access application connecting to the correct database initially?  or is there the possibility that it is going through a series of try's to login before it gets to...

    Thank-you,
    David Russell
    Any Cloud, Any Database, Oracle since 1982

  • RE: LIKE witout spaces

    but beware of that leading %... causes full scan of table.

    Thank-you,
    David Russell
    Any Cloud, Any Database, Oracle since 1982

  • RE: Full server documentation into an .xls?? Using this sp...

    very nice!  thanks!

    If I may make a couple of suggestions...

    1) add some comments...

    -- Execute in SQL Query Analyzer

    -- Be sure to "use <dbname>" before running

    -- Save As <filename>.html

    -- Written by...

    Thank-you,
    David Russell
    Any Cloud, Any Database, Oracle since 1982

  • RE: How to make a connection to a subscriber database ?

    Is the other DB (the new subscriber) set up in mixed mode? (i.e., to use mixed mode authentication).

    Thank-you,
    David Russell
    Any Cloud, Any Database, Oracle since 1982

Viewing 15 posts - 91 through 105 (of 234 total)