Viewing 5 posts - 1 through 5 (of 5 total)
Matt,
yes my bad. We have standardized using the DATALENGTH function which takes into account all bytes thus having to trim trailing spaces, if so desired.
January 13, 2009 at 11:52 am
Another way to lose any leading or trailing spaces....
select column from table where len(ltrim(rtrim(column))) > 6
January 13, 2009 at 10:47 am
Are you using SSRS on any of your instances? You will lose the Data-Driven functionality.
January 13, 2009 at 10:40 am
Well SQL Server 2005 still must use an 8K data page. There are work arounds as using large datatypes, but you must realize how sql server 2005 handles that. It...
January 13, 2009 at 9:52 am
Scott,
I have found that creating Data-Driven subscriptions can give you alot more power as to how you can publish to a file share situation. That way you can create a...
October 30, 2007 at 9:41 am
Viewing 5 posts - 1 through 5 (of 5 total)