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 |
|
d3ng
Yak Posting Veteran
83 Posts |
Posted - 2007-11-21 : 04:09:31
|
| Hi experts, I would like to ask regarding if there's a stored procedure or views that I can use to identify the MS SQL version installed in a computer/server, Im going to use this stored procedure because Im experiencing problems regarding the versions specifically in my source codes some of the scripts that I used is only applicable in MS SQL version 2005. |
|
|
khtan
In (Som, Ni, Yak)
17689 Posts |
Posted - 2007-11-21 : 04:11:21
|
select @@version KH[spoiler]Time is always against us[/spoiler] |
 |
|
|
d3ng
Yak Posting Veteran
83 Posts |
Posted - 2007-11-21 : 04:16:42
|
| thanks a lot! |
 |
|
|
|
|
|