What connections does Microsoft SQL Server support?
Answer Posted / dthtri
1. SQL Server Authentication
2. Windows Authentication
Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is difference between ienumerable and iqueryable in c#?
If you donot specify an access modifier for a method, what is the default access modifier?
What is the use of oops in c#?
What is expandoobject in c#?
What is difference between iqueryable and ienumerable in c#?
What does executescalar return in c#?
Why is it not a good idea to use empty destructors?
Describe the types of comments in c#?
Is there throws keyword in c#?
How can I get around scope problems in a try/catch?
What do you mean by saying a "struct is a value type"?
How do I move from one form to another in c#?
What are the properties in c#?
What is the difference between “dispose” and “finalize” variables in c#?
Can we declare class as protected?