Viewing 15 posts - 1,351 through 1,365 (of 2,701 total)
one initial question - your query has lots of functions - as it is anonymizes we can't see what they are, but can you at least clarify what they are...
November 10, 2020 at 5:07 pm
as a zip file it works as seen below - you may be able just to rename the .sqlplan to be .sqlplan.zip and upload it
November 10, 2020 at 4:52 pm
estimate will most likely help - not as good as the real thing though.
as for the @variable - never saw that error on Plan Explorer - if you save the...
November 9, 2020 at 8:55 pm
homework - final big work I would say.
November 9, 2020 at 8:37 pm
when you are running the query you still not using Plan Explorer - that is all SQL Server on its own.
only once the query runs and SSMS produces the explain...
November 9, 2020 at 8:35 pm
SQL Sentry will only "reveal" itself on SSMS when you have done a explain plan and have the window with it visible.
at that point right-click on it and you have...
November 9, 2020 at 8:15 pm
see this example - with it you should be able to set your ssis to work with the rowversion value
/*
if object_id('test') is not null
drop table test
create table...
November 9, 2020 at 7:45 pm
with the caveat that if using the latest version of SSMS you loose the Debug capability
November 9, 2020 at 1:44 pm
you can use SQL Sentry (https://www.sentryone.com/plan-explorer to post a anonymized plan - that will keep your restrictions in place as all names / variable contents are replaced with identical names....
November 8, 2020 at 11:34 am
with newer technology it is possible on the SAN side - look for example at Dell XtremeIO - its snapshot technology means you can just click the button and you...
November 7, 2020 at 10:53 am
without having both procs there's nothing I can do - it may be a slight error on your SprocA that causes the table not to be populated
November 5, 2020 at 4:06 pm
you need to install the EXACT SSDT version I mention above - download it and install onto a new VS 2017 instance - it will do a Shell install which...
November 5, 2020 at 1:05 pm
depending on your VS version it may not show up at all - VS2019 for example will use a different driver (replacement from Microsoft of the Attunity one )
To use...
November 5, 2020 at 11:57 am
I would note that if the purpose of this query is just to output to a file for consumption by other system then using a different method would probably be...
November 3, 2020 at 11:09 am
you can create a unique filtered index on that column - it will prevent inserting more than 1 row with it set to true.
October 30, 2020 at 6:35 pm
Viewing 15 posts - 1,351 through 1,365 (of 2,701 total)