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
Using Message Header decoration in operation contract of WCF
Need a script to create user folders with three nested folders and set appropriate security for each
delete orphaned offline files
Visual Studio 2005 not working on Windows 7
contact script
Cannot access Windows 2008 DFS links from Windows 2003
How Can I Trace Email Routing Failure?
How do I set up VB.Net to use libcurl?
Grabbing some word using regular expressions
Installing SSL certifcate on exchange 2010