Answer Posted / gayathri
WITH T1 AS (Select *, ROW_NUMBER() OVER (PARTITION BY id
Order By id) AS rowid From test)
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the default fill factor value?
What is the difference between a fill factor of 100 and 0?
How to use transact-sql statements to access the database engine?
Can foreign key be deleted?
Introduction of rollup clause using sum and group by clause?
Sql server reporting services vs. Crystal reports.
Which sql server table is used to hold the stored procedure scripts?
Explain what is log shipping?
can you implement data mining in SSRS?
Why I am getting this error when dropping a database in ms sql server?
What is table join?
What are the filtered indexes?
Indexes are updated automatically is the full-text index also updated automatically?
What are indexes in ms sql server?
Tell about MOM Tool(Microsoft Operator Manager)?