Viewing 15 posts - 166 through 180 (of 470 total)
Hi all
The issue looks to be because we use custom security.
Assuming the user does not have access tot he report, we use :-
THROW 51000, 'You do not...
November 1, 2018 at 7:03 am
Hi all
Thought I'd resurrect this thread as I'm still struggling with this.
We are using:-
SQL Server 2016
Microsoft SQL Server Reporting Services Version 13.0.5201.2
I've been...
October 31, 2018 at 5:33 am
We did have that issue, but we got round it by setting the delimiter to quotes in one of the settings (can't remember which one without checking).
It's working...
October 9, 2018 at 5:23 am
We do something similar with one of our imports.
We have to import 160 (or so) files into separate tables.
We set it up so that we build the...
October 9, 2018 at 4:22 am
That sounds perfect.
I've looked at the procedure I need users to run and it's currently listed as Execute As Caller.
I can't see an owner for it in the...
September 12, 2018 at 8:27 am
September 12, 2018 at 7:58 am
September 12, 2018 at 7:41 am
Hi Sue
Thanks for that, it's a handy bit of code.
I've just run it and got the following:-
name permission_name state_desc class_desc
RDGH\z1 ALTER ANY LINKED SERVER GRANT SERVER
RDGH\z1 CONNECT SQL GRANT SERVER
Apologies for...
September 12, 2018 at 7:38 am
Thanks Sue
I've just run SELECT has_perms_by_name(null, null, 'alter any linked server') for the relevant user and it's coming back as a zero (which I'm assuming means no permissions).
September 12, 2018 at 2:32 am
Hi all
I'm making progress (I think).
I've now got a domain-level user I can use for testing purposes (it's got no privileges on the file-system so I've sorted...
September 11, 2018 at 2:45 am
This is a generic procedures where users can specify quite a lot of the parameters for the destination folder, the server, filename and table/view to be exported.
We can't use...
September 10, 2018 at 6:04 am
The plot thickens.....
This is what I've done so far (my dodgy notes):-
Login TestUser (created as SQL-only login with password)
Current permissions:-
Server roles - public
msdb...
September 6, 2018 at 4:29 am
Thanks for that.
I'm currently looking at alternatives to the full-on "DBO" role if I can figure out just the permissions someone will need to be able to do their...
September 6, 2018 at 2:22 am
Never thought of that bit.
I might have to remove DBO permissions from all our current users if I can figure out the correct set of permissions to give instead.
September 6, 2018 at 2:04 am
@desnorton - We did think about that but it would be even more work to move the tables, stored procedures and rewrite the stored procedures in both databases.
September 6, 2018 at 1:45 am
Viewing 15 posts - 166 through 180 (of 470 total)