How to write a script for upate the data in prod , i have
50000 row are there
Answers were Sorted based on User's Feedback
Answer / ashis
update <tablename> set <columnname>=<value>
where <condition>
Is This Answer Correct ? | 0 Yes | 0 No |
How to join two tables in a single query in ms sql server?
i have table students with fields classname,studname select * from students classname studname 1 xxxxx 1 yyyy 1 zzzz 2 qqqq 2 tttt 3 dsds 3 www i want the output should be No of students in class 1 : 3 No of students in class 2 : 2 No of students in class 3 : 2
Explain datetime2 data type in sal server 2008?
Ms sql server index?
What is the use of for clause?
While using a cursor, how can you differentiate between a deleted row and a row that has been inserted with null data values?
How to Create Login and User through query in Sql server 2005.and also how to delete Login and User through query?
What is the difference between Userdefined function and stored procedure? Explain and give the example also
What are the types of processing and explain each? : sql server analysis services, ssas
Do you know what is rank function?
How to search for a string in all stored procedure in sql server?
How to change the data type of an existing column with "alter table" statements in ms sql server?