Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


How to write a script for upate the data in prod , i have
50000 row are there

Answers were Sorted based on User's Feedback



How to write a script for upate the data in prod , i have 50000 row are there..

Answer / ashis

update <tablename> set <columnname>=<value>
where <condition>

Is This Answer Correct ?    0 Yes 0 No

How to write a script for upate the data in prod , i have 50000 row are there..

Answer / kumari

--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

Post New Answer

More SQL Server Interview Questions

How do we get month name in SQL Server 2000, Oracle, MS Access?

11 Answers  


Write a SQL queries on Self Join and Inner Join.

0 Answers   Aspiring Minds,


What are different types of join?

0 Answers  


what is isolation level at dead lock?

0 Answers   Verizon,


Explain raiserror in sql server?

0 Answers  


How to count groups returned with the group by clause in ms sql server?

0 Answers  


What is an example of a primary key?

0 Answers  


how can u get last observation in an unknown dataset ?

0 Answers   Genpact,


What are the two modes of authentication in sql server?

0 Answers  


Give an example of SQL injection attack ?

0 Answers   HAL,


If you want to send some data from access database to sql server database. What are different component of ssis will you use?

0 Answers  


What are the basic functions for master, msdb, model, tempdb databases?

0 Answers  


Categories