|
Home > Archive > MS SQL Server > August 2005 > tool to generate sample data for a database...
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
tool to generate sample data for a database...
|
|
|
| Hi,
I'm looking for a tool to generate sample random data for an SQL Server
2000 database.
We have to be able to produce random data on columns with restrictions like
list of authorized values, value constraints (0 to 100; positive values
only...) etc...
thanks for your guides.
Jerome.
| |
| Narayana Vyas Kondreddi 2005-08-08, 8:23 pm |
| Try to get hold of SQL Server 2000 resource kit, which has a utility called
DBGen. More info at:
http://vyaskn.tripod.com/ sql_serve.../>
urce_kit.htm
--
Vyas, MVP (SQL Server)
SQL Server Articles and Code Samples @ http://vyaskn.tripod.com/
"Jéjé" < willgart_A_@hotmail_
A_.com> wrote in message
news:u3MQ4kDnFHA.1480@TK2MSFTNGP10.phx.gbl...
> Hi,
>
> I'm looking for a tool to generate sample random data for an SQL Server
> 2000 database.
> We have to be able to produce random data on columns with restrictions
like
> list of authorized values, value constraints (0 to 100; positive values
> only...) etc...
>
>
> thanks for your guides.
>
> Jerome.
>
>
| |
|
| good starting point.
there is a lack of options... but its good.
thanks.
"Narayana Vyas Kondreddi" <answer_me@hotmail.com> wrote in message
news:Okw8dUFnFHA.764@TK2MSFTNGP14.phx.gbl...
> Try to get hold of SQL Server 2000 resource kit, which has a utility
> called
> DBGen. More info at:
> http://vyaskn.tripod.com/ sql_serve.../>
urce_kit.htm
> --
> Vyas, MVP (SQL Server)
> SQL Server Articles and Code Samples @ http://vyaskn.tripod.com/
>
>
> "Jéjé" < willgart_A_@hotmail_
A_.com> wrote in message
> news:u3MQ4kDnFHA.1480@TK2MSFTNGP10.phx.gbl...
> like
>
>
|
|
|
|
|