Click here to monitor SSC
SQLServerCentral is supported by Red Gate Software Ltd.
 
Log in  ::  Register  ::  Not logged in
 
 
 
        
Home       Members    Calendar    Who's On


Add to briefcase

full cycle structure...command select * Expand / Collapse
Author
Message
Posted Monday, August 09, 2010 12:08 AM


Ten Centuries

Ten CenturiesTen CenturiesTen CenturiesTen CenturiesTen CenturiesTen CenturiesTen CenturiesTen Centuries

Group: General Forum Members
Last Login: Wednesday, May 08, 2013 1:33 AM
Points: 1,186, Visits: 1,852
If I am running a command select * then what is running in backend ,full cycle structure...

Thanks

Post #965735
Posted Monday, August 09, 2010 12:38 AM


SSCrazy

SSCrazySSCrazySSCrazySSCrazySSCrazySSCrazySSCrazySSCrazy

Group: General Forum Members
Last Login: Tuesday, March 26, 2013 8:41 AM
Points: 2,562, Visits: 3,451
"select *" command will fetch every thing from the given table.
select the "acual execution plan " option to see how sql optimizer is fetching data.means which index or which operator is being used.



-------Bhuvnesh----------
While 1 = 1 (Learning SQL....)
Click to get fast response of your post
Post #965740
« Prev Topic | Next Topic »

Add to briefcase

Permissions Expand / Collapse