please help with adding on users to my sql server 2008 database
- by Megini
hi
please help i have a sharepoint site with sql connection i am able to view the info on the page but other sharepoint users in the company cant how can i add them on as users to my database? , my connection string on my page is as follows :
con = new SqlConnection("server=srvgmssapqas;database=hrportal2;Trusted_Connection=True");