How to delete duplicate rows in sql server?
What is a derived table?
I have a table Events Events containing cardno,time,id,name--each id has a cardno my requirement is every day each employee swipe the card several times i want to calculate first and last time of each card the output should be name 1 2 6 7 in out in out holiday holiday xxx 09:30 06:30 09:40 06:45 where 1,2...... are dates for example january 1,2, etc. 6 and 7 are saturday and sunday how it is posssible
What is 1nf normalization form?
What is partitioned view?
How many categories of data types used by sql server?
in my server i have 3 instances,one of them got failed, and this cause we r not able to connect to server, how to know which instance was dameged?
What is the difference between ddl and dml?
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.
What is the difference between coalesce() & isnull()?
What is MSDE?
Why use “in” clause in sql server?
What is sql server agent and what are the two modes of authentication in sql server?