If you lose rights to your sql server instance what are the options to connect to sql server instance? : sql server security


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More SQL Server Interview Questions

I have a table emp , Fields with empname,dnname,dno,salary. now I want copy distinct salary with all emp detail from emp into new table which is not already exist in database. how would I do this ?

2 Answers   Techno Labs,


Explain having clause and where clause?

0 Answers  


What are orphan records?

0 Answers  


What is the purpose of linked server configuration in sql server?

0 Answers  


what is mean by constraints in sql?

5 Answers   Granada, IBM,






what are different types of raid configurations? : Sql server database administration

0 Answers  


whats the maximum size of view state??

0 Answers  


How can we get count of the number of records in a table?

0 Answers  


When we are using this query to shrink the log file,what exactly it will execute internally? Do we lose any data when we run this script? which data it will truncate in the log file and where it is saved. Please let me know... USE DatabaseName GO DBCC SHRINKFILE(<TransactionLogName>, 1) BACKUP LOG <DatabaseName> WITH TRUNCATE_ONLY DBCC SHRINKFILE(<TransactionLogName>, 1) GO

1 Answers   Cognizant,


What will you do If the low Performance occurs?

2 Answers  


Which are the third-party tools used in sql server and why would you use them?

0 Answers  


What is attribute hierarchy? : sql server analysis services, ssas

0 Answers  


Categories