Forum Replies Created

Viewing 15 posts - 1,861 through 1,875 (of 2,487 total)

  • RE: Logging record counts from Transform Data Tasks

    You could add an ActiveX Script task that check the properties of the datapump task. This way you'll not only get a count of the rows processed but also the...

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

  • RE: Importing Flat File with no Key

    How is the file created?

    You might be able to use the filename as your key and add it in as an ActiveX Script transformation.

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

  • RE: Testing DTS Visual Basic ActiveX Scripts

    If you don't have Visual Studio .Net download and install the Script Debugger

    http://msdn.microsoft.com/library/default.asp?url=/downloads/list/webdev.asp

    Then turn-on Just-in-Time debugging by right clicking on the 'Data Transformation Services' and selecting Properties.

    Put a...

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

  • RE: Backup slows system down too much

    You use counter logs in much the same way the NT performance monitor logged counters to a file. The only difference is that you've got a few extra options.

    To create...

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

  • RE: Stars

    Never liked points systems, there is always more than one way to skin a cat.

    Also, what I see a lot of in the DBA world is a quick response that...

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

  • RE: Backup slows system down too much

    quote:


    I have not collected other statistics, partially because I know the load on the machine, disk, and network is low at that...

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

  • RE: Backup slows system down too much

    quote:


    quote:


    given your answers to our questions and suggestions, I'd say you'll have to "roll...

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

  • RE: Move DTS Packages to a Remote Server

    Look for the line

    goPackage.SaveToSQLServer

    in the VB file. Check Books Online for the full syntax. Be aware that you'll lose the layout of the tasks and any...

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

  • RE: Backup slows system down too much

    wodom, given your answers to our questions and suggestions, I'd say you'll have to "roll your own" maintenance plan.

    In a past life I had to do this for SQL 6.5...

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

  • RE: Help with Impoting Excel into SQL Server db

    You don't need to pass the filename to the job.

    You can setup the DTS package to accept a global variable eg:the file path. Then your DTS package checks if the...

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

  • RE: Use of Cursors

    I wouldn't say you should never use cursors, just be aware of their pitfalls and avoid them when more efficient methods are available.

    Check the following topic in Books Online,

    "Optimizing Application...

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

  • RE: Yukon DTS packages

    quote:


    Not sure about all the changes, but we have an article coming in the Jan issue of SQL Server Standard (http://www.sqlserverstandard.com/). Not...

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

  • RE: scaling Bulk Insert to handle a 50 meg text file

    I would suspect a dodgy or incorrectly set terminators. I've successfully used BULK INSERT to import files that are 100's of Mb's.

    See if you can import the file using...

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

  • RE: DTS Statistics, after run

    How are you updating the table? Using a stored procedure in an ExecuteSQL task, you can return the value of @@ROWCOUNT to a global variable.

    Hope this helps

    Phill Carter

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

    Colt 45 -...

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

  • RE: Backup slows system down too much

    The backup priority can't be changed.

    What options have you used in setting up the maintenance plan? The 'Reorganize Data...' option can cause timeouts while sqlmaint performs a dbreindex.

    It sounds...

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

Viewing 15 posts - 1,861 through 1,875 (of 2,487 total)