Viewing 15 posts - 61 through 75 (of 131 total)
We use an app that creates a new db for a every new company, so I don't know how may databases exist. Also, there are databases on the same server...
July 2, 2019 at 3:24 pm
But the index is organised as a B-tree, so it needs to search the nodes to get to the min and max values. So depending on the depth of...
July 1, 2019 at 3:23 pm
Here is the exec plan. I just figured that since a page is 8K, a single integer would easily fit on one page and since the plan is a seek...
July 1, 2019 at 2:18 pm
I haven't seen any solutions where CalendarCycleStart or CalendarCycleEnd is included in the CROSS APPLY select statement, so they wouldn't be usable in the where clause right?
January 19, 2019 at 12:01 pm
Something else I've noticed. The query that runs fast has does a seek on the p1 alias with 2 seek predicates ( parentID = null, pkg_id = {pkg_id in where...
December 30, 2018 at 1:53 pm
I've come up with the following way to get the list of pkg master IDs with a recursive CTE. My question now is, why does it take nearly 4 sec...
December 30, 2018 at 6:18 am
December 28, 2018 at 12:57 pm
I thought about that, but both VMs use the same datastore, so if it was disk contention they should both be effected. It seems to be related to the VM. ...
December 27, 2018 at 7:36 am
October 27, 2018 at 10:12 am
October 26, 2018 at 12:37 pm
September 7, 2018 at 12:03 pm
August 28, 2018 at 12:52 pm
SELECT Dph_index, file_no, phone_no UNION ALL...August 28, 2018 at 11:48 am
August 28, 2018 at 10:08 am
Also, the -t may not work without a separator arguement such as a comma. i.e. '-t,'
August 28, 2018 at 9:43 am
Viewing 15 posts - 61 through 75 (of 131 total)