Forum Replies Created

Viewing 15 posts - 2,296 through 2,310 (of 2,486 total)

  • RE: Run-time error 75

    Steve

    VBScript does have a FormatDateTime function, however unlike VB it does not allow you to specify a formatting string. You can only specify one of five pre-defined constants, eg: vbShortDate,...

  • RE: Parameters

    Not sure I fully understand what you want to achieve, but how about this.

    Create a temp table with an identity field that has a seed value of the first number...

  • RE: Run-time error 75

    I know, the formatting for code isn't the best, but they're working on it

    I like your use of the extra functions for the month and...

  • RE: Run-time error 75

    When a package is executed it assumes the security context of whoever/whatever triggered the execution.

    eg: When you execute the package it runs under your security context, when SQL Agent executes...

  • RE: Restarting DTS on failure

    I'm presuming the DTS Package is setup as a scheduled job. That being the case you can set the Retry attempts and Retry interval on the Advanced tab of the...

  • RE: Transform Data Task

    Do you get any sort of format file or header record that can be used to determine the columns?

    If so, and you're using SQL2K, have a look at the properties...

  • RE: DTS Package Run Status

    In SQL7, the logging is only to a text file. From memory I think this is specified on the General tab of the Package Properties window.

    Hope this helps

    Phill Carter

    --------------------

    Colt 45...

  • RE: Scheduled DTS for Informix (ODBC Issue) failed

    First thing to do when scheduling a DTS package that you can manually execute successfully is check the permissions.

    Also, given the message says something about DLL's, maybe the DLL...

  • RE: sql server export/import to Excel

    Can you provide some more details about what you want to do?

    For starters, do a search (http://www.sqlservercentral.com/Search/fulltextsearch.asp) for XLS, there have been a number of discussions dealing with Excel files.

    Hope...

  • RE: [sql_server] Strange Error in INSERT using DTS Exc

    Have you checked that all the permissions are correct? That's usually the cause of a lot of problems when you try and schedule a DTS job.

    Are you getting any other...

  • RE: Book Suggestion

    Check out 'Professional SQL Server 2000 DTS' ISBN:1-861004-41-9

    The Appendix A lays out the DTS Object library pretty well.

    Hope this helps

    Phill Carter

    --------------------

    Colt 45 - the original point and click interface

  • RE: Error Message on creating indexed view

    You can't do any conversion within the view. Check out 'Creating an Indexed View' in BOL.

    Also, you'll need to add a COUNT_BIG(*) to your statement. Just another of those many...

  • RE: DTS job

    ... is fun

    Hope this helps

    Phill Carter

    --------------------

    Colt 45 - the original point and click interface

  • RE: DTS Package Run Status

    For SQL 2000, if package logging is enabled, you can get the success/failure of the package in msdb..sysdtspackagelog and the success/failure of each step in the package in ...

  • RE: A Normalization Primer

    I'd like to see a follow up article from the other side of the fence. De-normalizing the databaase for datawarehousing/reporting.

    In my current contract, where we are building a small datamart,...

Viewing 15 posts - 2,296 through 2,310 (of 2,486 total)