What is conditional split?
There are two tables (T1, T2) with different rows. Find the output of query. Select count(*) from T1,T2.
What is NOT NULL Constraint in sql server 2012?
What is transcation?Plz give One example?
How many levels of sp nesting is possible?
What is data source object?
how can you find out if the current user is a member of the specified microsoft® windows nt® group or microsoft sql server™ role? : Sql server administration
How to write a query with an inner join in ms sql server?
If the job running very slow what is the action you do
can you tell me some sites name for sql server 2000 commands with example??? plz reply soon.
What is sql stored procedure?
What is store procedure? How do they work?
how we can count records as a group of days like sum of records for(four mondays),(four tuesday)........ in a month. group the column for weekdays.