Forum Replies Created

Viewing 15 posts - 346 through 360 (of 2,487 total)

  • RE: Saving DTS as .BAS, but how to load it?

    The DTS GUI is looking for an object that fits the DTS object model. The VB file has no information about the object model in it.

    Modify the "Save" line in the...

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

  • RE: Is there an easier way of changing the connection strings for 350 DTS''''s?

    I wrote this script to document the connection properties. You could use it as a base to modify the properties.

    http://www.sqlserver.org.au/resources/ViewResource.aspx?resourceId=40

     

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

  • RE: The Report Builder

    Leif

    Without any idea of your environment or setup I'd take a stab at saying that the report you built returned zero rows due to Report Builders implicit use of inner...

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

  • RE: The Report Builder

    The big chore I've come across with Report Builder is translating all the database fields into recognisable form for end users eg: only after a few years working with this database, I've...

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

  • RE: Stress

    Good pointers Andy, stress is one of the much hidden killers

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

  • RE: Getting Column Headers To Come through On each printed page

    Haven't tried it myself (all of our Excel reports are single pagers), but what about putting the headers in the page header section? Of course any dynamic text in the fields...

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

  • RE: Problem exporting report to excel 2000

    Are you running the latest service pack for Reporting Services?

    Prior to SP1 the file format was MIME Encapsulation of Aggregate HTML (MHTML), which could only be opened in Excel 2002...

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

  • RE: Getting Column Headers To Come through On each printed page

    Tracy

    In the report design, have you selected the option to repeat the headers on each page?

     

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

  • RE: SQLH2 - Access to the registry key is denied

    You can't use the local system account as that account doesn't have any privelages for remote resources.

    We have SQLH2 gathering info from a dozen or so servers, not all of...

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

  • RE: Alternative to the Microsoft MMC Console

    Nice short article, but probably a little too short and definately needs some screenshots. Maybe after "a couple hours", a extra couple of hours should have been spent making everything presentable.

    The...

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

  • RE: Automatic Job Monitoring

    My take is that it's entirely up to if you want spend an hour every morning looking through jobs in Enterprise manager. If you're not putting anything else on hold while...

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

  • RE: Table space allocation problem

    The problem with that suggestion is that, as per my original post, it's not always the same table.

    Last night this same table loaded without any problems, but another much larger...

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

  • RE: SMTP Mail task failure

    Do you have package logging turned on? You might get additional error details that way.

    I've also used this task and haven't had any problems.

    Just followed steps as outline on the...

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

  • RE: Error Handling

    The 'On Error Resume Next' statement basically causes the error to be ignored.

    Without that statement the script will abort on the line that causes the error. This is undesirable as...

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

  • RE: DTS and Temporary tables

    Ahhh ... I feel your pain. We're also dealing with extracting gigabytes worth of data from an external vendors system.

    At least you have date fields to limit your data transfer....

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

Viewing 15 posts - 346 through 360 (of 2,487 total)