Viewing 15 posts - 256 through 270 (of 327 total)
Thanks Steve, for the interesting question, again I had to repeat the TL 🙂
Well it's described in this article:
https://www.sqlservercentral.com/articles/Administration/100856/
June 21, 2016 at 8:00 am
mjagadeeswari (6/18/2016)
Good question, thanks steve.Have found this link highlight ,order of DENY and GRANT.
http://www.sqlmovers.com/deny-select-on-table-grant-select-on-columns/
J.
Thanks for your interesting note and the link. For the SELECT * you can use GRANT...
June 20, 2016 at 5:44 am
Thanks for the question Steve. It's a hard thing. Different authors have reported different algorithms. If you apply the algorithms listed in the links below, then the correct answer to...
June 15, 2016 at 5:59 pm
Thanks Junior for an interesting question with carefully worded answer options 🙂
June 14, 2016 at 6:39 am
Thanks Steve for an interesting question and precise explanation. Funny thing is that the answer was easy to find in the article "Aunt" Kathi Kellenberger in SSC Newsletter last Friday.
June 7, 2016 at 7:06 am
I repeated again the theme Encryption Hierarchy and Certificates 🙂 Thanks, Igor for this question and a clear explanation.
June 2, 2016 at 6:14 am
Happy beginning of a new week, try this :-):
DECLARE @Mytest TABLE (id INT, x XML);
INSERT @Mytest VALUES
(1, CAST(1200 AS XML))
,...
June 1, 2016 at 5:51 am
Thanks, Steve for this question, which highlights that the use of SELF is really dangerous. 🙁 If you create a procedure and add WITH EXECUTE AS SELF to it, anyone...
May 27, 2016 at 6:12 am
+1, interesting is also calculating a value of tf-idf, see e.g. http://www.tfidf.com/
May 24, 2016 at 7:10 am
A useful question with a really interesting script and a very good explanation. Thanks, Steve. 🙂 A more detailed description can be read in
https://www.mssqltips.com/sqlservertip/2894/understanding-grant-deny-and-revoke-in-sql-server/
May 23, 2016 at 12:01 pm
Thanks Steve for this interesting question. Clearly it is described in the section "Are there any restrictions That limit the Resources of the Governor's effectiveness ?" here:
May 16, 2016 at 4:53 am
Thanks for the question, Steve, even with a wish. It is good that the good mood is back 🙂
May 13, 2016 at 7:31 am
sipas (5/12/2016)
Richard Hendrick (5/12/2016)
May 12, 2016 at 7:49 am
TomThomson (5/11/2016)
Steve Jones - SSC Editor (5/10/2016)
Poorly worded on my part. Points awarded back and question reworded.
It's still wrong. See my earlier comment. In SQL Server 2014, there's...
May 11, 2016 at 5:53 am
Viewing 15 posts - 256 through 270 (of 327 total)