I may have Customized how my views are but cannot find where to "turn it off".
In SQL Server Management Studio
[select a stored procedure] --> right Click --> Modify
My SP's look like this now:
EXEC
dbo.sp_executesql @statement = N'ALTER PROCEDURE [db
in stead of
ALTER
PROCEDURE [dbo].[Pricing_3ItmNotOnPricing_SP] @Keep AS BITAS
What did I do