Click here to Skip to main content
15,912,329 members
Please Sign up or sign in to vote.
3.00/5 (2 votes)
See more:
How can I enable my appliction developed in c# (.net)to retreive data if its associated Ms SQL table has been deleted while software testing.
Regards,
Akkywadhwa
Posted
Comments
Shahin Khorshidnia 4-Mar-12 16:24pm    
How do you use the database? Entity Framework? ADO.Net? or using Commands and SP?

1 solution

Hi,

if you are a proud owner of Visual Studio Premium/Ultimate you can create "fake" data with its built-in tools. It just simulates a database.

http://msdn.microsoft.com/en-us/library/dd193262.aspx[^]

Here's another tool for a SQL Data Generator:

http://www.red-gate.com/products/sql-development/sql-data-generator/[^]

Hope this helps!

Regards
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900