what is the purpose of creating view is sql server 2000
Answer Posted / vijayabhaskarreddy
view eassy to use , views used to work with part of the
tables.
** provides security for the data.
Is This Answer Correct ? | 11 Yes | 4 No |
Post New Answer View All Answers
What is scan table/view and seek table/view when its occurs? : sql server database administration
Which tcp/ip port does the sql server run on? How can it be changed?
How to loop through returning rows?
Can you explain what are various ways to enhance the ssrs report?
How to generate random numbers with the rand() function in ms sql server?
Explain few examples of stored procedure over triggers?
What are the differences between “row_number()”, “rank()” and “dense_rank()”?
What is sparse columns of sql server 2008?
What is federation member?
Can sql server be linked with other servers like oracle?
What is data block and how to define data block size?
What does sql server mean?
What is the difference between DataRow.Delete() and DataRow.Remove()?
but what if you have to create a database with two filegroups, one on drive c and the other on drive d with log on drive e with an initial size of 600 mb and with a growth factor of 15%? : Sql server database administration
How will you monitor replication latency in transactional replication? : sql server replication