please help with adding on users to my sql server 2008 database
        Posted  
        
            by Megini
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Megini
        
        
        
        Published on 2010-05-07T10:12:03Z
        Indexed on 
            2010/05/07
            10:18 UTC
        
        
        Read the original article
        Hit count: 277
        
database
|sharepoint
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");
© Stack Overflow or respective owner