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                      
tip       Ask Questions on ANYTHING, that arise in your Daily Life at     FORUM9.COM
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
wat is the main diff between sql server 2000and sql server 2005
 Question Submitted By :: Shailendra
I also faced this Question!!     Rank Answer Posted By  
 
  Re: wat is the main diff between sql server 2000and sql server 2005
Answer
# 1
the version number!
 
Is This Answer Correct ?    3 Yes 6 No
Mr. Obvious
 
  Re: wat is the main diff between sql server 2000and sql server 2005
Answer
# 2
In 2005 More features is available
Database Mirroiring
CLR Integration(Common language Runtime ) Integration
Management Studio
SIS Package
mirror backup
DAC(Dedicate Administration Connection)
 
Is This Answer Correct ?    8 Yes 0 No
Hari
 
 
 
  Re: wat is the main diff between sql server 2000and sql server 2005
Answer
# 3
ONLINE INDEX CREATION
ONLINE BACKUP (WHICH IS HOT BACKUP IN ORACLE)
 
Is This Answer Correct ?    2 Yes 1 No
Monal
 
  Re: wat is the main diff between sql server 2000and sql server 2005
Answer
# 4
New Data Types.
Full Text Search
And many new key words
 
Is This Answer Correct ?    3 Yes 0 No
Gyan Ranjan
 
  Re: wat is the main diff between sql server 2000and sql server 2005
Answer
# 5
In 2000 :database go offline,Index tuning wizard
In 2005:Database go off/online,Database tunning advisor
In 2008 :Same as 2005
 
Is This Answer Correct ?    3 Yes 0 No
Dinesh
 
  Re: wat is the main diff between sql server 2000and sql server 2005
Answer
# 6
Top 10 Features for Database Administration

Feature
	

Description

Database Mirroring
	

Extend log shipping capabilities with the database mirroring
solution. You will be able to use database mirroring to
enhance availability of your SQL Server systems by setting
up automatic failover to a standby server.

Online Restore
	

With SQL Server 2005, database administrators are able to
perform a restore operation while an instance of SQL Server
is running. Online restore improves the availability of SQL
Server because only the data being restored is unavailable;
the rest of the database remains online and available.

Online Indexing Operations
	

The online index option allows concurrent modifications
(updates, deletes, and inserts) to the underlying table or
clustered index data and any associated indexes during index
data definition language (DDL) execution. For example, while
a clustered index is being rebuilt, you can continue to make
updates to the underlying data and perform queries against
the data.

Fast Recovery
	

A new faster recovery option improves availability of SQL
Server databases. Administrators can reconnect to a
recovering database after the transaction log has been
rolled forward.

Standards-based Information Access
	

Any object, data source, or business intelligence component
can be exposed using standards-based protocols such as SOAP
and HTTP—eliminating the need for a middle-tier listener,
such as IIS, to access a Web services interface that is
exposed by SQL Server 2005.

SQL Server Management Studio
	

SQL Server 2005 includes SQL Server Management Studio, a new
integrated suite of management tools with the functionality
to develop, deploy, and troubleshoot SQL Server databases,
as well as enhancements to previous functionality.

Dedicated Administrator Connection
	

SQL Server 2005 provides a dedicated administrator
connection that administrators can use to access a running
server even if the server is locked or otherwise
unavailable. This capability enables administrators to
troubleshoot problems on a server by executing diagnostic
functions or Transact-SQL statements.

Snapshot Isolation
	

Snapshot Isolation (SI) level is provided at the database
level. With SI, users can access the last committed row
using a transitionally consistent view of the database. This
capability provides greater scalability.

Data Partitioning
	

Data partitioning is enhanced with native table and index
partitioning that enables efficient manageability of large
tables and indexes.

Replication Enhancements
	

For distributed databases, SQL Server 2005 provides
comprehensive schema change (DDL) replication,
next-generation monitoring capabilities, built in
replication from Oracle to SQL Server, merge replication
over https, and significant merge replication scalability
and performance improvements. Additionally, the peer-to-peer
transactional replication feature improves support for data
scale out using replication.

   

Top 10 Features for Development

Feature
	

Description

Hosted CommonLanguage Runtime
	

With SQL Server 2005 developers can create database objects
using familiar languages such as Microsoft Visual C# .NET
and Microsoft Visual Basic .NET. Developers can also create
two new objects—user-defined types and aggregates.

Native XML Support
	

Native XML data can be stored, queried, and indexed in a SQL
Server database—allowing developers to build new classes of
connected applications around Web services and across any
platform or device.

ADO.NET version 2.0
	

From new support for SQL Types to Multiple Active Result
Sets (MARS), ADO.NET in SQL Server 2005 evolves dataset
access and manipulation to achieve greater scalability and
flexibility.

Security Enhancements
	

The security model in SQL Server 2005 separate users from
objects, provides fine-grain access, and enables greater
control of data access. Additionally, all system tables are
implemented as views, providing more control over database
system objects.

Transact-SQL Enhancements
	

SQL Server 2005 provides new language capabilities for
developing scalable database applications. These
enhancements include error handling, recursive query
capabilities, relational operator PIVOT, APPLY, ROW_NUMBER
and other row ranking functions, and more.

Reliable Messaging for Asynchronous Applications
	

Service Broker is a robust messaging infrastructure that
provides reliable transactional delivery of critical
messages between servers—with the scalable high-performance
that is expected with asynchronous queuing.

Visual Studio Integration
	

Tight integration with Microsoft Visual Studio and the .NET
Framework streamlines development and debugging of
data-driven applications. Developers can build database
objects, such as stored procedures, using any .NET language
and can seamlessly debug across .NET and Transact-SQL (TSQL)
languages.

Web Services
	

With SQL Server 2005 developers can develop Web services in
the database tier, making SQL Server a hypertext transfer
protocol (HTTP) listener and providing a new type of data
access capability for Web services-centric applications.

Embedded Reports
	

Use client-side reporting controls to embed real-time
reports into an application at design time.

Full-Text Search Enhancements
	

SQL Server 2005 supports rich, full-text search
applications. Cataloging capabilities provide greater
flexibility over what is cataloged. Query performance and
scalability have been improved dramatically, and new
management tools provide greater insight into the full-text
implementation.
 
Is This Answer Correct ?    1 Yes 0 No
Pradip Jain
 

 
 
 
Other SQL Server Interview Questions
 
  Question Asked @ Answers
 
1.Describe way(s) to tune the SQL table in order to optimize performance. 2. Explain SQL Injection and how can you prevent them? Techno-Solutions1
How can count the string ? for ex: If i have string like 'bhaskar' then i need like b:1 h:1 a:2 s:1 k:1 r:1 please give any idea on that TCS5
what is bit data type? and what are the information that can be stored inside a bit column?  2
how will u create "n" possible tables in sql... Oracle1
how to count datewise data in sqlserver IndusInd-Bank3
What is a cursor in SQL Server 2000 and their types?  4
which query u can write to sql server doesn't work inbetween 7.00PM to nextday 9.00AM Wipro4
1.what is the purpose of using alias name in sql server? with certain example? 2.what is cursor?will u plz explain me in detail with certain example?  3
Can you tell me the difference between DELETE & TRUNCATE commands?  11
please can anyone answer this query Table 1 has 2 columns: EmployeeId,Age Table 2 has 2 columns: EmployeeId, Region Write SQL to Find the region who has the oldest person  7
what is the diffrence between Snap Shot and Transaction Replication CSC1
How to find the date and time of last updated table?  3
what is meant by sql injection with example and one more question how to catch the errors in sqlserver  1
What is the difference between Stored Procedure , Function and Package, 1. how many blocks in Package and what are they. IBM5
Explain basic SQL queries with SELECT from where Order By, Group By-Having? Wipro2
What is normalization in Database ?  4
Can we use Truncate command on a table which is referenced by FOREIGN KEY?  2
can you anybody tell me the how can you restore the master database. while migraion(one server to onther server)?  1
WRITE A FUNCTION TO DISPLAY THE OUTPUT OF AN EXISTING TABLE RANGE LIKE COMMAM SEPERATED VALUES LIKE RANGE1,RANGE2,... TVS2
How many index keys possible for a table  6
 
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