Search   Articles   Dev Forums   Personalize   Favorites   Member Login   ASP.Net Hosting
DevASP.NET for ASP.NET, VB.NET, XML and C# (C-Sharp) Developers Monday, October 13, 2008

Dev Articles
Search Directory
ASP.NET
VB.Net
C-Sharp
SQL Server
 
FREE 12 month online training for ASP.NET & MS Expression Studio and a Free copy of MS Expression Web with Windows Server Purchase

Home > Search > Articles & Samples > SQL Server > Database Design
SYSK 328: The “Hidden” System Database in SQL 2005        
Total Hits: 73  |  Today: 0 Author: Irena Kennedy       Rating:  
Read Reviews | Write Review |   Your Rating: 

If you just open SQL Server Management Studio and expand the System Databases node, you’ll see four databases – master, model, msdb and tempdb (just like in SQL 2000).
However, SQL Server 2005 has a new system database called the ‘Resource’ database, which contains all the system objects (see select * from sys.objects), which appear in the INFORMATION_SCHEMA of each database but are actually stored in the Resource database. No user data or user metadata is stored in the Resource database.


What's New at DevASP.Net
10/13  WPF Data Binding - Part 1
10/13  Simplifying the WPF TreeView by U..
10/13  Introduction to the WPF DataGrid
10/13  WPF Arrow and Custom Shapes
10/13  WPFDesigner
10/13  A Microsoft Office Style WPF Appl..
10/13  GIF animation in WPF
10/13  A WPF Digital Clock
10/13  WPF ProcessingContentControl
10/13  A more generic way of sorting a W..
10/13  WPF Slider Menu
10/13  Unified modeling language ( UML )..
10/13  Creating and consuming a custom W..
10/13  WPF Window Resizing
10/13  WPF Autocomplete Textbox Control
10/13  An Animated "AlarmBar" Custom Con..
10/13  ComboBox Editing, Sorting, Groupi..
10/13  CodeProject Article Scraping
10/13  Handling OS events like Sleep, St..
10/13  Text On A Path in WPF
Latest Posts at Dev Forums
displaying an xml file in datagridview
Tory Block
Deploying website to offline and onlin..
Deploying website to offline and onlin..
window service c#
kiossru
Regular expression
asp.net
Very urgent--
submit to the server
load gif image
focus
filter combo boxes in formview control
ASP Composite Control and Position
Caching as a Master DataSource w/t Rea..
Method returning values in Threadpool!
ADVERTISEMENTS USING XML FILE
DATALIST PROBLEM
FTP Downloading using C#
Nested gridview footer total by using ..

DevASP.Net - Disclaimer - Privacy
Copyright © 2008 DevASP.net