Viewing 15 posts - 856 through 870 (of 6,400 total)
There is no built in role for execute permissions.
You will need to create a custom role to do this.
Lookup the syntax for CREATE ROLE and GRANT EXECUTE and post back...
May 11, 2021 at 10:00 am
Sorry yeah I totally missed the SSIS, non proxy account cannot start SSIS jobs unless it’s a sysadmin. So yeah what Jeffery said. Use a proxy.
April 29, 2021 at 6:24 pm
On the job step in the advanced section there should be a job output file location if it is controlled via the job.
April 29, 2021 at 5:56 pm
Just needs to be the owner of the job with the right SQLAgent role and then, they can start their own jobs and not interfere with anything else.
Never give anything...
April 29, 2021 at 7:31 am
Memory configuration
Poorly written queries
Memory leaks
To much happening on the server for it to respond
April 28, 2021 at 10:33 am
1. Which box is best for SQL Server where we can back up our data on-premises and cloud?
SAN or local storage. NAS is fine for backups, but not for your...
April 28, 2021 at 9:23 am
Cost cheaper on prem than the cloud, maybe right, but if your a small shop you may find on-prem is more expensive than the cloud, maybe you need to go...
April 28, 2021 at 9:17 am
Max memory / min memory settings? 32GB of RAM max memory should be around 25GB to SQL, if the value from below is 2147483647 you need to go and change...
April 28, 2021 at 8:59 am
Good question and well versed given the referenced link
I said 13 as you can create indexes on persisted columns as referenced in a child document, https://docs.microsoft.com/en-gb/sql/relational-databases/indexes/indexes-on-computed-columns?view=sql-server-ver15
April 27, 2021 at 10:35 am
Version & Edition of SQL? 2019/2017/2016? express/standard/enterprise?
tried things like sp_whoisactive to see what’s going on?
Are you hitting max worker threads.
April 26, 2021 at 4:40 pm
Also language setting on the login to the server too.
each sql based login/group will have a language format that will have impacts to dmy mdy settings
April 26, 2021 at 4:35 pm
If you can select from the table it wouldn't be a privileges issue, as it doesn't use anything like dynamic data masking or anything to hide data.
Unsure what is happening,...
April 23, 2021 at 3:02 pm
Your missing half the document, right at the end you open a new InterfaceDefinition and then don't close it, you also done close the datasheet, that is not a full...
April 23, 2021 at 8:54 am
And can you share the query which is using the linked server?
April 23, 2021 at 6:39 am
Your missing the bracket at the end of display name.
Cloc is the character location
lng in the length of that particular segment
April 23, 2021 at 5:04 am
Viewing 15 posts - 856 through 870 (of 6,400 total)