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
Remote Web Workplace / RDP
help with center align
Salesforce Outlook Connector with Server 2008 r2 Terminal Server
Setting Reporting Services data driven subscription Using Web Service
Server security analysis to determine patch level
CRM and hosted Exchange
help with robocopy syntax
MYSQL USING "OR" and "AND" in same Query but still specific
SSRS Combine two datasets into one data region - Must be in report not in SQL server
Check a OU where all user accounts available and get the Exchange mailbox database.