Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
ranvir_2k
Posting Yak Master
180 Posts |
Posted - 2013-10-01 : 04:48:25
|
Hi all,Is the execution plan that SQL Server uses to process a query dependant on the volume of data in the tables?Or is it purely based on the schema of the tables and the indexes on those tables.Thanks. |
|
nigelrivett
Master Smack Fu Yak Hacker
3385 Posts |
Posted - 2013-10-01 : 05:36:24
|
The query plan should depend on the statistics which will depend on the volume (and distribution) of data.==========================================Cursors are useful if you don't know sql.SSIS can be used in a similar way.Beer is not cold and it isn't fizzy. |
|
|
|
|
|