Microsoft
Software
Hardware
Network
Question : Trim first five characters from string
I have a course code field where the first 4 characters are the description followed by a space then a number, like SEMR 200. How would I trim off these first five from the column crs_cde?
Answer : Trim first five characters from string
if it is in SQL server, other database should be similar
select substring(crs_cde,6, len(cde)-5)
starts from 6th character with size total string minus 5
Random Solutions
vbscript create shortcut script, not completing script, no errors, code attached
Multiple onMouseOut events for different z-index values
Unable To Add Outlook Account
Two SCCM primary site in active directory
circular logging for Exchange 2003 backend servers
Store file in mysql using connector.net and blob field
Access to OWA 2010 is very slow
Deleting Unmatched Records MS Acess 2000
Microsoft Virtual Environment - SQL Server 2005/SQL Server 2008
Blackberry Enterprise Server - not sync contacts for one user?