—– ************ Find most expensive tables Starts ****** ————– Select Object_Name(ix.[object_id]) as objectName , Sum(ddius.user_seeks) As ‘table_seeks’ , Sum(ddius.user_scans)

asp.net,c#.net, MVC, WPF, WCF, JavaScript, JQuery, SQL Server, Interview Q&A
—– ************ Find most expensive tables Starts ****** ————– Select Object_Name(ix.[object_id]) as objectName , Sum(ddius.user_seeks) As ‘table_seeks’ , Sum(ddius.user_scans)
Should we Shrink database – Sql Server Lets try to understand with an example. First we will create database and
Find Blocking queries in Sql Server Hello folks, today I will explain regarding most common problem of blocking in Sql
Remove blank lines in Sql Server Script Problem: Let’s say we have a script in which there are blank lines
Difference between Nullable<> and ? Hello friends, till now I have explained regarding different differences between. So I recommend you
Difference between String and string string is an alias in C# for System.String. So technically, there is no difference. It’s
Hello folks, hope you all are doing well. Today I want to explain regarding difference between WCF and Web API
Find Postback control of Page in asp.net Problem: Let’s say your page has been posted back and you want to find
What is cursor in SQL Server? A cursor is a set of rows together with a pointer that identifies a
What is OPENXML in SQL Server? OPENXML can parse the xml data in SQL server very efficiently in SQL Server.
Implicit Transaction is the auto commit. There is no beginning or ending of the transaction. Explicit Transaction has the beginning,
Limitation of ISDATE() Function in Sql Server Hey folks till now we have discussed Performance improvement of cursor SQL Server, User defined