Viewing 11 posts - 1 through 12 (of 12 total)
i think, iam using sql 2005.. i will try to download 2008 express edition and copy the database to it..
June 23, 2011 at 5:33 am
Ok fine then, i will do onething. i will try to download new version of sql and try it..
June 23, 2011 at 5:04 am
yes, iam sure i have used index..
no the table does not have clustered index and the table is not fragmented... The table is new table and it has only 4-5...
June 22, 2011 at 7:05 pm
ok here is the information
Execution Tree
--------------
Sort(ORDER BY:([ProductDetail].[ProductName] ASC))
|--Table Scan(OBJECT:([SuperShop].[dbo].[ProductDetail]), WHERE:([ProductDetail].[ProductName]>=[@1]))
--------------
in below text first duration was just 33, which was gradually increased to 1500 and 1406
vent ClassDurationConnection IDSPIDStart Time
...
June 22, 2011 at 5:07 pm
yes i have created index and tried... still same problem...
And i dont know how to take graphical output... the zip file has trace file, and you can open using "sql...
June 22, 2011 at 2:09 pm
hi, please let me know if you need any other details regards this issue
June 22, 2011 at 10:00 am
Hi guys, sorry for the delay....
here i have attached the trace file with this reply, it have the execution plan... i think, it will help you to provide me...
June 21, 2011 at 8:22 pm
thanks for your replies,
since it in development phase iam using the default username and password. later i will change it to new password.
i have not used indexing on my table....
actual...
June 20, 2011 at 5:31 am
here is my coding
SqlConnection conn = new SqlConnection();
conn = new SqlConnection("Data Source=10.0.0.2;Database=SuperShop;User ID=sa;Password=sa;");
...
June 20, 2011 at 12:29 am
i did not use any connection pool.
iam doing this software for an super market, so if they keep on pressing up or down arrow.. value has to be...
June 19, 2011 at 11:50 pm
Viewing 11 posts - 1 through 12 (of 12 total)