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
What the different components in replication and what is their use?
How to check if stored procedure is running in sql server?
what is bit datatype and what's the information that can be stored inside a bit column? : Sql server database administration
Explain rdbms?
Explain the properties of the relational tables?
code to create procedure for taking databse backup in sql server or i have the query for it but what it's query returns means i want to show on my jsp that the databse backup has been taken on the basis of that return value.does it returns 0 or 1.wat is the code for that
Call by value and call by reference in procedure and function, with NOCOPY.
What is a coalesce function?
Explain what are sparse columns?
What are the advantages of using third-party tools?
What are the new features are introduced in sql server 2012 reporting services?
how can you attach more than 20 ldf files in sql server
What is sqlcmd?
What are the difference between primary key and unique key? : sql server database administration
Can we take the full database backup in log shipping?