3
I get 3 databases that are mounted in different locations, these bases come to me in text file (.txt) and I import to SQL Server.
I’m making a query in which I want to restrict the records only for the year 2014 but even putting Data >= '01/01/2014'
he continues to appear records from 2012 and 2013.
Wouldn’t be the date format you’re going through?
– Paulo Rodrigues
I thought about it, but I don’t know the current format, the . txts only come to me every day. But it’s a possibility.
– Lucas Vasconcelos
Data >= '2014/01/01'
must return the expected result.– Jothaz
Reduced from 1200 records to 600, and still has 2013 and 2012 kkkk
– Lucas Vasconcelos
What kind of field in the comic book?
– Jothaz