Click here to Skip to main content
15,903,033 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I have MS sql server database in server machine, i wanted to access/query that db from local mchine but i do not have MS SQL SERVER installed in local machine, what could be the possible options can i have to query that database?
Posted

You can use SQLCMD utity to run queries on a database.
Here are some links -
http://msdn.microsoft.com/en-IN/library/ms170572.aspx[^]
http://technet.microsoft.com/en-us/library/ms165702(v=sql.105).aspx[^]
 
Share this answer
 
I think you mean you don't have Sql Server Management Studio installed locally? There are many applications such as Excel and Access that will query SQL Server remotely for you.
 
Share this answer
 

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