Android application for SQL 2008 database
I am a SQL dba and new to Android. Is it possible to develop an android application which interacts with SQL server 2008 database (remotely) and monitor t开发者_运维百科he happenings? such as agent jobs, event logs, disk space etc
Create a set of WCF services on the server. You might want to use SMO to interact with SQL Server. Query WCF from your Android device.
This should get you started.
Not sure, but you might also consider checking 3rd party tools like SQL Centre Pro
OR create a set of web pages to do the job and access them from your Android device.
See also this one and this one
精彩评论