AuditStage - Validation of Date Fields

This forum contains ProfileStage posts and now focuses at newer versions Infosphere Information Analyzer.

Moderators: chulett, rschirm

Post Reply
caharris
Premium Member
Premium Member
Posts: 2
Joined: Mon Jul 18, 2005 9:17 pm

AuditStage - Validation of Date Fields

Post by caharris »

We have Date fields stored within a SQL Server 2000 Database in the char format YYYYMMDD. I am trying to confirm that the data is in fact a valid date from within a Data Filter.
When I set the TypeofCheck to TYPE and set the Reference Data field to DATE the sql syntax generated becomes ISDATE(fieldname) which is a valid function within SQL SERVER. However, I am getting an invalid SQL syntax error and even if I translate the syntax into Query Analyser it wont run. Any suggestions or alternative ideas?
Post Reply