Declare @strxml varchar(max) = ''
This is the newly added feature in sql server 2008 which allows us to initialize the variables at declaration itself.
When I'm executing these commands in sql management studio 2005 I'm getting aN error message.
"Cannot assign a default value to a local variable."