Forum Replies Created

Viewing 15 posts - 1,681 through 1,695 (of 2,487 total)

  • RE: Setting up a global varaible

    You'll need to setup a couple of global variables in a the package along with a Dynamic Properties task. Use the dynamic properties task to set the appropriate properties on...

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

  • RE: Setting up a global varaible

    So do you want the offices to run your DTS package on their server, or do you want your DTS package to send just the output to each office?

    If it's...

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

  • RE: Variable uses an Automation type not supported in VBScript

    Can't tell much from that one line. Maybe you could post the entire script?

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

  • RE: SQLH2

    Don't worry about querying the tables, load up the reports for Reporting Services, they're pretty cool.

    The tool itself is still a beta release so I don't think you'll have much...

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

  • RE: Polite DTS Packages - one waits for the other ... an issue?

    Are you using the same ODBC datasource, or the same destination tables? It could be that the second package is waiting for locks to be released from the first package.

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

  • RE: Subscription runtime

    Scheduled subscriptions are just SQL Agent jobs. You could just change the time on the jobs, but that may have other consequences within the RS database.

    Another option would be to...

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

  • RE: SQL Server Enterprise Manager new feature

    Returning any rows in Enterprise Manager is a drag. Before it displays any data, it has to format it into the grid.

    Best to use Query Analyzer to return the data...

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

  • RE: Active Passive to Active Active

    Also, it should be noted that Active/Active doesn't work if you're thinking of running the same application on each node. As noted above, each node should have it's own resources,...

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

  • RE: SQL server 2000 and Outlook security issues?

    The one big failure of using Outlook for sending alert messages is that if the Exchange server is unavailable, Outlook loses its connection.

    Once that happens you can try using...

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

  • RE: Safely delete package logs?

    Take a look at my script here,

    http://www.sqlservercentral.com/memberservices/updatescript.asp?Approve=y&scriptid=606

    This removes old versions of packages and their related logs. You can modify this to just remove the logs if you like. There is...

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

  • RE: Error Logging in DTS

    First, make sure you have enabled DTS Package Logging on the Package Properties page.

    If you log to SQL Server, then the log information can be found in sysdtspackagelog, sysdtssteplog and...

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

  • RE: Execute Package Task error

    Even better, use something similar to the earlier script to wipe out the packageID altogether. This ensures the package is loaded by name only. In which case the latest version...

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

  • RE: DTS and Output from contained Stored Procedure

    Matt

    You can assign your stored procedure output in a global variable rowset.

    For more info on the rowset take a look at this article

    http://www.sqldts.com/default.aspx?298

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

  • RE: DTS import wizard : Chose a destination : database

    The DTS Import Wizard will try and create the database in the default directory.

    The only way you can locate it elsewhere is to do as Greg suggested and create the...

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

  • RE: DTS Issue For FTP w/ Batch File

    The file will be located in the C:\Program Files...SQL Server\binn directory. That is where the DTS files are located.

    Have you tried using the DTS FTP task?

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

Viewing 15 posts - 1,681 through 1,695 (of 2,487 total)