Forum Replies Created

Viewing 15 posts - 16 through 30 (of 51 total)

  • RE: Restoring Back-Ups into a Different Server

    I have something similar, but I need to restore from ServerA to ServerB. Using Restore filelistonly... I've tried: \\serverA\shared drive\folder structure\file --while on ServerB

    restore ...move 'logical' to ...

    folder structure\file...

  • RE: Help Putting Stored Procedure In a Stored Procedure/View

    When I do that I receive the error::crying:

    "Msg 8164, Level 16, State 1, Procedure sp_get_composite_job_info, Line 72

    An INSERT EXEC statement cannot be nested."

    There are 'INSERT' statements in various other procedures...

  • RE: Loading LARGE Flat Files

    I am using the same source and destination files in both the Bulk Load and Data Flow. Is there a reason the data flow would stop after 20K rows?

  • RE: Use New Folder and FTP

    I tried that and got this message when I executed the task:

    The element cannot be found in a collection. This error happens when you try to retrieve an element from...

  • RE: Use New Folder and FTP

    Okay, I got the folder create to work, I didn't know things were case sensitive. However, now I can't pass the variable to an FTP task. What the...

  • RE: SSIS package version control

    I'm using Visual Source Safe. It's not bad if you can set up the project structure correctly; I'm still trying to find the optimal structure. Do you put...

  • RE: Miscellaneous Files in Solution/Project

    Sorry, that won't work. I'm trying to put everything together in the package so I can load it into version control and everything stays together an in sync.

    Tim

  • RE: Problem with FTP Task in SSIS on SQL2005

    The encryption is one of the solution properties.

  • RE: How is MaximumErrorCount Calculated

    Thanks for the advice. I've never used them since any kind of a failure has always been an issue that had to be addressed. I've just started working...

  • RE: Problem with FTP Task in SSIS on SQL2005

    Are you trying to connect to a UNIX FTP server? If so, I've heard that there's a problem when you try to "put" files. "Get" works fine, but...

  • RE: Sending Mail From SSIS

    :w00t: Outstanding...Thank you :blush:

    Tim

  • RE: Database in Transition

    This was on the database when I tried to do the detach itself.

  • RE: Database in Transition

    I was using SSMS to detach the database. I don't remember the exact error, but it wqas something along the line that the database could not be detached because...

  • RE: Backup/Restore Between Servers

    Thanks, but due to the critical business need, no downtime is allowed. Log Shipping and Replication are not a feasible option due to the number of databases and the...

  • RE: xp_sendmail

    It now works for some reason. I had restart the SQL service on that server for another reason and when I ran my test it worked just fine. ...

Viewing 15 posts - 16 through 30 (of 51 total)