Viewing 15 posts - 811 through 825 (of 2,654 total)
It clearly states that you do NOT need to grant sys_admin privs...
source connection must have the sysadmin role, OR have the db_owner role and the SELECT permission...
August 3, 2022 at 10:36 pm
and what part of "schema.objectname" don't you understand for you to have omitted one of the parts?
August 3, 2022 at 10:30 pm
start with the lowest permission they mention - and then give it a try, with a trace in place to see which commands it is trying to execute.
then grant permissions...
August 2, 2022 at 12:58 pm
post both the table definition AND the FULL SQL you are executing.
if you are querying views put the table definition of all involved tables within those views (and subviews if...
August 1, 2022 at 8:53 pm
if you have CiberArk then you don't create a new password - just get a block of users added to a group A, add these to a Safe in CyberArk...
July 31, 2022 at 6:49 pm
by the looks of it WED is a float - bad bad choice for almost anything and definitely very bad for a date.
-- as the column you...
July 27, 2022 at 8:17 am
have a look at this link https://techcommunity.microsoft.com/t5/sql-server-support-blog/ssis-package-fails-with-error-the-step-did-not-generate-any/ba-p/318301
and check windows event log.
July 21, 2022 at 8:32 pm
can you post the exact command line you are using to execute the package - as well as the job step definition.
depending on how its being executed you may be...
July 21, 2022 at 7:08 pm
what you need is to convert your script to something more clear and easier to maintain - and more robust as well.
from what I can see your intention is to...
July 19, 2022 at 7:13 am
if you are using SQL Azure or a contained database then you can't reference other db's - you need to know what you can and can't do with your particular...
July 19, 2022 at 6:38 am
Hi Frederico,
Are you able to clarify please?
'EXEC [' + @EnrichedViewDatabase + '].dbo.sp_executesql @'
it should be sys, not dbo
July 18, 2022 at 10:36 pm
'EXEC [' + @EnrichedViewDatabase + '].dbo.sp_executesql @'
it should be sys, not dbo
July 18, 2022 at 10:04 pm
you are not seeing what you wish because of how the row_number works (did you go and read the manual I gave?) - and as you didn't look at the...
July 16, 2022 at 5:26 pm
Hi Frederico,
I really appreciate what you're doing for me, and may be its because I'm under pressure that I'm not fully understanding what you're driving at. However, I am...
July 16, 2022 at 1:55 pm
Viewing 15 posts - 811 through 825 (of 2,654 total)