开发者

Android application for SQL 2008 database

开发者 https://www.devze.com 2023-02-16 07:09 出处:网络
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 jo

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

0

精彩评论

暂无评论...
验证码 换一张
取 消