Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)

  • RE: Catastrophic Error

    Check your service accounts are not locked out if they are network accounts. If this does not work then set your service accounts to local system and try again.

  • RE: Large Transaction Log

    Try this one.....

    SET NOCOUNT ON

    DECLARE @LogicalFileName sysname,

    @MaxMinutes INT,

    ...

  • RE: Extracting from an ODBC source

    the dates are not stored as dates more like yyyymmdd. My trouble is i do not seem to be able to refer to the dest table in the select...

Viewing 3 posts - 1 through 3 (of 3 total)