Answer Posted / vimal
dbcc traceon 302
| Is This Answer Correct ? | 0 Yes | 4 No |
Post New Answer View All Answers
How to connect to SQL Azure Database by using sqlcmd?
How do I find the sql server database version?
Explain hostprotectionattribute in sql server 2005?
What is a view and what are its advantages?
create index myindex on mytable(mycolumn) what type of index will get created after executing the above statement? : Sql server database administration
ow to bring suspect mode datbase online from scratch
How will you add a dimension to cube? : sql server analysis services, ssas
there is a trigger defined for insert operations on a table, in an oltp system. The trigger is written to instantiate a com object and pass the newly inserted rows to it for some custom processing. What do you think of this implementation? Can this be implemented better? : Sql server database administration
What is row_number () and partition by in sql server?
What is difference between materialized view and view?
How to write an inner join with the where clause in ms sql server?
Does dbcc checkdb requires db to be in single_user mode? : sql server database administration
What is the difference between Triggers and Stored Procedure?
What is field in algebra?
What is the sql server agent?