Viewing 4 posts - 1 through 4 (of 4 total)
Hi, I follow the steps on 2008R2. When I execute
EXECUTE AS LOGIN = 'ApplicationUser'
I got error:
Cannot execute as the server principal because the principal "ApplicationUser" does not exist, this...
November 27, 2011 at 1:59 pm
Thanks so much, JohnG.
August 29, 2009 at 5:43 am
Thanks. Is it any way to workaround?
August 26, 2009 at 8:23 am
How to add
with xmlnamespaces( 'http://www.w3.org/TR/html4/' as "h")
to
SELECT getDate() as '@timestamp',
(select name as '@name', xtype as 'data/@xtype'
from sysobjects
for xml path('object'), type
)
FOR XML PATH('root')
so I can get
...
July 25, 2009 at 7:52 am
Viewing 4 posts - 1 through 4 (of 4 total)