2009-04-14 7 views

Antwort

16
SELECT 
     length = DATALENGTH(Name), 
     Name 
FROM 
     Production.Product 
ORDER BY 
     Name 

"Gibt die Anzahl von Bytes verwendet jeden Ausdruck darzustellen."

T-SQL und Zitat aus der MSDN-Bibliothek DATALENGTH (Transact-SQL).