If you are working on a SQL database and if suddenly a
developer changes the code and your queries results start
giving errors,how will you check using a T-SQL query (on
system tables) that what has changed in the database.
Answer Posted / ramakrishna
select text from sysindexes
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
Explain about builtinadministrator?
What is sleeping status in sql server?
Can sql servers linked to other servers like oracle?
What are the tool windows in sql server management studio? : sql server management studio
In which sql server version report builder introduced?
How to write a query with a right outer join in ms sql server?
what are triggers? : Sql server database administration
Can a trigger be created on a view?
What is relationship? What number of sorts of relationship are there?
What are trace files?
How to delete duplicate rows?
What will be query used to get the list of triggers in a database?
Which are new data types introduced in sql server 2008?
How does the report manager work in SSRS?
What is sql server locking?