Viewing 13 posts - 1 through 13 (of 13 total)
@lalit sir.. the plan is now to use linq or clr store procedure. Can u suggest which one is better and why.
February 1, 2011 at 4:06 am
Don't need link server. Simply give..
select * from databasename..tablename
January 30, 2011 at 10:42 pm
Hi Pravasis,
thanks for reply. can u tell me how to do that in two dataset. Because there are loop, temp tables, insert, update, delte in some sp's. Is it possible...
January 27, 2011 at 11:30 am
Hi Steve,
We are now migrating some part of one vb 6 application to .net. The database for vb 6 is sql 2000 and it will be in one server. In...
January 27, 2011 at 11:24 am
1. Select only those columns in source which are required.
2. Increase max row size and max buffer size.
3. Avoid asynchronous transformations.
4. Try to do order by and aggreate by sql...
January 27, 2011 at 6:34 am
Hi,
Your question is not clear. If you want to insert data into sql server with unicode then you can take help of data conversion.
Regards,
Ashis
January 15, 2010 at 4:00 am
Hi,
Please add data viewers in dataflow and check whether records are inserting in destination or not.
Regards,
Ashis
November 26, 2009 at 11:22 pm
Hi,
The Sql code will be
insert into tbDestination
select 1,col from tbSource
July 1, 2009 at 12:33 am
take one string variable and assgin the file name to it. and give the expression to it. the file name will be added in your dataflow.
June 26, 2008 at 6:16 am
Viewing 13 posts - 1 through 13 (of 13 total)