Answer Posted / prabhu
It is used to limit the data that going in to the table.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Does windows server 2016 come with sql server?
1. Tell me your daily activities 2. If sql server installation fails at time installation what will do 3. Where does the sql server installation log details are stored 4. After the installation what will you do for memory configuration 5. What is the difference between SQL max maximum memory and AWE memory 6. How will you configure AWE memory 7. How will setup an email alert for the backup job 8. After the SQL installation what are the jobs will you configure 9. What does –g mean in the sql startup parameter 10. What is the difference between Bulked log and Full recovery model 11. What is the difference between mirroring and log shipping 12. What are the steps to be followed before in-place up gradation 13. After installing the patch the sql server does not start and application team tells to rollback the changes .In this scenario what will you do
What is sql server management studio? : sql server management studio
What are sparse columns?
How to provide login information for a new odbc dsn?
Do you know what are the ways available in sql server to execute sql statements?
What is a transact-sql statement batch in ms sql server?
What is database black box testing?
What are the advantages of stored procedure in sql server?
How can you control the amount of free space in your index pages?
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 system stored procedures?
What is a functions and types in sql server?
What are the components of sql server service broker?
Create and insert into temp table in sql server?