Re: Creating a database
- From: "Cor Ligthert [MVP]" <notmyfirstname@xxxxxxxxx>
- Date: Fri, 22 Sep 2006 06:12:25 +0200
Adrian,
For as long that you don't have the books, how to use this in an SP is
basic, if you don't know how to do that, than you really need as a book.
http://www.vb-tips.com/dbpages.aspx?ID=73eab21d-db5f-46b2-8eea-6680e677e994
I hope this helps,
Cor
"Adrian" <00@xxxxx> schreef in bericht
news:4512ba08$0$738$5fc3050@xxxxxxxxxxxxxxxxxxxxxxxxxxx
I am new to stored procedures.
Is the code below a stored procedure?
It doesn't have "CREATE PROCEDURE" in the code.
How should I incorporate the code below in a C#.NET application?
Thank you,
Adrian.
USE master
GO
CREATE DATABASE Products2
ON
( NAME = prods2_dat,
FILENAME = 'c:\program files\microsoft sql
server\mssql\data\prods2.mdf' )
GO
.
- Prev by Date: Re: ArrayList and FilterRow
- Next by Date: Re: Stored Procedures Query
- Previous by thread: Re: Creating a database
- Next by thread: Re: Creating a database
- Index(es):
Relevant Pages
|