Forum Replies Created

Viewing 15 posts - 2,356 through 2,370 (of 2,487 total)

  • RE: Generic DTS Package

    Here's a start. It shows how to reference the package, step and task objects within a script. All it really does is display the step and task name. Once you...

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

  • RE: Development using Sysadmin access

    I think it best to give developers SA rights within their own development environment. This allows them to profile and tune the apps. They can also setup scheduled jobs, do...

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

  • RE: 'Invalid Pointer' in DTS Package

    Are there any weird characters in the data you are inserting, like quotes and such?

    Thanks

    Phill Carter

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

  • RE: EXPORT NULL COLUMNS WITH DTS

    What text qualifier do you have set?

    Thanks

    Phill Carter

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

  • RE: Dynamic export to dbaseIII

    Can you explain a bit more about what you are currently doing, and what you have tried?

    Some things to look at are the Dynamic Properties task (if you are using...

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

  • RE: Error using sp_oaMethod in proc to automate DTS

    Hate to be a stick pointer ... but I've been in the same situation in regards to Network bods. One response I got was "Oh I didn't think that was...

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

  • RE: Error using sp_oaMethod in proc to automate DTS

    Have you checked the versions of that DLL on each of the servers? Also, check if there are multiple copies of that DLL. Might have the wrong one registered.

    Thanks

    Phill Carter

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

  • RE: Msg 17309 in SQL Server 6.5 error log

    Were there any other error messages in the log?

    What was running on the server when you got this message?

    Thanks

    Phill Carter

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

  • RE: Script to Save all DTS

    Take a look at DTSBackup2000 at

    http://www.sqldts.com/default.aspx?6,105,242,0,0

    It has both GUI and Command line functionality. After making all your selections in the GUI you can generate a command line from your...

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

  • RE: Import data from text files

    If the volume of data you're importing is large, consider using BULK INSERT, either the DTS task or the TSQL statement. Check out "Optimizing Bulk Copy Performance".

    In these cases, I've...

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

  • RE: Protecting Proprietary SQL code

    About the best you can do is use the WITH ENCRYPTION option on the CREATE PROCEDURE statement. However, I know that procs encrypted on SQL 6.5 & 7 can be...

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

  • RE: question about running bcp with and invalid user

    If you are running SQL 2000, try using the T-SQL BULK INSERT statement. It's quicker than BCP ( See 'Optimizing Bulk Copy Performance' in BOL ) and it keeps the...

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

  • RE: From excel to sql server: cells appear as NULL

    You would need to do an ActiveX Script transformation instead of a Copy Column. Delete the transformations you currently have. Select the fields that need conversion and create a new...

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

  • RE: Job Error. Need help ASAP.

    Firstly check out the following article, it'll give you an idea on working out what security context the DTS package is executing under.

    http://support.microsoft.com/default.aspx?scid=kb;en-us;269074

    Secondly, the text of the error message...

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

  • RE: From excel to sql server: cells appear as NULL

    Are the numbers the values that are missing? If so, check the format of the cell in Excel. If Excel sees it as a number then when you import it...

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

Viewing 15 posts - 2,356 through 2,370 (of 2,487 total)