Viewing 15 posts - 16 through 30 (of 34 total)
Yes, SSDT is installed - release number 17.4 (build 14.0.61712.050). No, we cannot make the jump to VS2017. Also, the link you posted takes me to a page about ALTER...
May 23, 2018 at 9:55 am
Thanks, yes, we've thoroughly checked all of this and no luck. If we drop and recreate the same exact index, and then run the same exact MERGE statement with the...
May 22, 2018 at 9:58 am
Thanks - that certainly sounds a lot like my issue, but we're currently on SQL Server 2014 SP2 CU4 (12.0.5540.0)...
May 3, 2018 at 7:27 am
FWIW, if you are writing to clustered columnstore indexes while you see a spike in the RESERVED_MEMORY_ALLOCATION_EXT wait type, it could be an issue described here: https://orderbyselectnull.com/2018/03/06/large-cci-etls-cannot-scale-without-tf-834/
April 10, 2018 at 12:14 pm
March 5, 2018 at 9:34 am
February 26, 2018 at 9:37 am
Did you try to run it using sqlcmd or did you try to run...
February 23, 2018 at 3:47 pm
Hi, when I try to run the sql script, I get the following error: "Invalid object name 'sys.syscommittab'". Any advice on how to get this working?
February 23, 2018 at 12:40 pm
Hi Brad,
No, the query isn't trying to select specific rows; it's aggregating data with some GROUP BY logic - it's a fact table in a data warehouse with 35M...
December 13, 2017 at 8:29 pm
Thanks caffeinated - that's approach #3 in the original link I sent. Unfortunately, it returns an approximate row count - it will not be exact, particularly for tables that have...
May 25, 2017 at 9:10 am
Hi Ed,
Thanks for the response. The source tables all have clustered indexes. I don't have a lot of flexibility when it comes to index tweaking on the source...
May 19, 2017 at 10:03 am
Thanks Sue and Jason. We have 15,000 - 20,000 report runs per day, so the volume is pretty significant. Our ETL runs several times per day. The volume of data...
March 30, 2017 at 4:47 pm
SQLRNNR - Thursday, March 30, 2017 3:27 PMJust curious, what is the Isolation level of your Reporting database?
read committed.
March 30, 2017 at 3:34 pm
Thanks Sue. As far as I can tell, this is the order of operations after running "EXEC dbo.AddEvent @EventType = 'SharedSchedule' , @EventData = @ScheduleID;":
1. A single "shared...
March 30, 2017 at 2:50 pm
Viewing 15 posts - 16 through 30 (of 34 total)