http://www.learningsqlserver2008.com/products.htm
Using SQL Server 2008, we kick off this performance tuning series. Will use SQL Profiler in MS SQL 08 and Query Execution Plan. We look at tips like limiting column in the result set, using primary keys and focusing on the WHERE clause in SQL Statement. Go over items like table scan, index scan, index seek, logical reads, CPU, query cost, SQL Server management studio, buffer cache, set statistics and query analysis.
Visit our other sites:
http://www.learningcomputer.com
http://www.learningsqlserver2008.com
http://www.sqlazuretutorials.com
http://sqlserver2008tutorial.com/sql-tutorials.html
http://compare-insurance-car.com/insurance_coverage.html
http://www.mycar-insurance.net
http://datatechnologyllc.com/search-engine-optimization/Dallas-SEO.html
We are using SQL Server 2005, We have a stock table that we insert and query data every minute, The database is about 35MB in size now The stock table in question has 6,490 records.so it's not considered BIG.Many users connects to Server to retrieve data. When I do any query on the PC most of the times calling out a stock records can take 25s. It normally should be instantaneously...Is it because Server has many requests at the same time or is it due to too many data store in the table ?
mrp2003 1 year ago
@mrp2003 I would need to more about the table, how many columns, also the SQL statement, any joins. Also I would suggest using keywords like "WITH NOLOCK" to avoid locking if there are many users. If the table is wide (many columns) try not using select * or create a view. Good Luck
baghul 1 year ago
Great Job.. I want to be an SQL Dba... and searching for videos like this.. thanks for creating a simple and informative video.
benjostoked 1 year ago
@benjostoked You are very welcome! We have more FREE videos on site.
baghul 1 year ago
Nice job! Simple, straight-forward, and informative. Thanks!
seandeyoung01 1 year ago
@seandeyoung01 Thx buddy!
baghul 1 year ago