How do I add table test rows using DDL

  • Thread starter Thread starter Bill Fuller
  • Start date Start date
B

Bill Fuller

Guest
I have a DDL that creates a test db and tables for SQL Server 2005. I would
like to add a few rows of table test data as part of the script but not sure
how to do this. Is this possible.
 
Re: How do I add table test rows using DDL

Hello Bill,

This sounds for me like a SQL server question. Correct me if i am wrong.

Better post this to a SQL NG':
http://technet.microsoft.com/en-us/sqlserver/bb895986.aspx

Best regards

Meinolf Weber
Disclaimer: This posting is provided "AS IS" with no warranties, and confers
no rights.
** Please do NOT email, only reply to Newsgroups
** HELP us help YOU!!! http://www.blakjak.demon.co.uk/mul_crss.htm


> I have a DDL that creates a test db and tables for SQL Server 2005. I
> would like to add a few rows of table test data as part of the script
> but not sure how to do this. Is this possible.
>
 
Re: How do I add table test rows using DDL

Oops... sorry. Misread the group name.

"Meinolf Weber" <meiweb(nospam)@gmx.de> wrote in message
news:ff16fb66b7648cb058f84ea81b0@msnews.microsoft.com...
> Hello Bill,
>
> This sounds for me like a SQL server question. Correct me if i am wrong.
>
> Better post this to a SQL NG':
> http://technet.microsoft.com/en-us/sqlserver/bb895986.aspx
>
> Best regards
>
> Meinolf Weber
> Disclaimer: This posting is provided "AS IS" with no warranties, and
> confers no rights.
> ** Please do NOT email, only reply to Newsgroups
> ** HELP us help YOU!!! http://www.blakjak.demon.co.uk/mul_crss.htm
>
>> I have a DDL that creates a test db and tables for SQL Server 2005. I
>> would like to add a few rows of table test data as part of the script
>> but not sure how to do this. Is this possible.
>>

>
>
 
Back
Top