Viewing 15 posts - 586 through 600 (of 757 total)
Koen Verbeeck (3/29/2012)
As in delegation of Windows Authentication over multiple server hops?
How can I check?
March 29, 2012 at 12:17 am
Koen Verbeeck (3/28/2012)
Is Kerberos involved?How to troubleshoot the "Cannot generate SSPI context" error message
As in Windows Authentication?
March 29, 2012 at 12:07 am
Hi Guys
By declaring the variables as below - Will that guarantee that every number generated is Unique?
SELECT @NumberOfRows = 10000000,
@StartValue ...
March 27, 2012 at 3:51 am
Ken Davis (3/23/2012)
March 23, 2012 at 6:45 am
Ken Davis (3/23/2012)
March 23, 2012 at 6:27 am
GilaMonster (3/23/2012)
derekr 43208 (3/23/2012)
March 23, 2012 at 5:28 am
GilaMonster (3/23/2012)
So your nonclustered index on Col2 will actually be Col2, Col1 or Col2 inlcude Col1, depending whether the nonclustered...
March 23, 2012 at 5:15 am
A nonclustered index does not just contain pointers to the data. It contains columns - the index key columns, any include columns and the clustered index key. It's in fact...
March 23, 2012 at 4:45 am
GilaMonster (3/20/2012)
derekr 43208 (3/20/2012)
GilaMonster (3/20/2012)
derekr 43208 (3/20/2012)
March 20, 2012 at 8:01 am
GilaMonster (3/20/2012)
derekr 43208 (3/20/2012)
March 20, 2012 at 7:58 am
GilaMonster (3/20/2012)
derekr 43208 (3/20/2012)
So, no extra disk reads are required when SQL tries to find a value on a page that has moved because of recent plage splits?
Pages don't move...
March 20, 2012 at 7:54 am
GilaMonster (3/14/2012)
derekr 43208 (3/14/2012)
If the non-leaf pages are aware of the page split at the leaf pages then it knows the new location of the Value...
March 20, 2012 at 5:22 am
GilaMonster (3/15/2012)
derekr 43208 (3/15/2012)
>>SQL is looking for value 'X'
>>According to the non-leaf index pages, 'X' on leaf page #10
>>SQL goes to find...
March 20, 2012 at 5:16 am
Henrico Bekker (3/16/2012)
There are some templates installed by default with the Development Studio (Data Tools).Yep, here is some info on AlwaysOn and HA:
http://www.infotechguyz.com/SQLServer2012/NewFeaturesinSQLServer2012.html
Thanks
March 16, 2012 at 1:29 am
Another thing
To make use of the AlwaysOn availibility groups on SQL 2012, does the server need to be clustered?
Thanks
March 16, 2012 at 12:55 am
Viewing 15 posts - 586 through 600 (of 757 total)