Quantcast
Channel: NBStore Discussions Rss Feed
Viewing all articles
Browse latest Browse all 4081

New Post: Model length

$
0
0
hi Brad,

you'll need to play with the param on the SPROC also..

ALTER PROCEDURE [dbo].[NEvoweb_NB_Store_ModelLang_Update]
(
@ModelID int,
@Lang nchar(5),
@ModelName nvarchar(50),
@XMLData xml,
@Extra nvarchar(50)
)

I don't see any major reason we can't increase this in the DB, but not to max. I know the define size below 8000 is stored the same in the DB but it does restrict the building of indexes on that field and hence could lead to query performance issues in the future, so I would suggest you pick a more sensible value like nvarchar(150).

So make a note of all your changes and submit them as a patch and we'll see about including it in the next release.

Dave.

Viewing all articles
Browse latest Browse all 4081

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>