how duplicate ms sql 2000 database programmatically controlling c#?
i need duplicate several tables db another sql server 2000, controlling c# (vs 2005). needs parameterized - i need means pass name database i am going duplicating tables.
i dts parameters, nonetheless i can't any illustration formula does c#.
alternatively, i only use
drop list tablename
select * tablename sourcedb..tablename
and following transform indexes etc - nonetheless really kludgy.
any ideas?
thanks!
Comments
Post a Comment