How to write a script for upate the data in prod , i have
50000 row are there
Answer Posted / ashis
update <tablename> set <columnname>=<value>
where <condition>
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How to delete existing rows in a table?
Can we perform backup restore operation on tempdb? : sql server database administration
How we create SQL Server 2005 Reporting Services ? Give me Sample
Create and insert into temp table in sql server?
Explain some stored procedure creating best practices or guidelines?
Tell me what is the stuff and how does it differ from the replace function?
Are null values the same as that of zero or a blank space?
Define full outer join?
How to remove duplicate rows from table except one?
What is difference between index and primary key?
If a stored procedure is taking a table data type, how it looks?
What does the on update no action do?
What is collation?
Tell me what do you mean by an execution plan? Why is it used? How would you view it?
How to start and end transact-sql statements?