Does anyone know an easy method to find the SQL Server version from within the Nav client?
I want to find out which db versions our clients are on because this is going to become more of an issue. I would like to be able to do this without knowing another connection string or at least use the same one as finsql.exe is using.
0
Comments
@version' which returns a string which includes the version of the sql server.
There is info in the net that tell you which version any version code actually is.
I include a code sample:
This is some code I have written some time ago for test...
Arhontis
https://forum.mibuso.com/search
You can find better sql statements and info about the actual sql server versions here:
http://support.microsoft.com/kb/321185
Arhontis
https://forum.mibuso.com/search
This helps.
I wanted to give a way for our help desk to update our CRM info without too much trouble. It would be nice if there was a virtual table that stored the connection information.
I may just write something to check the servers and the authorization mode and allow the user to update the connection on the request form.
http://www.archerpoint.com
Could you explain?
Independent Consultant/Developer
blog: https://dynamicsuser.net/nav/b/ara3n
Please ignore this, I miss read the question :oops: