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
How efficient you are in oracle and SQL server?
Which are the important points to note when multilanguage data is stored in a table?
How can we get count of the number of records in a table?
How do I find the port number for sql server?
What is single-user mode and what are the steps you should follow to start sql server in single-user mode?
Can multiple columns be used in sql group by clause in ms sql server?
What do you understand by check constraint in sql server?
How will you hide an attribute? : sql server analysis services, ssas
Explain the difference between cross join and full outer join?
where the connection string store in the database
What is store procedure? How do they work?
What are views used for?
What are partitioned views and distributed partitioned views?
Can we install sql server 2016 on windows 7?
What are trace files?