Viewing 15 posts - 1 through 15 (of 50 total)
I've stripped the whole thing down to isolate the one line that is causing the problem. It's this line that selects from the table I put the DENY on. It...
December 18, 2023 at 3:23 pm
I'll try to answer the questions all in one post here.
December 12, 2023 at 3:14 pm
@ken - The 2 views are in the same schema, but the underlying tables are in 2 different schemas. That said, if I run "SELECT * FROM ViewA"...
December 11, 2023 at 9:14 pm
Msg 230, Level 14, State 1, Line 8
The SELECT permission was denied on the column 'PasswordColumn' of the object 'AuditTable', database 'MyDB', schema 'MySchema'.
Nowhere in the query or view definition...
December 11, 2023 at 6:18 pm
I agree with you, but that's not possible at this time for us. I'm trying to solve the permissions problem I posted.
December 11, 2023 at 4:07 pm
Eirikur Eiriksson (4/6/2015)
pveilleux (4/6/2015)
Eirikur Eiriksson (4/6/2015)
Was it running before? Just thinking of what could have changed|.
😎
It was not running. The 2005 server is a production server and the 2012...
April 6, 2015 at 12:55 pm
Eirikur Eiriksson (4/6/2015)
Was it running before? Just thinking of what could have changed|.
😎
It was not running. The 2005 server is a production server and the 2012 instances (sql101, sql102)...
April 6, 2015 at 12:44 pm
Eirikur Eiriksson (4/6/2015)
pveilleux (4/6/2015)
April 6, 2015 at 12:34 pm
I also went ahead and disabled Named Pipes on sql102, tried the queries, enabled Named Pipes, tried queries again. Everything on sql102 is behaving just fine. As...
April 6, 2015 at 12:29 pm
I did not disable Named Pipes on sql101 because it is not disabled on sql102. From sql102, I can get to SQL2005INST no problem. In fact, from sql101,...
April 6, 2015 at 11:54 am
No, we're not using Named Pipes to connect. Not sure why that is coming back in the message.
Just for giggles, with the same set up, I tried to run...
April 6, 2015 at 11:39 am
No idea. My post is almost a year and a half old, and references something from my last job. I left about 2 months after I posted this....
October 10, 2012 at 9:17 am
opc.three (6/6/2012)
June 6, 2012 at 1:58 pm
SQLKnowItAll (6/6/2012)
pveilleux (6/6/2012)
SQLKnowItAll (6/6/2012)
June 6, 2012 at 1:49 pm
SQLKnowItAll (6/6/2012)
June 6, 2012 at 1:36 pm
Viewing 15 posts - 1 through 15 (of 50 total)