summaryrefslogtreecommitdiff
path: root/slips/build/sql/Data/customer.sql.template
diff options
context:
space:
mode:
Diffstat (limited to 'slips/build/sql/Data/customer.sql.template')
-rw-r--r--slips/build/sql/Data/customer.sql.template4
1 files changed, 4 insertions, 0 deletions
diff --git a/slips/build/sql/Data/customer.sql.template b/slips/build/sql/Data/customer.sql.template
new file mode 100644
index 0000000..f069fa5
--- /dev/null
+++ b/slips/build/sql/Data/customer.sql.template
@@ -0,0 +1,4 @@
+use [@initial.catalog@];
+GO
+INSERT INTO Customer(FirstName,LastName,Phone,City) VALUES('John','Doe','555-545-1212','Phoenix');
+GO \ No newline at end of file