RandyKisch Posted October 16, 2011 Share Posted October 16, 2011 I would love to be able to send a query to my MS SQL server and compare the contents of what is returned. This would test that the server is working properly. Another test would be to test that I can login properly as SA or another user. Thanks. Randy Link to comment Share on other sites More sharing options...
Marius Posted October 17, 2011 Share Posted October 17, 2011 Hi Randy, We plan to add a SQL Server module. Thanks. Marius Paul 1 Link to comment Share on other sites More sharing options...
Administrators Paul Posted October 17, 2011 Administrators Share Posted October 17, 2011 In the mean time you can execute queries from premade batch files to see if everything is alright using sqlcmd. @echo off sqlcmd -d AdventureWorks2008R2 -q "SELECT FirstName, LastName FROM Person.Person WHERE LastName LIKE 'Whi%';" You can write this in a batch file and you can call it from terminal on a mobile device. Link to comment Share on other sites More sharing options...
jorgeluis.prado Posted October 20, 2011 Share Posted October 20, 2011 Great add the sql module!!! wait for it! Link to comment Share on other sites More sharing options...
jorgeluis.prado Posted February 8, 2012 Share Posted February 8, 2012 Hi!!!! release support for SQL Sever have a date ¿? Great work!!!! Link to comment Share on other sites More sharing options...
Marius Posted February 8, 2012 Share Posted February 8, 2012 Not yet, should be in the next 2-3 months. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now