Viewing 15 posts - 61 through 75 (of 127 total)
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
Upon reading the article a bit, I'd point out that you need to use an uppercase '-S' to identify the server name.
August 28, 2018 at 9:39 am
A good MS article.
https://blogs.msdn.microsoft.com/timart/2012/08/30/bulk-copy-use-bcp-from-sql-to-concat-databases/
August 28, 2018 at 9:38 am
I'm not sure about this particular command, but command options are usually case sensitive.
The output error seems to indicate the -t option should be lowercase.
You may want to...
August 28, 2018 at 9:34 am
Viewing 15 posts - 61 through 75 (of 127 total)