Authentication mechanisms in Sql Server ?
Answer / dhirendra
Windows Authentication
SQL Server Authentication
Is This Answer Correct ? | 8 Yes | 1 No |
Does a primary key have to be a number?
What operators deal with null?
How do I count rows in sql?
Can we rollback truncate?
Table name: T1, it has only one column. col1 ------ c b a b b b b d s a a t s Requirement: I need the following output from the above base table by using SQL query. col1 Cnt ----- ------- a 3 b 5 Others 5 Please help. Thanks Guru v.gurus@in.com
Enlist some predefined exceptions?
What is full form of rtm?
how can I make a script that can be bi-language (supports english, german)? : Sql dba
How do I view a sql trace file?
what is user defined functions? : Sql dba
What are the return values of functions SQLCODE and SQLERRM ?
How many types of sql are there?