January 21, 2010 at 2:53 am
HI All,
I am creating the database configuration document , i want to know sql server 9.0.3033 about this, and help what are points needs to be add for creating the database configuration.
please help on this
January 21, 2010 at 3:50 am
What is the SQL server (productlevel)
check it
select Serverproperty('productlevel')
go
I think 3033 is hotfix.
Regards,
Shivrudra W
January 21, 2010 at 4:35 am
k.solai 53753 (1/21/2010)
HI All,I am creating the database configuration document , i want to know sql server 9.0.3033 about this, and help what are points needs to be add for creating the database configuration.
please help on this
--GO Google:-)
Muthukkumaran Kaliyamoorthy
https://www.sqlserverblogforum.com/
January 21, 2010 at 4:36 am
Karthick My Dear,
It indicates the SQL Server version and service pack you have installed.
Fire the below query and see.
SELECT SERVERPROPERTY('productversion'), SERVERPROPERTY ('productlevel'), SERVERPROPERTY ('edition')
If service pack is not installed 'productlevel' will show as 'RTM', otherwise the corresponding number...
I think so, not sure. Dint touch SQL Server since somany days now. Forgeting the stuff...
Ok. By the way, All well there..?
I appreciate, you have taken on the things...and completed the certifiication...Excellent....wel done my boy ..!
San (Australia - 🙂 ).
January 21, 2010 at 4:46 am
hey santhu bhai,
i no that u only this , thanks bhai
January 21, 2010 at 7:13 am
[font="Arial"]9.0.3033 =>
Here, 9=> SQL Server Version (SQL Server 2005)
0 => Minor Version
3033 =>Hotfix
Now, if you install a latest service pack, the Minor version and hotfix will be changed depended upon the bugs MS has fixed and issued the patch.[/font]
Thanks.
Viewing 6 posts - 1 through 5 (of 5 total)
You must be logged in to reply to this topic. Login to reply