Viewing 15 posts - 61 through 75 (of 460 total)
Yep, that did it. Inner HASH Join, instead of Inner Join, and the query runs normally. The execution plan is still slightly more convoluted than without the Top clause, but...
April 13, 2021 at 3:34 pm
GOT IT!!! Finally - this site had all the necessary details in one place.
https://www.mssqltips.com/sqlservertip/2143/creating-a-sql-server-proxy-account-to-run-xpcmdshell/
February 10, 2021 at 2:30 pm
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
Viewing 15 posts - 61 through 75 (of 460 total)