Many people have the issue with guilds not being read and remaking the table will not solve it.
This may solve your issue. Default DB's on epvper all have this error and SQL 2012 reads it where other versions tend to miss it.
1. Navigate to your dbo.usp_Read_Guild2_R stored procedure
( PS_GameData > Programmability > Stored Procedures )
2. Right click and select "Modify" to enable editing
3. Locate the line containing "ORDER BY G.[Rank] DESC
4. Change that line to "ORDER BY H.[Rank] DESC" without quotes and execute to change it.
Example of the finished script. This can be run in SQL and will automatically apply the change mentioned.
If this method has been released please close this post, otherwise I hope this helps resolve the missing guilds issue for those that cannot repair the problem with other released methods.
** NOTE ** I highly recommend this method tested before using the table remake method as it may solve the issue without loss of any already made data.






