SQL Server

set ANSI_NULLS ON
set QUOTED_IDENTIFIER ON
go
ALTER proc [BILLING].[USP_BillingKeywordTest] @accountkey int as
select * from billing.bill where accountkey=@accountkey