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   SiteMap shows list of All Categories in this site.
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
How to write a script for upate the data in prod , i have 
50000 row are there
 Question Submitted By :: Bhaskar
I also faced this Question!!     Rank Answer Posted By  
 
  Re: How to write a script for upate the data in prod , i have 50000 row are there
Answer
# 1
update <tablename> set <columnname>=<value>
where <condition>
 
Is This Answer Correct ?    0 Yes 0 No
Ashis
 
  Re: How to write a script for upate the data in prod , i have 50000 row are there
Answer
# 2
--table name = production
--coloum name = description(one column name)
--categoryname is another column name


update dbo.production
set
discription='xxxxxxxxxxx'
where [check condition]
categoryname='vitamins'
 
Is This Answer Correct ?    0 Yes 1 No
Kumari
 
 
 

 
 
 
Other SQL Server Interview Questions
 
  Question Asked @ Answers
 
we have emp table like Ename,EDOJ,EDOB with Column structure.but we want to know the employee Age.How? Any Body Plz  6
How to Display, Amount of Disk Activity Generated by Transact-SQL Statements?  1
syntax for deleting the database in T SQL  4
Difference Between varchar and nvarchar datatype? Satyam2
Explain different isolation levels?  3
What is the difference between IN and EXISTS operators in SQL Server? Intelligroup3
What is a cursor in SQL Server 2000 and their types?  4
Is it possible to create a stored procedure that runs a query and outputs the results to a text file and allows me to add extra delimeters and static field info. If so How?  1
How to find out name of all employees who has salary less than 200 Rs.?  7
how can u select the Distinct values in the table, table having 20 columns , i want all columns  1
Please tell me some knowledge about Clustering and how to add clustering?  1
what is the cursor life span? Evalueserve5
Can some one please help with a query which will take only max value of a column in a join.  2
1.what is stored procedure?Its significance with example? 2.Explain about index with syntax and example? plz do reply.........  1
Name three version of sql server 2000 and also their differences?  1
Write a query to delete duplicate records in SQL SERVER Infosys19
Can we rewrite subqueries into simple select statements or with joins? Example? ASD1
Can you create UNIQUE and PRIMARY KEY constraints on computed columns in SQL Server 2000? Infosys1
What is blocking and how would you troubleshoot it?  1
i want to create procedure for create table in sql server 2005 for example create procedure create_table @table varchar(20) as create @table( id int, name char(20) ) but it will get error what is solution? Aptech4
 
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