On Nov 27, 10:31 am, Chris Roth <[EMAIL PROTECTED]> wrote: > What should the MSSQL data type be for the RuleNews colum "metadata"? > I have ntext(16) but if you try and create a rule that required > categories and select more than say 5 cats, you run out of length. > What should I change this to?
nText is not going to run out of room. I suspect it was originally flagged as string (~varchar 512) and hasn't been changed in the database. -- geoff http://www.daemon.com.au/ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "farcry-dev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/farcry-dev?hl=en -~----------~----~----~----~------~----~------~--~---
