InterviewSolution
Saved Bookmarks
| 1. |
How To Determine The Service Pack Currently Installed On Sql Server? |
|
Answer» To determine the SERVICE PACK that installed on your sql SERVER ,connect to your server ,execute the command: SELECT @@VERSION Go.To determine the service pack that installed on your sql server ,connect to your server ,execute the command: |
|