Â
Hi, I need some MS SQL sample databases in SQL Server 2012. How to create a sample database in SQL Server? How can we download both data file and create the database using the same? And I am looking for large-scale database So how to expand my database design talent?
MS SQL sample databases in SQL Server 2012
Hi,
To create a database follow the below instructions:-
1) Open up the SQL manager and right click on the database icon and then select new database.
2) Name your database and select ok.
3) Your new database appears under the database section.
4) Now modify your tables as necessary or create a new table itself, Done.
I would like to suggest you some tutorials for Microsoft SQL Server 2012. I am sure you will have good knowledge once you have finished watching these videos.
Hope this helps.
Regards,