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 are the different editions available in sql server 2000?
Can we write a distributed query and get some data which is located on other server and oracle database?
What is data file in computer?
What is the use of stored procedure?
List the different normalization forms?
Why use “in” clause in sql server?
which backup strategy you are following at ur company
Which are ddl commands?
What is meant by referential integrity?
We need to perform what steps in the following order to work with a cursor?
What do you mean by table and field in sql?
what is a traditional network library for sql servers? : Sql server database administration
What are the steps to follow to configure SQL*Net?
How do you delete duplicate rows in sql server?
What is update_statistics command?