Skip to content

Commit

Permalink
setting sql2000 to also return database creation notification
Browse files Browse the repository at this point in the history
  • Loading branch information
ferventcoder committed Sep 28, 2011
1 parent ef4ccc0 commit a2dcc65
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ CREATE DATABASE [{0}]
SET @Created = 1
END
--SELECT @Created
SELECT @Created
",
database_name);
}
Expand Down

0 comments on commit a2dcc65

Please sign in to comment.