Microsoft
Software
Hardware
Network
Question : SQL Syntax, MS SQL Server 2008
I have an MS SQL Server 2008 Database with a table and 3 fields. One field ADM_DATE may or may not have "/" dividing the month, day, and year. What I would like to do is test whether the field has an "/" in it. How can I do this? I'd like to place it in the Where part of a select query.
Answer : SQL Syntax, MS SQL Server 2008
WHERE ADM_DATE NOT LIKE '%/%'
Random Solutions
How can I copy a range of cells in a worksheet to another area in the same worksheet based off of the value of a cell in Excel 2007?
Exchange 2010 OWA Problem accessing Options
Microsoft Information Store stalling issues
Exhange 2003 mailbox permissions
Adding timestamp to outfile File
Return a Char at position
Access 2007, form datasheet view, change display property of an element based on another element in the record
Question about little code snippet
AJAX Refresh on Submit of Pop Up Window
I need to adapt VB script to run on SQL Server