Forum Replies Created

Viewing 15 posts - 301 through 315 (of 806 total)

  • RE: SSIS importing multiple DBASE IV files.

    Try setting Delay Validation to true for the connection manager. That way you don't need to worry about the initial value.

    Cheers,CrispinI can't die, there are too many people who still have to meet me!It's not a bug, SQL just misunderstood me!

  • RE: execute package failed when logging sqlserver

    Create a new connection manager for the logging. See if that makes a difference.

    Cheers,CrispinI can't die, there are too many people who still have to meet me!It's not a bug, SQL just misunderstood me!

  • RE: execute package failed when logging sqlserver

    Cannot say I am seen that before.

    How are you creating two transactions? is the logging using the same connection manager as the ones in the transaction?

    Cheers,CrispinI can't die, there are too many people who still have to meet me!It's not a bug, SQL just misunderstood me!

  • RE: SSIS importing multiple DBASE IV files.

    How about sharing the error?

    If you use SQL in a variable and supply that to the source, it should work.

    Post the error and we may be able to help/

    Cheers,CrispinI can't die, there are too many people who still have to meet me!It's not a bug, SQL just misunderstood me!

  • RE: Errors in rows

    Weird, You have it on fast load and a redirect after the destination. This used to give an error as you could not do that. I see now it does...

    Cheers,CrispinI can't die, there are too many people who still have to meet me!It's not a bug, SQL just misunderstood me!

  • RE: error in SSIS

    Are you using a SQL destination? If so, is the package running on the same machine as the SQL instance you are trying to connect to? SQL Server Destination MUST...

    Cheers,CrispinI can't die, there are too many people who still have to meet me!It's not a bug, SQL just misunderstood me!

  • RE: Converting a row to a Column

    You can use the pivot or unpivot component.

    Cheers,CrispinI can't die, there are too many people who still have to meet me!It's not a bug, SQL just misunderstood me!

  • RE: execute package failed when logging sqlserver

    If you can translate the error to English, we might be able to help

    Cheers,CrispinI can't die, there are too many people who still have to meet me!It's not a bug, SQL just misunderstood me!

  • RE: Deploying /Editing SSIS packages remotely problem

    Yes it can. Open a solution in BIDS and add existing package. Choose SQL Server location. This will open the package from the server even though your client machine is...

    Cheers,CrispinI can't die, there are too many people who still have to meet me!It's not a bug, SQL just misunderstood me!

  • RE: How to paas a multivalued parameter in Table-Valued Function

    What is a multi valued parameter? You can only pass one parameter, that may include multi values.

    select * From dbo.MyFunc('1, 2, 3, 4') would be one param.

    Cheers,CrispinI can't die, there are too many people who still have to meet me!It's not a bug, SQL just misunderstood me!

  • RE: 5 TB database backup

    Can you qualify that? "will always fail after it reaches around 30%"

    A Nas is a network link so contradicts your statement.

    We used to backup 8TB to tape (Robot) which took...

    Cheers,CrispinI can't die, there are too many people who still have to meet me!It's not a bug, SQL just misunderstood me!

  • RE: Deploying /Editing SSIS packages remotely problem

    So long as you can connect to the remove server via SQL, you can create it locally, and save it to MSDB on the remote server. To edit it, open...

    Cheers,CrispinI can't die, there are too many people who still have to meet me!It's not a bug, SQL just misunderstood me!

  • RE: Database Replication

    Why not setup asynchronous mirroring? There will no no impact on your prod box because it's async, and your destination server will always be up to date.

    Adding a PK to...

    Cheers,CrispinI can't die, there are too many people who still have to meet me!It's not a bug, SQL just misunderstood me!

  • RE: Data architecture - suggestions

    My first criteria would be load.

    Identify the busiest DBs and decide how many machines you have to spread them over.

    Then, take the medium DBs and spread them. One or two...

    Cheers,CrispinI can't die, there are too many people who still have to meet me!It's not a bug, SQL just misunderstood me!

  • RE: View vs Physical Table

    Sorry, forgot to mention that indexed view / space thing.

    What you say is true as well. At first glance, a query is a...

    Cheers,CrispinI can't die, there are too many people who still have to meet me!It's not a bug, SQL just misunderstood me!

Viewing 15 posts - 301 through 315 (of 806 total)