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 Rdbms?
What are the advantages of paper records?
What is Sqlpaging in SqlServer 2005 ?
How to convert character strings into numeric values?
What is the difference between dataadapter and datareader?
How ssrs maintain security?
What is ms sql server index?
What is the need for indexing?
What does executeupdate return?
What programming language would you use to create embedded functions in ssrs?
what is the system function to get current user's user id? : Sql server database administration
Which operator do you use to return all of the rows from one query except rows are returned in a second query?
What is logon trigger?
What is pivot and unpivot?
Why olap is used?