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

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

Your table has a large character field there are queries that use this field in their search clause what should you do?

497


How do we know if any query is retrieving a large amount of data or very little data?

546


What is use of except clause? How it differs from not in clause?

595


What are the different acid properties?

620


What Are the Main Features of SQL Azure?

95






How to get a list of table columns using the "sp_columns" stored procedure in ms sql server?

551


What is coalesce and check constraint in sql server?

538


Suppose i have a table that contains 5 columns like col1,col2...colm5.I want to import only two column through BCP utility.How to do same through BCP in sybase.

1959


What guidelines should be followed to help minimize deadlocks?

498


What is replication with database mirroring? : sql server database administration

527


Explain Reporting Life Cycle?

90


How use inner join in sql server?

611


What are the grouping functions?

523


What are the requirements to use odbc connections in php scripts?

594


What is sql or structured query language?

675