ALLInterview.com :: Home Page KalAajKal.com
 Advertise your Business Here     
Browse  |   Placement Papers  |   Company  |   Code Snippets  |   Certifications  |   Visa Questions
Post Question  |   Post Answer  |   My Panel  |   Search  |   Articles  |   Topics  |   ERRORS new
   Refer this Site  Refer This Site to Your Friends  Site Map  Bookmark this Site  Set it as your HomePage  Contact Us     Login  |  Sign Up                      
info       Did you received any Funny E-Mails from your Friends and like to share with rest of our friends? Yeah!! you can post that stuff   HERE
Google
 
Categories  >>  Software  >>  Databases  >>  SQL Server
 
 


 

 
 Oracle interview questions  Oracle Interview Questions
 SQL Server interview questions  SQL Server Interview Questions
 MS Access interview questions  MS Access Interview Questions
 MySQL interview questions  MySQL Interview Questions
 Postgre interview questions  Postgre Interview Questions
 Sybase interview questions  Sybase Interview Questions
 DB Architecture interview questions  DB Architecture Interview Questions
 DB Administration interview questions  DB Administration Interview Questions
 DB Development interview questions  DB Development Interview Questions
 SQL PLSQL interview questions  SQL PLSQL Interview Questions
 Databases AllOther interview questions  Databases AllOther Interview Questions
Question
Explain the new features of SQL server 2000?
 Question Submitted By :: Guest
I also faced this Question!!     Rank Answer Posted By  
 
  Re: Explain the new features of SQL server 2000?
Answer
# 1
XML Support - The relational database engine can return 
data as Extensible Markup Language (XML) documents. 
Additionally, XML can also be used to insert, update, and 
delete values in the database. (for xml raw - to retrieve 
output as xml type) 
User-Defined Functions - The programmability of Transact-
SQL can be extended by creating your own Transact-SQL 
functions. A user-defined function can return either a 
scalar value or a table.
 
Indexed Views - Indexed views can significantly improve the 
performance of an application where queries frequently 
perform certain joins or aggregations. An indexed view 
allows indexes to be created on views, where the result set 
of the view is stored and indexed in the database. 
New Data Types - SQL Server 2000 introduces three new data 
types. bigint is an 8-byte integer type. sql_variant is a 
type that allows the storage of data values of different 
data types. table is a type that allows applications to 
store results temporarily for later use. It is supported 
for variables, and as the return type for user-defined 
functions. 

INSTEAD OF and AFTER Triggers - INSTEAD OF triggers are 
executed instead of the triggering action (for example, 
INSERT, UPDATE, DELETE). They can also be defined on views, 
in which case they greatly extend the types of updates a 
view can support. AFTER triggers fire after the triggering 
action. SQL Server 2000 introduces the ability to specify 
which AFTER triggers fire first and last. 

Multiple Instances of SQL Server - SQL Server 2000 supports 
running multiple instances of the relational database 
engine on the same computer. Each computer can run one 
instance of the relational database engine from SQL Server 
version 6.5 or 7.0, along with one or more instances of the 
database engine from SQL Server 2000. Each instance has its 
own set of system and user databases. 

Index Enhancements - You can now create indexes on computed 
columns. You can specify whether indexes are built in 
ascending or descending order, and if the database engine 
should use parallel scanning and sorting during index 
creation.
 
Is This Answer Correct ?    3 Yes 0 No
Ravi Raj
 

 
 
 
Other SQL Server Interview Questions
 
  Question Asked @ Answers
 
What are the magic tables in SQL Server 2000? Infogain5
What is bit datatype and what's the information that can be stored inside a bit column?  1
What is Covering Indexes? Plz explain with example  2
how to connect sybase to sql server 2005?. ABC1
Accidentally i deleted my table. How can i get that table?  4
What are the types of backup and tell me the difference between full and differential backup? TCS3
Difference Between varchar and nvarchar datatype? Satyam2
How do you simulate a deadlock for testing purposes  1
when inserting to a table how many rows will be effected using triggers  1
What is a table called, if it does not have neither Cluster nor Non-cluster Index?  1
Which TCP/IP port does SQL Server run on?  2
difference between sql server2000 and sql server2005 KPMG1
what is web server? Satyam3
What are explicit and implicit transactions?  2
can primery key be a non clustered index?  8
can foreign key take role of primary key? TCS4
How to list all tables having unique constraints in any of the columns in a database.  1
what is difference between nchar and char in Sql server ?  2
What is Transaction?  2
Can anybody explain me cold backup and hot backup? TCS3
 
For more SQL Server Interview Questions Click Here 
 
 
 
 
 
   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us interview questions urls   External Links 
   
Copyright © 2007  ALLInterview.com.  All Rights Reserved.

ALLInterview.com   ::  Forum9.com   ::  KalAajKal.com