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:
@ -409,7 +409,7 @@ GO
|
||||
SET QUOTED_IDENTIFIER ON
|
||||
GO
|
||||
|
||||
ALTER PROCEDURE [dbo].[PerformETL]
|
||||
CREATE PROCEDURE [dbo].[PerformETL]
|
||||
AS
|
||||
BEGIN
|
||||
INSERT INTO [dbo].[LoanStats]
|
||||
|
||||
Reference in New Issue
Block a user