Joel Beckham
Notes
Joel Beckham
Notes

varchar[(n)] – Default n is 30

 November 17, 2011   DB

I recently found a bug in a stored procedure which was truncating some string values. It turns out that they were being cast to varchar without n being specified. This resulted in them being cast to varchar(30) which was shorter than the input string.

Back | Home
SSRS ReportExecutionService and 401 Authorization Errors A minimalist HTTP WCF configuration