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
What is the purpose of update statistics and scope_identity() function?
When would you use a before or after trigger?
What is the difference between system objects and user objects?
How can we call UDF(User Define Function) using C# code in ASP.net ?
When would you prefer to have a minimum number of indexes?
How to create percentile function?
What command would you use to create an index?
what is sql server? : Sql server database administration
Explain transaction isolation levels in sql server?
Explain the categories of stored procedure i.e. System stored procedure, local stored procedure, temporary stored procedure, extended stored procedure, remote stored procedure?
What is a transact-sql statement?
What is the library index called?
How do you delete a trigger?
What happens on checkpoint?
What is inner join? Explain with an example?