Viewing 15 posts - 1,006 through 1,020 (of 2,649 total)
Oh, and have I mentioned how much I am starting to hate Power BI?
why?? it is such a "wonderful" tool.. and so so easy to deploy and work with...
November 18, 2021 at 7:01 pm
you don't need enterprise to have SSIS - but the other editions lack some functionality - fuzzy lookup is only available on the enterprise version so if this is the...
November 17, 2021 at 6:56 pm
Hi Frederico,
and when you try debugging what error do you get? unless for some reason your 18.10 does not have the debug menu at all.
BTW. I tested 18.5...
November 13, 2021 at 8:12 am
and when you try debugging what error do you get? unless for some reason your 18.10 does not have the debug menu at all.
November 10, 2021 at 2:31 pm
standard way of debugging.
window with exec... and hit F11
November 10, 2021 at 2:08 pm
Schema compare - same way that ADS requires an add-on to do it, SSMS also has a free add-on (from devart) that can be installed to do it - so...
November 10, 2021 at 11:14 am
BTW. you forgot a very important feature for developers: debugging stored procedures. SSMS 17 still can it, SSMS 18 not - ADS? That feature is more important than the...
November 10, 2021 at 11:07 am
something minor for sure - even a single quote vs double quote could cause the package not to be opened.
glad you sorted it out
November 8, 2021 at 8:26 pm
we have both (on top of those that are on SSIS catalog)
in some servers the packages are stored on a SAN drive attached to the server (with a drive letter...
November 8, 2021 at 6:58 pm
MS documentation can be tricky - as Control is a superset of permissions that contain ALTER it means that CONTROL should never have been worded as being a minimum permission...
November 8, 2021 at 5:19 pm
/FILE is the way to go if what you posted on originally is indeed what is being requested and done.
as you can see on the top examples here https://docs.microsoft.com/en-us/sql/integration-services/packages/dtexec-utility?view=sql-server-ver15#bit
the command...
November 8, 2021 at 1:31 pm
Command line is:
dtexec.exe /DTS "\"G:\SSIS\Folder\MyPackage\"" /SERVER MyInstance /CONFIGFILE "\"E:\Folder\Configfiles\MyPackage.dtsConfig\"" /CHECKPOINTING OFF /REPORTING E
change to:
dtexec.exe /FILE "\"G:\SSIS\Folder\MyPackage.dtsx\"" /CONFIGFILE "\"E:\Folder\Configfiles\MyPackage.dtsConfig\"" /CHECKPOINTING OFF /REPORTING E
November 8, 2021 at 12:59 pm
No admin required - that is just bad clarification - just required priv required on DCOM which can be given to a non admin user/group.
see https://dba.stackexchange.com/questions/77320/how-do-i-grant-the-privilege-of-connecting-to-ssis for how to fix...
November 5, 2021 at 11:41 pm
or a Stored proc with a straight sql to retrieve the data from a linked server into SQL Server
caveats - which also apply to SSIS - dataypes conversion between oracle...
November 5, 2021 at 4:53 pm
regarding reorganize - there is an exception to this - if you have columnstore indexes that are frequently subject to deletions or that are subject on inserts in small batches...
November 5, 2021 at 4:47 pm
Viewing 15 posts - 1,006 through 1,020 (of 2,649 total)