Create new database from another database whenever new entry insert in mssql?? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Create new database from another database whenever new entry insert in mssql??

I have a one master Database in this database all other database name and password and other fields are present in one table so i create the connection string and other things from this table. Now we want when we insert a new record in master table then automatically new database create from the backup file.

14th Jan 2020, 8:40 AM
Krishna Kumar
Krishna Kumar - avatar
1 Answer
+ 1
I hope I do understand your question. Because it looks like a lot of overhead to create a new database when adding just a record. Please look in the links below: How to create a database from C# code. https://support.microsoft.com/en-us/help/307283/how-to-create-a-sql-server-database-programmatically-by-using-ado-net https://www.codeproject.com/Articles/10213/Create-an-SQL-Server-Database-Using-Csharp https://www.c-sharpcorner.com/article/create-a-sql-server-database-dynamically-in-C-Sharp/
14th Jan 2020, 9:01 PM
sneeze
sneeze - avatar