Viewing 15 posts - 811 through 825 (of 2,649 total)
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
this is SPAM - not flagging it yet but no point in anyone responding to it.
July 16, 2022 at 12:56 pm
Frederico, I'm confused.
How does the following code, give me the results I need:
SELECT C1.Id
, C1.SinkCreatedOn
, C1.SinkModifiedOn
, C1.statecode
, C1.statuscode
, C1.prioritycode as C1_prioritycode
, C2.prioritycode as C2_prioritycode
, CASE
WHEN...
July 16, 2022 at 12:53 pm
look at the data - I gave you a pointer with a sample to what you need to look at - but it is your data, your rules and you...
July 16, 2022 at 11:08 am
as to us avoiding wasting time kindly tell us what software and db engine you are using.
with regards to trying to identify your issue change the select bit to be...
July 15, 2022 at 7:14 pm
before we waste more time with this can you tell us what is the db engine/software you are using and why using a CTE is not possible - and what...
July 15, 2022 at 9:12 am
Viewing 15 posts - 811 through 825 (of 2,649 total)