adspace
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
Disadvantages of the indexes?
What is a view in sql?
What is clustered index
What is in place upgrade in sql server?
What are the properties of the transaction?
What is self contained sub query?
How to provide default values to function parameters?
what is the difference between openrowset and openquery?
Can one drop a column from a table?
Why we use the openxml clause?
How do I find the sql server version?
What is acid mean in sql server?
Can we shrink data file in sql server?
What are the pros and cons of putting a scalar function in a queries select list or in the where clause?
Why should you use or avoid select * statements?