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
 


 

Company >> Cognizent >> Interview Questions >> SQL Server Interview Questions
 
  Everything Else AllOther Interview Questions (1)   Call Centre AllOther Interview Questions (1)   Oracle Apps Financial Interview Questions (5)
  PeopleSoft Administration Interview Questions (1)   SAP CRM Interview Questions (1)   FI CO Interview Questions (6)
  SD Interview Questions (1)   ABAP Interview Questions (2)   HR Questions Interview Questions (2)
  Ab Initio Interview Questions (1)   Cognos Interview Questions (2)   Business Objects Interview Questions (1)
  SOAP Interview Questions (2)   JCL Interview Questions (1)   COBOL Interview Questions (2)
  Manual Testing Interview Questions (7)   Test Director Interview Questions (2)   WinRunner Interview Questions (1)
  SQL Server Interview Questions (5)   Forms Reports Interview Questions (1)   ASP.NET Interview Questions (7)
  Visual Basic Interview Questions (1)   Ajax Interview Questions (1)
 
Back to Questions Page
Question   About DTS usage ? Rank Answer Posted By  
 Interview Question Submitted By :: Shaheen
I also faced this Question!!   © ALL Interview .com
Answer
hi all

DTS : Data Transformation service.using DTS object transfor
the data from one database into anothert database.

ex:sqlserver to orcale or ms-acces.....
 
0 Kinthada Cnu
 
 
Answer
DTS Used for various data transformations.

Not only between databases, its also used to transfers 
data's between office excel,CSV, text files, MDB also.
Extracting data's from databases to Excel, mdb, csv, text 
files.

We can extract the data's using Queries also(if its from 
database).
 
0 S. Elaiyaraja
 
 
Question   Difference between writing SQL query and stored procedure ? Rank Answer Posted By  
 Interview Question Submitted By :: Shaheen
I also faced this Question!!   © ALL Interview .com
Answer
compared with query, stored procedure is efficient and fast 
execution.Because stored procedure is program once it 
formed then execute as a program.
 
3 Senthil Kumar
 
 
 
Answer
SQL query will be compiled everytime it is executed.
Stored procedures are compiled only once when they are 
executed for the first time.
 
4 Ashwini
 
 
Answer
stored proceure compiles only once and stores in database 
managemant system so it is optimized for best performance 
while sql query compiles every time and executes using dbms 
driver so its performance decreses
 
0 Vial
 
 
Answer
Every query is submited it will be compiled & then 
executed.where as stored procedure is compiled 
when it is submitted for the first time and this compiled 
content is stored in something called procedure cache,
for subsequent calls no compilation,just execution & hence 
better performance than query. 
In Query we can execute only 1 statement. Stored Procedure: 
In Stored Procedure we can execute Batch of Queries
 
5 Gayathri
 
 
Answer
SP is good for security purpose, as it grant privileges to 
the use.........
 
0 Ramneet
 
 
Answer
compared with sql query, stored procedure is efficient and 
timesaving execution.Because stored procedure is program 
once it formed then execute as a program at the same 
time.coz queries are taking the time
 
0 Komal Sankhe
 
 
Answer
The execution plan will be created when compiling the stored
procedure and permanently stored in the database and so it
is much efficient, But in the case of query the execution
plan will be created at runtime.
 
0 Robinson
 
 
Answer
Advantage in Programming - If you are using Query in your 
program exe, want to change Query, you have to change query 
and compile it again. But if used Stored procedure, no need 
to recompile just modify the sp. Query is slow and SP is 
fast.
 
0 Raghuraja, Sivaganga, India
 
 
Question   About types of indexes in SQL server ? Rank Answer Posted By  
 Interview Question Submitted By :: Shaheen
I also faced this Question!!   © ALL Interview .com
Answer
There are two types of indexs.
1. Cluster Index (Ex. Primary Key)
2. Non Cluster Index(Ex.Unique Key)
 
0 Pandian
 
 
 
Back to Questions Page
 
 
 
 
 
   
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