Viewing post 1 (of 1 total)
If it isn't fixed soon, you can find it here. Hope it helps
http://www.sql.ru/subscribe/061.shtml
or
/* Procedure for 8.0 server */
create proc usp_databases
as
set nocount on
declare @name sysname
...
August 1, 2008 at 8:30 am
#851923