Browse by Tags

Sorry, but there are no more tags available to filter with.
Behaviour Changes in SQL Server 2005
12 October 07 09:17 AM | Madhivanan | 2 Comments   
If you run the following query in both SQL Server 2000 and 2005 , you can see the difference select random,random,random from ( select rand() as random ) as t Those behaviour changes are documented here http://msdn2.microsoft.com/en-us/library/ms143359.asp Read More...