Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
namuh1
Starting Member
2 Posts |
Posted - 2009-01-27 : 11:59:38
|
| Does anyone know of a 'portable' query tool for MS SQL 2000 or 2005? Not knowing the exact correct way to ask this question, I am looking for a program that does not need to be installed in Windows via an installer nor would it use the registry so that it would run, for instance, from a USB stick plugged in ad-hoc. It would be able to connect to an MS SQL Server database and behave like a limited version of Query Analyzer in that it could submit queries and display the returned results. Thanks in advance for any info. |
|
|
spirit1
Cybernetic Yak Master
11752 Posts |
Posted - 2009-01-27 : 12:11:49
|
| take a look at LINQPad: http://www.linqpad.net/___________________________________________________________________________Causing trouble since 1980Blog: http://weblogs.sqlteam.com/mladenpSpeed up SSMS development: www.ssmstoolspack.com <- version 1.1 out! |
 |
|
|
namuh1
Starting Member
2 Posts |
Posted - 2009-01-27 : 13:45:24
|
| spirit1 many thanks for the link. LINQPad works perfectly for my needs and hands over a whole bunch of C# and VB support for free!! |
 |
|
|
spirit1
Cybernetic Yak Master
11752 Posts |
Posted - 2009-01-27 : 13:58:56
|
yep ___________________________________________________________________________Causing trouble since 1980Blog: http://weblogs.sqlteam.com/mladenpSpeed up SSMS development: www.ssmstoolspack.com <- version 1.1 out! |
 |
|
|
|
|
|