I have a huge MS SQL Server Non-spatial database,each record has a "datetime" time stamp. Now I'm using "SQLCreator" to read the data.
In the SQL Statement, I wrote:
SELECT * FROM mytable
WHERE ID='1007'
AND YEAR(datetime)=2015
AND MONTH(datetime)=1
But I cannot get the data and FME say: MS SQL Server Reader: Query failed, possibly due to a malformed statement. Provider error `(-2147217871) Query timeout expired'
Does anyone know the reason?
Thanks in advance,
Ariel