A trusted connection is used on databases that support NT Authentication (or similar) as a way of allowing a user access t oa database without explicitly specifying a username/password in the connection string. If you set up the security on SQL Server by telling it you want to allow trusted connections, then it "trusts" that youve been authenticated into windows and thus, into SQL Server.
-nerseus