Forum Replies Created

Viewing 15 posts - 61 through 75 (of 83 total)

  • RE: DTSRUN.EXE PROBLEM

    Have you tried placing debug lines in to identify which steps are executing?

    E.g. write an event to the event log, a log file or better still create a table and...

  • RE: Learning SQL Server 2005

    Steve,

    The links to the MS site seem to be out of date. All the ones I have tried redirected to an MSDN homepage.

  • RE: DTSRUN.EXE PROBLEM

    Try running profiler when the DTS package starts and see if you can capture any events which are occuring.

  • RE: Connect to database thru VPN

    Open Enterprise Manager, open MS SQL Servers, right click on SQL Server Group -> New SQL Server Registration.

    This should allow you to register the server with your username password.

    Note: ...

  • RE: Controlling Jobs

    Joe,

    Thanks for the article and the technique. I like the idea and think it will work well in a number of situations.

    I am unsure why 'Herb' is attacking...

  • RE: Controlling Jobs

    Another way to do this is to schedule another job to schedule an sp_stop_job. This stops the job in a far less graceful way but at the time...

  • RE: Copying all the data in a db to another server

    My understanding was that that would maintain the SQL fragmentation. This data is very heavily fragmented and I am hoping the inserts will sort that by having...

  • RE: Question of the Day for 28 Jul 2006

    On the point of the between, I thought that between x and y was quicker than > x and < y.

    Therefore a more verbose date would result in a...

  • RE: Differential Backup

    What are the time gaps between full, 1st and 2nd differential backups?

    Is the database under heavy or light usage?

  • RE: Replication-- need advice

    It is also the DBA which will deal with all the problems which can occur with Transactional Replication.

    The DBA should therefore have enough access and responsibilty to both sides for...

  • RE: Need backup/restore documentation

    Ensure the first log backup is restored with NO RESTORE. This enables the second Log Backup to be applied.

  • RE: Replication

    Transactional replication uses the snapshot agent to initialize the replication. There is no easy way around this.

    However the workload for this is not significantly greater than...

  • RE: The Support Joke

    Apart from the numerous exploits of people telling me their computer is completely broken and not working at all (well actually it boots, loads word etc but gives an error...

  • RE: Cleaning WGA

    To be pedantic, you are not compelled to retake your driving test in the UK unless the court orders it, which they normally don't. If you re-offend within 10...

  • RE: Cleaning WGA

    I have never really understood the MS insistence on this one.

    As previously mentioned most of the revenue must be from companies not from home users.

    Secondly surely having a...

Viewing 15 posts - 61 through 75 (of 83 total)