Recent Articles

MySQL Conference 2007, Santa Clara, CA
This is my first trip to Silicon Valley and the first thing that struck me as I approached the hotel was that I am certainly in one of the foremost tech havens on the planet. On the way down Great America Pkwy towards...

Removing Nulls From A DataTable
The individual cells in a DataTable can have a null value in the form of System.DbNull.Value. If the DataTable is created by querying a database through ADO.NET...

MySQL FULLTEXT Indexing & Searching
MySQL has supported FULLTEXT indexes since version 3.23.23. VARCHAR and TEXT Columns that have been indexed with FULLTEXT can be used with special...

Installing A MySQL Database Using A MySQL...
Whenever you purchase or acquire a MySQL database (such as from a website like WebContents.org), chances are it will come as a MySQL injection script. An injection script is simply a SQL script that, when executed...

MySQL IPO, Oracle Unbreakable Support For MySQL?
Matt Aslett writes that Oracle may be considering Unbreakable Support for MySQL and that MySQL Co. is likely to IPO later this year. When MySQL files for...

Convert A MySQL Injection Script For Use In Microsoft...
MySQL Server is the most widely used database management system in the world, primarily because it is open source and free. Hence, most databases you...

Developing Countries Breeding Grounds...
Red Herring's Falguni Bhuta predicts "More (Open Source) momentum in developing countries": "Open-source software's transparent nature and low-cost will make...

05.08.07


Dot Net Questions: System Tables and Sql Server 2000 Query

By Adam Sturo

System tables are the groups of table that helps sql server to track the information regarding users, databases, tables, replications tasks and so many task and also helps in sql query just like insert query, delete sql query, update sql query,. All information regarding database that is knows by sql server are in system tables. These system tables are break down into server groups.

1) The master databases contain information regarding databases, logins, server and some system wide information.

2) Each data base contains some table which holds information on objects, indexes, columns and some database information.

3) The MSDB database contains a set of tables that used by SQL SERVER Agent which store information on alerts, jobs and others items that manages by agents.

4) The MSDB contains information regarding backup and restore information.

5) The master database contains a set of tables that hold name of publishing and subscribing servers.

6) The distribution database contains information on replication schedules and transactions.

7) The databases that participate in replication objects with in those databases.

Low Rate eCommerce & Retail Plans

There are almost 100 of system tables and some examples of queries are here:

Sql Server 2000 queries on systems tables:

1) To get name of primary files from system table database Selectname, filename from sysdatabases

2) How t get name of all files used by database with the help of Sql Server 2000 queries Select name, filename from sysfiles.

Some examples of system tables Sysaltfiles Syscolumns Master database To hold databases In each database Column information

If you want to know the entire database name then the query is: Select * from sysobjects where xype = 'U' order by name.


About the Author:
Know more about dot net interview questions and dot net questions here.

About SQLproNews
SQLproNews is a collection of up to date tutorials and insightful articles designed to help SQL users of any skill level implement successful SQL systems and practices. SQL Strategies and Tactics for Business

SQLproNews is brought to you by:

SecurityConfig.com NetworkingFiles.com
NetworkNewz.com WebProASP.com
DatabaseProNews.com SQLProNews.com
ITcertificationNews.com SysAdminNews.com
SQLproNews.com WirelessProNews.com
CProgrammingTrends.com SysAdminNews.com




-- SQLProNews is an iEntry, Inc. publication --
iEntry, Inc. 2549 Richmond Rd. Lexington KY, 40509
2007 iEntry, Inc.  All Rights Reserved  Privacy Policy  Legal

advertising info | news headlines | free newsletters | comments/feedback | submit article


SQL Strategies and Tactics for Business SQLproNews News Archives About Us Feedback SQLproNews Home Page About Article Archive News Downloads WebProWorld Forums Jayde iEntry Advertise Contact