update access to sql server

  • I would like 'power' users to be able to run queries and update selected tables, I would prefer for this to occur on the web. Can you tell me how to accomplish this task using either sql server 2005 and/or sql server 2008 R2?

  • You need to decide what technology you are going to use for the web site. Will you be using MS technology or something else?

    Then you need to determine how you will handle security. Will you be using Windows authentication or SQL Server authentication? Will each user have a login or will there be a single login that the application uses to connect?

    Do you want users to be able to write queries or do you want to provide them with a querying tool where they select tables and columns from a list?

    You can look into Microsoft Web Data Administrator this was released with SQL 2000 I don't know if it will work with 2005/2008 although it does look like it has been moved to codeplex with a 2005 release[/url].

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply