Click here to Skip to main content
15,897,968 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
How will i create a system table in master database by sql server 2000???
Please help me...
Posted

It is not advisable to do so, create tables in your own database instead.

You should not mess around with the system databases especially if you are a beginner.
 
Share this answer
 
Comments
Wendelius 3-Jan-12 16:34pm    
Agree, 5.
Mehdi Gholam 4-Jan-12 1:53am    
Thanks
Don't quite understand the question. System tables are created by SQL Server installation and other administrative tasks, not by users.

Another thing is that you should let the master database to be as it is as Mehdi pointed out. It's no place for user tables. Create a separate database for your tables.
 
Share this answer
 
Comments
Mehdi Gholam 4-Jan-12 1:53am    
5'ed
Wendelius 4-Jan-12 12:57pm    
Thank you Mehdi :)

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