Why should you use or avoid select * statements?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More SQL Server Interview Questions

which one will take 1st priority in case of insert statement and select statement???

2 Answers   HCL,


Mention the different types of replication in sql server.

0 Answers  


When would you use an insert into .. Select option versus an insert into .. Values option? Give an example of each?

0 Answers  


What is exporting utility?

0 Answers  


How can you insert null values in a column while inserting the data?

0 Answers  






What does set rowcount do?

0 Answers  


Explain the xml support sql server extends?

0 Answers  


How to convert numeric values to integers in ms sql server?

0 Answers  


Explain about integration services of Microsoft SQL server?

0 Answers  


Do you know spatial data types - geometry and geography in sql server 2008?

0 Answers  


In the below query i have performed the commit transaction statement but still the values after the save are not saved. Can you please let me know why are the statements after save are rolled back even after commiting the data. help me with the understanding declare @trans2 varchar(10)='transaction2' begin transaction @trans2 insert into emp values(100,'xy',600); save transaction @trans2 insert into emp values(200,'pq',700); insert into emp values(300,'pq',800); commit transaction @trans2 rollback tran @trans2

1 Answers   AllState,


How to make a remote connection in a database?

0 Answers  


Categories