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
SQLCommandBuilder - GetUpdateCommand, GetInsertCommand and GetDeleteCommand Questions
Best way to find out what a user has access to on a file server
Mail delivery has failed
Problem With Date() function
Airport Code with reverse geo coding with google maps api
Quick Launch Tool Bar
Cannot access Windows 2008 DFS links from Windows 2003
How to get lightbox to show over Flash banner?
Two Networks - Two NICS - Security?
jQuery Autocomplete with PHP / MySQL [PART 2]