I know I could do the following but forgotten what keywords I need to use to do it.
Basically, i have a SQL Server 2000 table called store created by an SQL user called "publications". What do I need to set up for the windows user MachineName\IUSR_MachineName to run
as opposed to
publications
"?
Basically, i have a SQL Server 2000 table called store created by an SQL user called "publications". What do I need to set up for the windows user MachineName\IUSR_MachineName to run
Code:
SELECT * from store
Code:
SELECT * from
Code:
.store