DATALENGTH is a T-SQL function in SQL Server 2005+ which takes any column or variable, and returns the length of the data in bytes.
Does anyone know a good way to count characters in a text (nvarchar) column in Sql Server? The values there …
sql sql-server-2008 datalengthI have a table in SQL Server. This table has an image field and the application stores files in it. …
sql-server tsql datalengthI ran into something a little odd this morning and thought I'd submit it for commentary. Can someone explain why …
sql-server sql-server-2008 tsql string-length datalengthIs there some efficient way how to get length of data in "varbinary(max) filestream" column? I found only samples …
sql-server filestream varbinary datalength