Forum Replies Created

Viewing 15 posts - 841 through 855 (of 2,487 total)

  • RE: DTS Error handling....

    Is this VBScript, or part of a compiled VB program?

    You should be able to handle errors like this pretty easily using workflow within the package. Also, make sure that 'Fail...

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

  • RE: Consolidate multiple files

    Ahhh ... just guessing here ... but you'd probably need to provide a bit more detail about your situation before you'll get a useful answer.

    I could say that you...

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

  • RE: And you thought i was gone!! NEVER

    Could it be that little thing called syntax

    For some commands the syntax requires (), for other it doesn't. This is part of the...

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

  • RE: Cannot display/return SQL Query Output from a Dispatch Variable in DTS

    Take a look at this article.

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

     

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

  • RE: DTS job failing

    As I said in my previous post Error:  -2147467259 (80004005); means access denied. So yes there is a permissions problem.

    When you execute the DTS manually it runs under your...

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

  • RE: DBCC CHECKDB errors

    You will need to take the database offline and repair these errors. Continuing to use the database when it has consistency errors could compound the problem possibly even leading to...

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

  • RE: DTS job failing

    Error:  -2147467259 (80004005);

    This is the generic "Access Denied" message. So there is a permissions problem somewhere along the line. What account(s) are the SQL Server services (both Server...

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

  • RE: Display count of all records from 3 tablesin 1row

    As this is for SQL Reporting Services, you can do this very easily by defining seperate datasets for each of the items you need.

     

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

  • RE: Retrieving Error Messages of DTS package in Stored Procedure

    I suppose it all depends on what's output by the package.

    I have a DTS package the has an ExecuteSQL step that updates a table prior to extracting the table to a...

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

  • RE: How to load XML from filename and path

    Maybe a bit off track, but we're looking at how to get a series of XML files to update information in our SQL database. Came across a thing called DiffGrams. Here's...

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

  • RE: 3rd party web search engine to sql?

    How about the one used right here on SQLServerCentral.com

    http://www.imceda.com/SQLTurbo_Description.htm

     

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

  • RE: Rebuild Index on Primary Key Column

    What is the definition of the table and the index? Maybe the record size is affecting the fragmentation.

    I had one instance way back on SQL 6.5 where we had one...

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

  • RE: exporting multiple dts packages...

    Use the DTSBackup2000 tool available at http://www.sqldts.com/default.aspx?242

    It has a command-line and GUI interface.

     

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

  • RE: Reindexing all tables ... am I missing something (likely ...)

    But isn't this the same approach to what the maintenance plan would do? Only difference is that it runs DBCC INDEXDEFRAG instead of DBCC DBREINDEX.

    Better option is to run DBCC SHOWCONTIG...

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

  • RE: Help Needed

    Now why would you be using IPX/SPX ??

    There is a knowledgebase article on this the 7391 error. I don't have the time to hunt it down at the moment,...

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

Viewing 15 posts - 841 through 855 (of 2,487 total)