We have a SQL Server 2008 in a Windows Server 2008 and set database mail using an exchange account (2007).
E-mails send to the same domain are sent and delivered. E-mails send to another domains are sent but not delivered.
When we set this account in a outlook profile using smtp works fine...
Thanks gmmastros!
It was a login language difference.
My login in SQL 2000 is in English but 2008 was in Brazilian. I changed to English and worked as it is in 2000 w/o change any code.
Thanks for all!
Yes, it is a datetime field.
In fact, I know how to fix this command. But I am migrating from 2000 to 2008, and this means I would need to change all codes.
My question is why works in 2000 but not in 2008, since the regional settings are the same.
Is there a setting I change to the command...
The following sql command works fine in my sql 2000 but not in my sql 2008:
select * from table1 where
fd_data >= convert(varchar(10),GETDATE(),101)
SQL 2000
- windows server 2003 portugues
- regional settings: English (United States)
- local: brasil
- non unicode: English (United States)...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.