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 |
|
SOT
Starting Member
2 Posts |
Posted - 2004-04-22 : 15:22:51
|
| Hello All,I am new to SQL Server and ASP, but this is a easy question how can I found out what version of SQL Server and ASP I'm currently using? Please help. |
|
|
tkizer
Almighty SQL Goddess
38200 Posts |
Posted - 2004-04-22 : 16:03:59
|
| Run SELECT @@VERSION in Query Analyzer to determine the version of SQL Server.Tara |
 |
|
|
SOT
Starting Member
2 Posts |
Posted - 2004-04-22 : 17:06:00
|
| Thanks. |
 |
|
|
|
|
|