luckyboy Level: VB Lord Registered: 05-05-2005 Posts: 160
trust_connected in sql?
hi all. how can i use 'trust_connected' in sql?
____________________________
Please help out.
12-05-2006 at 05:13 AM
|
stickleprojects Level: Moderator Registered: 09-09-2002 Posts: 891
Re: trust_connected in sql?
Your SQL Server must be set up to use Integrated security, and your network logon must be set up on the same domain as the sql box.
Hope this helps,
Kieron
____________________________
Build it better, faster, quicker, easier.. then fix it (non-offical MS mission statement)
12-05-2006 at 07:14 AM
|
steve_w Level: Moderator Registered: 18-04-2003 Posts: 1156
Re: trust_connected in sql?
Also,
Have a look at the link below on how the connections tring should look.