Forum Replies Created

Viewing 11 posts - 46 through 56 (of 56 total)

  • RE: SQL Overview SSIS Package III - Full Package

    There are errors, associated with the query. The error Code is -1073548784.

    Follows is the Error Description (note the 2 DECLARE Statements):

    Executing the query "CREATE TABLE [tempdb].[dbo].[DASD_DataFile]([File Id] [smallint] NULL,...

  • RE: Get Database Info failing

    Sorry. I believe I posted this in the wrong place.

  • RE: SQL Overview SSIS Package III - Full Package

    I'm having trouble getting the steps in Collect Database Info to execute. For example the Update Data Used Size step is failing. The temp table isn't being created. If I...

  • RE: SQL Overview SSIS Package III - Full Package

    I encountered a problem getting the size of the files, when the database was mirrored in the Update Data Used Size step. I received this error message:

    failed with the following...

  • RE: SQL Overview SSIS Package III - Full Package

    My bad. I though the job was failing on Step 1, but it was actually Step 5 - because I fat fingered the job name.

    Thanks much for a great tool....

  • RE: SQL Overview SSIS Package III - Full Package

    I'm getting an error in s01-Job Last Run Datetime. It's a syntax error near '(' in this code. I'm not familiar with the $(ESCAPE_NONE(JOBID)) portion of the statement.

    -- Get Job...

  • RE: SQL 2k5 connection

    I got it resolved. Problem was in the application.

    I created a web page to dynamically build a grid view, using a connection string that was exposed on the web page.

    Thanks...

  • RE: SQL 2k5 connection

    I do have a witness configured for automatic failover.

    The application's connection string specifies the server & failover partner.

    When I set the database on the connection string's server to failover, the...

  • RE: The Zero to N Parameter Problem

    Does this work with multiple filters? For example Country = "USA" & Order Date After "1/1/2006". Got an example?

  • RE: clearing ''''bad'''' characters from a string

    I like the previous scripts, but if you are intent on uses a DTS package, consider the following steps:

    1. Create a temp table with a Primary Key, Telephone # &...

  • RE: When To Use Cursors

    DTS & SSIS packages can eliminate the looping activity - they may not be as efficient as a stored procedure but they sure can accomplish a lot.

    I like cursors in...

Viewing 11 posts - 46 through 56 (of 56 total)