Click here to Skip to main content
15,885,309 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I have multiple SQL CE DBs and in order to extract data I have to open each DB in SDF viewer and extract data.

Is there way I can extract data from all DBs at once? Like batch run???

Regards,
Waqas

Email: [Removed]
Posted
Updated 3-Oct-12 6:27am
v2
Comments
fjdiewornncalwe 3-Oct-12 12:27pm    
Do not put your email in the question. When someone responds to this question with a comment or answer you will receive a notification email from Code Project to the email address you have attached to your account. Cheers.
| Muhammad Waqas Butt | 3-Oct-12 12:47pm    
Thanks
Varun Sareen 22-Oct-12 3:09am    
All the DB's exist on the same server? If yes then you just have to add [DBNAME].dbo.[TableName] in order to fetch the data from different Databases.

And If DB's doesn't exist on the same server then in that case you have to use the Linked Server for extracting the data from different DB's in batch.

For more help in case of linked server. Search google.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900