Viewing 15 posts - 61 through 75 (of 458 total)
If the app gets changes, then an upload is immediately correct. You said that a job doesn't work because it could take a minute to show changes, but those...
February 5, 2021 at 7:49 pm
If the app loads this, why do you need the dir command? Don't you know where attachments are stored? If you use Filetable, you'll have a known share (\\server\share\path\file)....
February 5, 2021 at 5:53 pm
February 5, 2021 at 1:26 pm
I guess I am not following - you still haven't explained why you need to EXECUTE AS. What is it that requires the procedure to be executed...
February 5, 2021 at 1:10 pm
Two things.
February 4, 2021 at 6:03 pm
I guess I am not following - you still haven't explained why you need to EXECUTE AS. What is it that requires the procedure to be executed in a...
February 4, 2021 at 5:56 pm
So you seem to have 2 problems...
Not really - I have ONE problem: I don't know what I'm doing.
You stated that compiling the procedure normally - works fine. ...
February 4, 2021 at 4:37 pm
So you seem to have 2 problems...
Not really - I have ONE problem: I don't know what I'm doing.
You stated that compiling the procedure normally - works fine. But...
February 4, 2021 at 4:33 pm
Further to that - if you are using something else...then move the file system stuff to its own procedure and use EXECUTE AS on that procedure. You can create...
February 2, 2021 at 10:22 pm
Okay - let's take a step back...can you outline what you need to do with this procedure? Maybe there is a better way to approach the problem. This sounds...
February 2, 2021 at 8:48 pm
I ran the statement (OP):
grant view any definition to [Paleo-Server\SQLServerZaloha]
but the problem persists. What I want is to find the path to the database file on the server,...
February 2, 2021 at 6:39 pm
Correct me if I'm wrong, please... [Paleo-Server\SQLServerZaloha] is the instance name, correct? That's not a login.
If, like most people do, the owner of the databases is the disabled "sa"...
February 2, 2021 at 4:40 pm
Correct me if I'm wrong, please... [Paleo-Server\SQLServerZaloha] is the instance name, correct? That's not a login.
If, like most people do, the owner of the databases is the disabled "sa"...
February 2, 2021 at 4:35 pm
See this link: https://docs.microsoft.com/en-us/sql/relational-databases/system-catalog-views/sys-master-files-transact-sql?view=sql-server-ver15
The login would need VIEW ANY DEFINITION to see anything in sys.master_files AND access to the database(s). If the login does not have access to the...
February 2, 2021 at 3:19 pm
Really? Not one person even has an idea?
February 1, 2021 at 8:56 am
Viewing 15 posts - 61 through 75 (of 458 total)