Viewing 7 posts - 181 through 187 (of 187 total)
That depends on how the application is set up in terms of updating the tables. If it is based on Windows Authentication and the updates are being done as...
January 8, 2009 at 7:49 am
You should also see the machine name (hostname) associated with the login. As long as they do not remote into a generic server, having the machine name you should...
January 8, 2009 at 7:06 am
Assume you have a table with the definition of
create table x (i varchar(200))
and in it is a single row
insert x
select '60 / 2'
Now if you create your report with the...
January 7, 2009 at 4:27 pm
This is the perfect case of only giving users select permissions (as the other reply said, db_reader) on tables and encapsulating all DML within stored procedures and having the application...
January 7, 2009 at 3:39 pm
winston Smith (1/7/2009)
Ah, gotcha.
The optimiser would be correct in thinking that Region_No returns less rows than Member_no so it is correct. Thanks for the help here, much appriciated.
as per my...
January 7, 2009 at 2:26 pm
Great article.
What drives me insane about issues like this one (and I have had to create comma delimited files far too often through SQL) is that you never...
January 2, 2008 at 7:57 am
Viewing 7 posts - 181 through 187 (of 187 total)