Viewing 15 posts - 31 through 45 (of 298 total)
Doh I forgot to take off 1 for storing zero.
February 12, 2010 at 2:13 am
Just wondering why you & with 9223372036854775807 not 9223372036854775808 .
I got 9223372036854775808 by 2^63, so I'm missing something.
February 11, 2010 at 11:32 am
Thank you!
I knew about bitwise and but had only used it to test for a series of flags stored in an integer (1 = a , 2 = b, 4...
February 11, 2010 at 11:21 am
Hi Greg, thanks.
I can confilrm it loads a .dmp, I ran their demo software but it is limited to 5 records per table so gives no idea of performance!
I was...
January 26, 2010 at 9:37 am
Thanks Sabya, yes tried that. It seems to be when concatenating string variables in the vb script.
November 26, 2009 at 2:33 am
Thanks Gail - nice article - helped me understand about index seek.
October 28, 2009 at 4:24 am
Gail - Thanks for persevering with me.
I have changed both indexes (tblCustomers & tblPurchases) and now get a SEEK on both. Hurrah!
Lots learned.
Thanks again
Allen
October 27, 2009 at 10:31 am
Thanks Gail, I'll redo the index (didn't realise the order was important).
October 27, 2009 at 3:13 am
Thanks both !
Gail - got your article on actual rows vs estimated and sure enough in the actual xml the actual executions (across 4 threads) = 832 which is the...
October 26, 2009 at 10:49 am
Thanks Gail, Grant.
Interesting article on parameter sniffing. It not a stored proc just a script executed in SSMS. Exact script below. But I did learn about parameter sniffing so that...
October 26, 2009 at 9:19 am
Thanks Roy
VPN may be out of the question because of security concerns even though for me it would seem to be the simplest to administer, my other option seems to...
August 12, 2009 at 5:17 am
Thanks Gail,
I hadn't heard about ther slot table before.
Your post prompted to to have a play with DBCC IND & DBCC PAGE and I can see, running your example, that...
July 27, 2009 at 5:36 am
Thanks Gail,
I thought that it keeps rows with adjacent clustered index entries, subject to space being avaiable on the page, on the same leaf page. Am I missing something?
I...
July 24, 2009 at 11:00 am
Hi Ankur,
Check BOL here
ms-help://MS.SQLCC.v9/MS.SQLSVR.v9.en/udb9/html/c498fe0c-a0ff-4677-a419-31f0e7875b61.htm
Edit: Hmm not sure if that lik works!
Because a clustered index determins the physical order of records on disk I guess it needs to add something to...
July 24, 2009 at 9:53 am
I think at the physical level (on disk) the are the same but a primary key statement ceates a PK Constraint wheras the unique clusterd index does not create a...
July 24, 2009 at 8:15 am
Viewing 15 posts - 31 through 45 (of 298 total)