> Got a quick question for setting up a sql server 7.0 oledb > datasource. Whats the default username and password for > setting it up in the coldfusion administrator? > > I think the username is sa, just cant remember the password.
There is no default password for the sa account, and you really, really shouldn't be using the sa account to connect to your database server from a web application. Occasionally, clueless administrators set it to an empty string, but this isn't a good thing to do. Instead, create a user account within your database server (and ideally, limit that account to the rights necessary to run the queries in your application) and use that account instead. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ voice: (202) 797-5496 fax: (202) 797-5444 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq This list and all House of Fusion resources hosted by CFHosting.com. The place for dependable ColdFusion Hosting.

