Skip to content

Commit 9b5ee19

Browse files
author
Amit Banerjee
authored
Update 1 - Create Database.sql
1 parent 4b30eee commit 9b5ee19

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

samples/features/r-services/Loan Classification/1 - Create Database.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,7 @@ GO
409409
SET QUOTED_IDENTIFIER ON
410410
GO
411411

412-
ALTER PROCEDURE [dbo].[PerformETL]
412+
CREATE PROCEDURE [dbo].[PerformETL]
413413
AS
414414
BEGIN
415415
INSERT INTO [dbo].[LoanStats]

0 commit comments

Comments
 (0)