select empid empname from employee
What is the result for the about query?
Answer Posted / vinayak
select empid,empname from employee
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
Does index speed up select statements?
What are the key configuration files for sql server reporting services ?
Define self join in sql server joins?
What is log shipping? Can we do logshipping with SQL Server 7.0 - Logshipping is a new feature of SQL Server 2000. We should have two SQL Server - Enterprise Editions. From Enterprise Manager we can configure the logshipping. In logshipping the transactional log file from one server is automatically updated into the backup database on the other server. If one server fails, the other server will have the same db and we can use this as the DR (disaster recovery) plan.
How can you find out if the current user is a member of the specified microsoft® windows nt® group or microsoft sql server™ role?
Do I need a report server to run reports in my application?
What are Row versions of DataRow?
How would you add a section to a table?
What is the difference between dbcc indexdefrag and dbcc reindex?
What are different types of roles provided by ssrs?
What are the different ways you can create databases in sql server?
Explain what are page splits? : SQL Server Architecture
Why I have to use stored procedures?
Can we write a distributed query and get some data which is located on other server and oracle database?
What is a user-defined function in the sql server and what is its advantage?