@Joe - Wu
For Question 10 :-
I think we can use this query :-
SELECT SERVERPROPERTY('productversion')as ProductVersion, SERVERPROPERTY ('productlevel')as ProductLevel, SERVERPROPERTY ('edition') as ServerEdition
above query will give more meaningful result.
For question 2:-
This dynamic query thing does not work in case of Shared Connection .
It work perfectly in case of Inbuilt report connection.
~~ Mark it as Answer if you find it correct~~
For Question 10 :-
I think we can use this query :-
SELECT SERVERPROPERTY('productversion')as ProductVersion, SERVERPROPERTY ('productlevel')as ProductLevel, SERVERPROPERTY ('edition') as ServerEdition
above query will give more meaningful result.
For question 2:-
This dynamic query thing does not work in case of Shared Connection .
It work perfectly in case of Inbuilt report connection.
~~ Mark it as Answer if you find it correct~~