May 29, 2008 #1 MrPeds Programmer Jan 7, 2003 219 GB Hi, Is it possible to use the isql executable on a machine that does not have sql server installed? e.g. as long as we provide the server name, username and passwords to a machine that does have it installed are we able to still use it ? Thanks. MrPeds
Hi, Is it possible to use the isql executable on a machine that does not have sql server installed? e.g. as long as we provide the server name, username and passwords to a machine that does have it installed are we able to still use it ? Thanks. MrPeds
May 29, 2008 #2 gmmastros Programmer Feb 15, 2005 14,901 US Yes. I would actually recommend that you use SQLCMD instead. With it, you can connect to SQL 7, SQL 2000, and SQL 2005. You can download and install it from here: http://www.microsoft.com/downloads/...60-a13c-4479-9b91-9e8b9d835cdc&displaylang=en Scroll down to: Microsoft SQL Server 2005 Command Line Query Utility -George "The great things about standards is that there are so many to choose from." - Fortune Cookie Wisdom Upvote 0 Downvote
Yes. I would actually recommend that you use SQLCMD instead. With it, you can connect to SQL 7, SQL 2000, and SQL 2005. You can download and install it from here: http://www.microsoft.com/downloads/...60-a13c-4479-9b91-9e8b9d835cdc&displaylang=en Scroll down to: Microsoft SQL Server 2005 Command Line Query Utility -George "The great things about standards is that there are so many to choose from." - Fortune Cookie Wisdom