what is differencial backup?how to work?Anybody explai it?
Answer Posted / pradeepreddy
differential backup backups only changes made in the
database on to backup media since the last full backup
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is the difference between a primary key and a unique key? Are they the same?
When do you think a developer should use sql server-based cursors?
Explain in brief about Microsoft SQL server?
Define ACID properties in a Database?
What do you mean by normalisation?
How many triggers are possible per table?
What are the types of subscriptions in SQL Server replication?
What are exact numeric data types in ms sql server?
Explain what is log shipping?
Benefits of Stored Procedures?
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
Explain what are the events recorded in a transaction log?
What are the different types of replication are there in sql server 2000?
How to provide default values to function parameters?
Explain about unique identifier data type in sql server?