Viewing 2 posts - 1 through 2 (of 2 total)
Try this one ISBN 978-0-07-149610-0
Database administrator all-in-one
June 17, 2008 at 9:48 am
#829899
I try to run
DECLARE @out VARCHAR(5000)
execute xp_rot13 'test', @out OUTPUT
PRINT @out
and get error
Stored function 'xp_rot13' in the library 'xp_rot13.dll' generated an access violation
Also for some reason I can't register...
August 10, 2005 at 11:24 am
#581124