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 |
richa1515
Starting Member
1 Post |
Posted - 2011-04-29 : 11:42:37
|
hey...have one query to aski have data on backend in tables which stores data for abt 1 to 2 yrs data..when i select data from dese table to show it on report it takes too much to execute..is there any way to improve performance of these queries...reply ASAPthannks |
|
nigelrivett
Master Smack Fu Yak Hacker
3385 Posts |
Posted - 2011-04-29 : 11:55:58
|
Indexes, rewrite the queries (prefereably using stored procedures), restructure the database, improve hardware.Probably in that order.==========================================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. |
|
|
|
|
|