Viewing post 1 (of 1 total)
Modified to add schema and to use sys.Tables
CREATE proc [dbo].[usp_DBDetailsRevised]
AS
SET NOCOUNT ON
DECLARE @id INT, @cnt INT
DECLARE @FullName...
August 2, 2011 at 1:30 pm
#1362556