| Author |
Message |
johnc650
Joined: 05 Feb 2008 Posts: 10
|
Posted: Fri Apr 17, 2009 12:09 am Post subject: How do you connect Multi_script to a CE database. |
|
|
I was reading this article about reading the windows CE database using multiScript.. http://www.sqlservercentral.com/articles/Backup/61968/.
One thing it did not explain was how to connect to a CE database with MultiScript..
I don't see any way to connect anything but a normal sql database... Am I missing something??
-jfc- |
|
| Back to top |
|
 |
Brian Donahue
Joined: 23 Aug 2004 Posts: 6348 Location: Red Gate Software
|
Posted: Fri Apr 17, 2009 11:32 am Post subject: |
|
|
Hi John,
SQL Multi-script supports Microsoft SQL Server databases only -- it currently doesn't have CE or ODBC capability. The theme of the article that you linked to was about how to retrieve backup history from a SQL Backup data repository, which is a SQL CE database, but is being accessed via T-SQL queries that are sent to a SQL Server.
These queries use the sqbdata extended stored procedure, which is getting the SQL CE data from the repository and feeding the results through the MS SQL connection.
So aside from querying SQL Backup activity history, this is not a method that you can generally use to connect to any CE database and query it.
I hope that this clarifies things. _________________ Brian Donahue
Technical Support
Red Gate Software Ltd.
44 (0)870 160 0037 ext 8521
US and CAN 1-866-RED GATE ext 8521 |
|
| Back to top |
|
 |
johnc650
Joined: 05 Feb 2008 Posts: 10
|
Posted: Tue Apr 21, 2009 6:43 pm Post subject: SQL CE... |
|
|
Ahhh got it now... Did not realize it was running the sqbdata out of master db..
Thanks,
-jfc- |
|
| Back to top |
|
 |
|
|
All times are GMT + 1 Hour
|
| Page 1 of 1 |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group