Matt
Mon Mar 14 09:48:14 CST 2005
There is no supported way to do this at the moment. However, if you check out
the following blog from Mj Miller:
http://blogs.msdn.com/mikemill/archive/2004/12/01/273258.aspx
You can see how to go about removing a field you added. You could probably
modify this proces to handle changing the field size, but the real issue is that
SQL doesn't provide means to do this on a replicated table.
Matt Parks
MVP - Microsoft CRM
----------------------------------------
----------------------------------------
On Sat, 12 Mar 2005 21:07:04 -0800, "goldenshine"
<goldenshine@discussions.microsoft.com> wrote:
Hi, dear all,
Recently, I'm customizing MSCRM and added some fields(using CRM deployment
tools)to "SalesOrder". Unfortunately, before I finish the customization, it
reached the 8000restriction of SQLServer. I'm not allowed to continue to add
any fields to SalesOrder. (I'm stupid because I forgot nvarchar is
double-character)
The question is: How to change the definition of those fields which created
by me(I want to shrink some of them and drop some of them)
Thanks a lot.