Can you set SQL Server permissions from a Silverlight app?
        Posted  
        
            by Paul Smith
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Paul Smith
        
        
        
        Published on 2010-04-13T09:57:55Z
        Indexed on 
            2010/04/13
            10:03 UTC
        
        
        Read the original article
        Hit count: 371
        
Is it possible to create a Silverlight application which can be used to provide a nice user interface for managing SQL Server permissions?
We want to create a simple admin app to allow certain users to create new users, disable old users, and manage specific permissions for those users, but we feel that SQL Server Management Studio is perhaps too complex.
© Stack Overflow or respective owner