i have Oracle 10g in which i have different schema and an other server machine in which i have SQL Express. i have made a software in vs2008 which uses SQL Express database.
my question/problem is that i want to convert my one of schema from oracle to SQL express on monthly basis is it possible if yes then plz any body tell me how.
remember that my SQL Express database will be encrypted.
Solution-1
i using Data Loader v 3.0. it working fine but i do not want to use third party tools.
but for this one have to pay.
Solution-2
one can use integration tool which ship with SQL Server and can be download from internet
one have to just install this one and can use it to transfer data into SQL Server from any DB source.
for complete information… and download…
http://www.microsoft.com/sqlserver/2005/en/us/integration-services.aspx
http://technet.microsoft.com/en-us/library/cc917721.aspx
http://social.msdn.microsoft.com/Forums/en-US/sqlintegrationservices/threads
thanks