From 1dfdccb8118aeaa3cd844ac8de2a672c93312166 Mon Sep 17 00:00:00 2001 From: mokhan Date: Sat, 21 Feb 2009 21:44:27 +0000 Subject: git-svn-id: http://svn.xp-dev.com/svn/mokhan-sait@2 da190166-9cfc-4ee1-ae03-434a172be219 --- slips/build/sql/Data/location.sql.template | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 slips/build/sql/Data/location.sql.template (limited to 'slips/build/sql/Data/location.sql.template') diff --git a/slips/build/sql/Data/location.sql.template b/slips/build/sql/Data/location.sql.template new file mode 100644 index 0000000..1e17c16 --- /dev/null +++ b/slips/build/sql/Data/location.sql.template @@ -0,0 +1,5 @@ +use [@initial.catalog@]; +GO +INSERT INTO Location(LocationName) VALUES('Inland Lake') +INSERT INTO Location(LocationName) VALUES('Sab Diego') +GO -- cgit v1.2.3