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
What is the difference between executequery () and executeupdate ()?
Can group by and orderby be used together?
Where are sql server user names and passwords stored in sql server?
Can sql servers linked to other servers like oracle?
What is importing utility?
How do you make a trace?
Is a null value equal to anything? Can a space in a column be considered a null value? Why or why not?
What are the functions in sql server?
What is a self join in sql server?
How do I find the port number for sql server?
How to create a user to access a database in ms sql server using "create user" statements?
Why it is recommended to avoid referencing a floating point column in the where clause?
Which autogrowth database setting is good?
What is user defined stored procedures?
Describe the left outer join & right outer join. : sql server database administration