Understanding sys.objects: Sys.objects is a system VIEW in SQL Server 2005, for each SQL database there is a separate sys.object view which gets stored within databse itself. Using Sys.objects returns list of all database objects and its types, type can be either of given below: DB OBJECT TYPES F FOREIGN_KEY_CONSTRAINT IT INTERNAL_TABLE PK PRIMARY_KEY_CONSTRAINT S SYSTEM_TABLE SQ SERVICE_QUEUE [...]
Archive for February, 2010
How to make SQL Server 2005 database empty using cursor & sys.objects (Delete All Tables, stored procedures, views & UDF’s)
Posted in DBMS, SQL server 2005, tagged Database, SQL server 2005 on February 24, 2010 | 3 Comments »
Quick oops concept reference: Definitions of object oriented programming terms
Posted in General, OOPS, tagged OOPS on February 6, 2010 | 4 Comments »
Encapsulation: is an ability of hiding data or methods from the rest of the world. Inheritance: is a concept of passing and using attributes of base class into derived class. Polymorphism: single name – multiple use, it can be achieved via Function overloading & operator overloading. Class & object: a class is a definition which [...]
Quick DBMS reference: Single line definitions of important SQL Server terms
Posted in DBMS, General, SQL server 2005, tagged Database, SQL server 2005 on February 4, 2010 | Leave a Comment »
Normalization: is a process of organizing data and minimizing redundancy De-normalization: is a technique to move from higher to lower normal forms of database modeling in order to speed up database access. Stored Procedure: is a named group of T-SQL statements which can be created and stored in Database as an object. Primary Key: is [...]





