Help Error smp ..?

07/27/2012 11:55 [GM]CoOoL#1
####
07/27/2012 12:08 glandu2#2
here: [Only registered and activated users can see links. Click Here To Register...]
07/27/2012 12:20 Audric123#3
[Only registered and activated users can see links. Click Here To Register...]
07/27/2012 13:08 glandu2#4
this is not the smp the problem, but the missing index 'IDX_Item_Account_Id_Owner_Id_Auction_Id_Keeping_I d' that you should have been created using for example
Code:
CREATE NONCLUSTERED INDEX [IDX_Item_Account_Id_Owner_Id_Auction_Id_Keeping_Id] ON [dbo].[Item]
(
	[account_id] ASC,
	[owner_id] ASC,
	[auction_id] ASC,
	[keeping_id] ASC
)
as repacks already have indexes, and not you, other indexes can be missing too (but there are columns name in the name of the index so you can create them)
07/28/2012 13:29 prodx#5
can help me on my problem?
any one have some problem?
07/28/2012 14:19 testing12#6
Quote:
Originally Posted by prodx View Post
can help me on my problem?
any one have some problem?
if you would look on this very forum, you will find the answer you require. there is a post entirely dedicated to this problem, with fix included.
07/28/2012 15:39 prodx#7
Quote:
Originally Posted by testing12 View Post
if you would look on this very forum, you will find the answer you require. there is a post entirely dedicated to this problem, with fix included.
if you like help post where is my problem .. if no going help no comment please:rtfm: