Forum Replies Created

Viewing 15 posts - 961 through 975 (of 2,487 total)

  • RE: DTS Access Table to SQL Server

    Sorry, this is a bit confusing. What "parameters and other details" are you changing and how are you executing the customer.bas file?

     

    --------------------
    Colt 45 - the original point and click interface

  • RE: DTS Job Failure

    Are you and the developer running the package against the same database, with the same data being inserted?

     

    --------------------
    Colt 45 - the original point and click interface

  • RE: File checksum

    If you're worried about picking up the same file two days in a row. Best/easiest option would be to move the file to an archive location once it has been...

    --------------------
    Colt 45 - the original point and click interface

  • RE: Backup Methods

    "As I stated in the original post it is a script that executes a simple backup command. "

    Ahh ... no ... you didn't mention that.

    Yes, many of the custom scripts...

    --------------------
    Colt 45 - the original point and click interface

  • RE: Backup Methods

    Maintenance plans are ok for system databases and small sized user databases that have a maintenance window. Try running a maintenance plan on a 24/7 database that's over a few...

    --------------------
    Colt 45 - the original point and click interface

  • RE: Executing package - get previous vbscript from DTS--why?

    Susan

    There is no relationship between the saved VBScript file and the DTS package. The save/load functionality in the ActiveXScript window just allows you to save/load the text. Quite handy if...

    --------------------
    Colt 45 - the original point and click interface

  • RE: Inserting data into table from DTS package

    Now why would you be running an Insert statement within an ActiveXScript task in DTS?

    You could try capturing the concatenated SQL string and seeing if there is a syntax error....

    --------------------
    Colt 45 - the original point and click interface

  • RE: Sending reports with CDONTS.NewMail

    Brian, Happy to help.

    BTW, I prefer the Aussie Cricket team to the Wallabies

     

    --------------------
    Colt 45 - the original point and click interface

  • RE: Sending reports with CDONTS.NewMail

    What OS are you running on? For Windows 2003 you might have better success using CDO.Message instead.

     

    --------------------
    Colt 45 - the original point and click interface

  • RE: Reporting services Default page

    Report Manager isn't terribly customisable. Best to just leave the "billy boy gates" look alone and create your own front-end for entering parameters and rendering reports. It's almost a drag...

    --------------------
    Colt 45 - the original point and click interface

  • RE: Updating number accuracy

    You can just change the table design using Enterprise Manager. Look up the decimal datatype in Books Online.

    If you don't want to change the table design, then you'll need to...

    --------------------
    Colt 45 - the original point and click interface

  • RE: slow query on 64bit sql server?

    oh .. and also the hardware specs including data file locations.

     

    --------------------
    Colt 45 - the original point and click interface

  • RE: slow query on 64bit sql server?

    To get subjective answer, you would really need to post a heap of DDL & DML (table and index definitions, query syntax, etc...) and provide more detail about your datatypes...

    --------------------
    Colt 45 - the original point and click interface

  • RE: programatically find out is there''''s a SQL installation

    You could also run script to check the services list using WMI.

     

     

    --------------------
    Colt 45 - the original point and click interface

  • RE: SQL Query Again - Complex

    Haven't had much of a look at this, but try this on for size. Copy and paste the entire code into Query Analyzer.

    SET NOCOUNT ON
    CREATE TABLE #BETS (
     [BetID]...

    --------------------
    Colt 45 - the original point and click interface

Viewing 15 posts - 961 through 975 (of 2,487 total)