Hello,
I have two questions
1.How to improve performance of Sql Server
2.How to improve performance of Database
Regards
Manish
9871306286
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Akhil GargPosted Apr 10, 2015, 7:42 AM
There is no specific answer to this question. You have to search and check because there are different way like optimizing queries, indexing, views and all that. So, each queries can be optimized in different way say
If Exist(Select * from dbo.Product) query so this query can be written in this way as well
If Exist(Select 1 from dbo.Product) and the second query will be faster than first one.
Dont use Nvarchar until your application doesnt support multilanguage.
So All these performance improvement is scenario based and application specific. SO go through blogs and articles and apply hands on than only you will able to understand.
Manish KumarPosted Apr 10, 2015, 7:21 AM
Pankaj Kumar ChoudharyPosted Apr 8, 2015, 8:56 PM
and better performance of sql server you should have a knowledge that how database and server work then you can increase your performance ...
These can be achieved only by practices for this you can read some articles.........
Akhil GargPosted Apr 8, 2015, 3:29 PM
Riddhi ValechaPosted Apr 8, 2015, 8:10 AM
There is a new concept - NoSQL.
According to this.. in near future...this concept will be widely used...
Manish KumarPosted Apr 8, 2015, 5:19 AM
Manish KumarPosted Apr 8, 2015, 5:19 AM
Vithal WadjePosted Apr 7, 2015, 1:48 PM
www.c-sharpcorner.com/uploadfile/freebookarticles/apress/2010jan26231719pm/SQLQueryPerformanc/1.aspx