Viewing 15 posts - 76 through 90 (of 283 total)
Here comes another question
I created a table with GUID column with NEWSEQUENTIALID() as default.
create table table_name (i UNIQUEIDENTIFIER deafult NEWSEQUENTIALID() , j int,k int)
While inserting sometime the value are derived...
May 19, 2014 at 2:35 am
i have been here for couple of time but now more concern on fragmentation.
May 14, 2014 at 5:18 am
If i use NEWSEQUENTIALID() then there will be less fragmentation ok good, but how about the join behavioural ?
for the test of 1000 record on a table with INT/GUID...
May 14, 2014 at 3:09 am
Do the table will get fragmentation often in GUID?
I checked the table with the fragmentation so i ran the dbcc dbreindex (we can ran the alter command also but i...
May 13, 2014 at 11:14 pm
Grant Fritchey (5/7/2014)
So, it's probably a rounding error. The capture of events in trace is in microseconds. Your display is milliseconds.
Then how to rely on it ?
May 7, 2014 at 11:39 am
HanShi (5/7/2014)
yuvipoy (5/7/2014)
.....both did not gave me the entire Textdata. how can i get it, it limiting by 256 bytes
This could be the default limit in SSMS. Look in SSMS...
May 7, 2014 at 5:14 am
-ve --> negative.I got the negative value in one of my statement.
If you see the duration which i have provided is in milliseconds and thats too 43 millisecond.
May 7, 2014 at 4:59 am
yuvipoy (4/22/2014)
So my question is index seek is better than index scan
previously my query gave...
May 5, 2014 at 1:08 am
Thanks for your answer. let me look and come with necessary details.
April 30, 2014 at 3:46 am
Actually i just moved my SQL server 2000 to SQL server 2008 and did not run any data. just migrated the SQL server 2000 to 2008, so thats why i...
April 22, 2014 at 5:06 am
After doing the recommendation i now see that the query is using index seek with 84%.
So my question is index seek is better than index scan
previously my query gave index...
April 22, 2014 at 2:48 am
Sorry i did not replace my table plan, now i replaced my plan with the table which i have give.
April 21, 2014 at 10:48 pm
Lynn Pettis (3/29/2014)
April 20, 2014 at 11:07 pm
Yes i am accessing the database via Enterprise manager and Query analysier.
April 17, 2014 at 1:37 am
GilaMonster (4/16/2014)
No.
The option affects where SQL allocated sort space during and only during an index rebuild. It has no effect at all after the rebuilds has completed, it has no...
April 16, 2014 at 3:19 am
Viewing 15 posts - 76 through 90 (of 283 total)