Forum Replies Created

Viewing 7 posts - 1 through 7 (of 7 total)

  • RE: Access denied problem

    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...

  • RE: Setting Up SQL Server

    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...

  • RE: Crystal Reports......

    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)...

  • RE: TRUSTED CONNECTION

    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...

  • RE: sqlmanager.exe error after installing SP3/sql2000

    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...

  • RE: sqlmanager.exe error after installing SP3/sql2000

    Brian,

    What doe you mean by "hidden servers on SP3"? Do you mean SQL Servers that are updated to SP3? An what makes it...

  • RE: sqlmanager.exe error after installing SP3/sql2000

    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....

Viewing 7 posts - 1 through 7 (of 7 total)