Viewing 9 posts - 1 through 9 (of 9 total)
There was typing mistake in the query I posted in the forum, the actual query does has alias in place (see the updated query below). The query does not work...
August 15, 2018 at 10:01 am
Yes, putting square brackets around external does solve the problem. But we are trying to avoid any code changes and looking for any other possible options.
August 14, 2018 at 2:55 pm
We considered using application roles, but we read there are some problems accessing multiple databases if guest login is disabled on other databases. In our application we have exact same...
January 25, 2010 at 2:42 pm
You can try something like this. With this query if there are two records with same minimum date then it will return two records
select table1.*
from table1,
...
January 11, 2010 at 9:30 am
Florian, Jonathan,
Thank your very much for your help. The sample codeproject code helped !!.
May 13, 2009 at 6:46 pm
I understand I don't have to specify username/password. But is there anyway to go thru windows authenication by providing windows username/password while establishing the DB connection or to override credentials...
May 12, 2009 at 6:53 pm
Hi Flo
There is no script between job and executable. I'm handling any errors thrown by executable in try, catch block and may be because of that it now logged in...
March 14, 2009 at 9:41 am
Hi Flo
There is no script between job and executable. I'm handling any errors thrown by executable in try, catch block and may be because of that it now logged in...
March 14, 2009 at 9:35 am
The job is going thru fine and it is not showing any errors, the executable called from the job is throwing the error. But when same executable is launched manually...
March 14, 2009 at 8:38 am
Viewing 9 posts - 1 through 9 (of 9 total)