Answer Posted / senthil ku,mar
Use sp_configure to display or change server-level
settings. To change database-level settings, use ALTER
DATABASE. To change settings that affect only the current
user session, use the SET statement
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
How to find the version of sql server? : sql server database administration
Explain few of the new features of sql server 2008 management studio
How many triggers you can have on a table?
What do you understand by a stored procedure?
Explain indexes disadvantages?
How to create an identity column?
How do I find the sql server database version?
Explain timestamp datatype?
Explain about protocol layer present in SQL server?
How will you know when statistics on a table are obsolete?
Does sql server 2000 full-text search support clustering?
What is local temp table?
How to update values in a table with update statements in ms sql server?
What is multi-statement table-value user-defined function?
What is mean by clustered index and non clustered index, give syntax of creation? : sql server database administration