Viewing 7 posts - 1 through 7 (of 7 total)
What is the SQL connection string (minus pswd of course)? You cannot use trusted_connection since credentials will not be transferred on 2nd hop. If you create a sql...
August 13, 2003 at 9:29 am
I have run the code in Kashif's answer and if you change pubs to northwind in his code, it works fine. Basically, you had 3 problems:
1) sever
2) pubs
3) no...
August 8, 2003 at 4:18 pm
The quickest way I have found after about 10 years of using Crystal is to write SQL stored procs (with the advantages of plan caching, ability to use UDFs, etc)...
August 8, 2003 at 3:34 pm
Basically, unless you have Kerberos set up, the rule is that you cannot make more than 1 hop with your trusted logon credentials. For example you can go from...
August 5, 2003 at 10:23 am
That was exactly the problem. A default instance of developer SQL server on one machine got set to Port 2433 (the hidden server port). This not only caused...
February 11, 2003 at 11:02 am
Brian,
What doe you mean by "hidden servers on SP3"? Do you mean SQL Servers that are updated to SP3? An what makes it...
February 7, 2003 at 4:40 pm
I've put sp3 on 4 machines (3 2K Pro and 1 XP). All the 2K Pro machines had the problem reported by mouli at the top of this thread....
February 6, 2003 at 4:24 pm
Viewing 7 posts - 1 through 7 (of 7 total)