Forum Replies Created

Viewing 15 posts - 1,321 through 1,335 (of 2,487 total)

  • RE: Stored Procedure to transform

    Firstly, what has this got to do with DTS?

    Secondly, SQL 2000 doesn't support crosstab queries. You can either wait for SQL Server 2005 ...

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

  • RE: DTS: File import with error logs and uninterrupted import

    As you noted, doing row-by-row comparisson is not efficient at all. If you switch to a set based method you'll find things will run much quicker.

    For your error handling, add...

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

  • RE: Database consistency (Server: Msg 8951, Level 16, State 1, Line 1 )

    What service pack are you running?

    Try dropping and re-creating the index for starters.

     

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

  • RE: Determine Location Within DTS Package

    Most of the methods suggested here will not work against a named instance. The suggestion of running "SELECT SERVERPROPERTY('SERVERNAME')" won't work because you need to have a server connection to...

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

  • RE: Hi friends, in sql2000 is possible to script out all the dts ?

    As the DTS packages are stored as binary objects in SQL Server there is no way script out the details of the DTS packages using SQL Enterprise Manager.

     

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

  • RE: DTS: File import with error logs and uninterrupted import

    Best solution would be to import the data into a staging table in SQL Server that has all fields defined as varchar. Then you can run multiple SQL statements to...

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

  • RE: Can we have One error log file instead of Seven

    Why is this something that is NOT about SQL?

    The creation of the error log files is something that is built into the application. So there not much chance of you...

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

  • RE: Regarding KB Article 260652 (need an authoritative answer)

    Have you discussed the problem with MS Support?

    Just because your edition isn't listed doesn't make it a "careless mistake". Maybe they were only able to reproduce it on Standard Edition...

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

  • RE: More Portable DTS Packages

    Ok, I'm confused, why can't I assume that an ActiveX Script task within the package won't run?

    Our DTS packages move from various developer workstations to a QA server, to a...

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

  • RE: BackupDiskFile::RequestDurableMedia:failure on backup device

    We do the local create/robocopy process on all our servers couple of them have backups in excess of 10gb and they get shifted around without a problem.

     

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

  • RE: Performance problem with Text data type

    Peter: Yes good catch on the indexes. Forgot the reverse of my argument And good pointers on the recovery model and database growth.

    MG:...

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

  • RE: running acces db from sql server

    I didn't think Access had stored procedures

    Is this an Access Data Project that connects to a SQL Server database?

     

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

  • RE: BackupDiskFile::RequestDurableMedia:failure on backup device

    Have you looked into using products like LiteSpeed?

     

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

  • RE: More Portable DTS Packages

    Nice article. A little different than the technique I use but effective all the same.

    My table includes the package id as well and holds all the global variables for...

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

  • RE: BackupDiskFile::RequestDurableMedia:failure on backup device

    SQL is notoriusly fickle when utilising network shares. It only takes the slightest of network hiccups to kill a backup job.

    Better long-term solution is to create the backup on the local...

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

Viewing 15 posts - 1,321 through 1,335 (of 2,487 total)