Microsoft
Software
Hardware
Network
Question : Query to find out greatest number of characters in a specified column
Can someone give me the syntax to write a query that will return the greatest number of characters in a specified column. Basically, I am in the process of converting a table's nChar fields and converting to nVarchar but want to check to make sure none of the columns I am converting are over nVarchar's max characters, 4000 characters.
Answer : Query to find out greatest number of characters in a specified column
select max(len(Field))
from table1
Substitur your field name in the "Field" place and then your table name instead of table1
Random Solutions
strConn Data Source= (trying to add the path root: /htdocs/db/profit.mdb)
Word document which has some checkboxes and dropdown menu needs some tweeking in it.
Forms6i Q: Getting around validation behaviour
Excel sorting query (data in multiple rows and columns)
Cloning different model computers with multiple network drivers.
How To export SWF file from SwiShMAx as color and not Grey?
Cannot open password protected user folder inwin xp
Sybase - Proper Sytnax to Alter an existing table and ADD a constraint
Offline files do not always synchronize
Need help with SSL configuration.