Viewing 15 posts - 301 through 315 (of 805 total)
Try setting Delay Validation to true for the connection manager. That way you don't need to worry about the initial value.
August 3, 2007 at 12:09 am
Create a new connection manager for the logging. See if that makes a difference.
August 2, 2007 at 3:23 am
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?
August 2, 2007 at 2:27 am
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/
August 2, 2007 at 2:16 am
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...
August 2, 2007 at 2:14 am
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...
August 2, 2007 at 1:56 am
You can use the pivot or unpivot component.
August 1, 2007 at 10:33 am
If you can translate the error to English, we might be able to help
August 1, 2007 at 10:32 am
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...
August 1, 2007 at 8:32 am
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.
August 1, 2007 at 8:09 am
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...
August 1, 2007 at 7:52 am
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...
August 1, 2007 at 7:49 am
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...
August 1, 2007 at 2:20 am
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...
August 1, 2007 at 2:13 am
Sorry, forgot to mention that indexed view / space thing.
What you say is true as well. At first glance, a query is a...
August 1, 2007 at 2:01 am
Viewing 15 posts - 301 through 315 (of 805 total)