Skip to content

Commit 6a77550

Browse files
authored
add comments, remove use statement
1 parent 07f5142 commit 6a77550

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

StartGame.sql

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
USE [Safety]
2-
GO
3-
/****** Object: StoredProcedure [dbo].[pStartGame] Script Date: 10/31/2014 16:41:30 ******/
41
SET ANSI_NULLS ON
52
GO
63
SET QUOTED_IDENTIFIER ON
@@ -31,7 +28,7 @@ message is displayed, and the board is cleared.
3128
The game will not display properly unless query output
3229
is set to text.
3330
'
34-
31+
-- create the board
3532
if not exists (
3633
select *
3734
from INFORMATION_SCHEMA.TABLES

0 commit comments

Comments
 (0)