Viewing 15 posts - 1,006 through 1,020 (of 2,654 total)
kindly keep this to a single thread - you have 3 threads all around the same issue for no real reason.
also a search on google immediately gives a results that...
November 27, 2021 at 11:08 pm
Here's the next thing that could be a possibility... Run this code in the database where the table is at.
SELECT is_read_committed_snapshot_on
FROM sys.databases...
November 24, 2021 at 6:28 am
can you run the following - sp_spaceuses sometimes reports wrong sizes
select t.NAME as tablename
, s.Name as schemaname
,...
November 22, 2021 at 10:01 pm
no clustered index on that table? or columnstore?
if not then it is a a heap so see what the resulting size is after you issue "alter table [dbo].[SIData_222222_88_20211103_1436] rebuild"
if it does...
November 22, 2021 at 6:25 pm
can be lots of things
...
November 21, 2021 at 3:47 pm
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
Viewing 15 posts - 1,006 through 1,020 (of 2,654 total)