when I create database in sql server, it creates some tables by default inside new database from another one, which I had created earlier, can anyone pls tell me why this is happening and how to prevent it?
I am using the following command:
CREATE DATABASE [Databasename]