Viewing 15 posts - 91 through 105 (of 134 total)
when you defined connection, test connection was succeded with sa account on both servers?
-V
July 29, 2008 at 10:41 am
Please verify, In constraint editor, Constraint options, Evaluation operation point to "constraint" and you have selected value as completion. That's all I can think of unless you have more...
July 29, 2008 at 10:21 am
If you are not using SP, then just simplu use simple t-sql stetemnts inside execute sql task..
update table1
set col1 = 'data'
Is that what you are trying to do ? If...
July 29, 2008 at 10:10 am
Hi,
It may be the options you have selected..try using drop objects first, it should avoid key violation.
What objects you want to move/transfer? There could be issues here from sql...
July 29, 2008 at 9:50 am
You have to connect to Integration services. In management studio, connect to server type, Integration services, instead of data base engine this time. Aafter that you can see, running packages...
July 28, 2008 at 5:35 pm
Hi,
You need to use Data Conversion task in between to convert unicode to non-unicode. Read about data types in SSIS and then use this this task in between to convert...
July 16, 2008 at 5:26 pm
Hi,
There could be problem with the mapping between sorce to destination, or if source primary key column is an identity column then, you need to select identity insert on in...
July 16, 2008 at 4:40 pm
Obviously on import export wizard we don't have much control. There are good deployment methods to deploy packages to servers. To answer your question,Since some packages worked for you by...
July 14, 2008 at 2:57 pm
Then definately as it says it can not find the destination table. Just make sure you are not dropping the table anywhere else. You can also use a data viewer...
July 14, 2008 at 2:37 pm
Hi,
How did u move the pakage from development to production ? Did u deploy them to production properly ?
-V
July 14, 2008 at 2:27 pm
Hi,
Thanks for your responses.
I do have sp2 on sql server 2005. But in sql server 2005, it has tables, views with .sql extension. Also, on my machine I unchecked,...
July 11, 2008 at 5:16 pm
Hi,
I ahd a same problem too..We had a IP switch over and I could not edit them either. So, I created new plans and tried delete old ones, we had...
July 11, 2008 at 1:54 pm
Thanks for your answer again...I think adding a inline function inside a view sounds great!!!
Thanks again!!
Veena
June 25, 2008 at 2:32 pm
Actually, I want to create a view first and then I use a stored procedure to update Cleaned_Issuername, by calling a function, which does the clenup for each...
June 25, 2008 at 12:22 pm
Hi Matt,
Did u try using transfer database objects task in SSIS ???
-V
June 16, 2008 at 10:05 am
Viewing 15 posts - 91 through 105 (of 134 total)