1
0
mirror of https://github.com/Microsoft/sql-server-samples.git synced 2025-12-08 14:58:54 +00:00

Update 1 - Create Database.sql

This commit is contained in:
Amit Banerjee
2017-01-31 18:24:29 -08:00
committed by GitHub
parent 4b30eee395
commit 9b5ee192e6

View File

@ -409,7 +409,7 @@ GO
SET QUOTED_IDENTIFIER ON
GO
ALTER PROCEDURE [dbo].[PerformETL]
CREATE PROCEDURE [dbo].[PerformETL]
AS
BEGIN
INSERT INTO [dbo].[LoanStats]