Viewing 15 posts - 3,046 through 3,060 (of 59,098 total)
I've not looked at the code behind the scenes but I suspect it copies one row at a time using 1 Insert/Values statement per row and that would take almost...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 7, 2022 at 12:22 am
So, you're doing a wholesale replacement of all the rows in the target tables every night?
If that's so, why not create a second database that's in the SIMPLE recovery model...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 6, 2022 at 10:40 pm
Thanks, palak231. No pun intended but Feature Flags seem like a useful "feature". 😀 I really appreciate the link... I've not been in the "Development" world for more than 2...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 6, 2022 at 6:32 pm
Most definitely YES. It could be just about anywhere including living on a WebServer, etc, etc, or in another stored proc as a bit of dynamic SQL where dependencies won't...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 6, 2022 at 6:24 pm
i found issue
os.path.isdir() working local only
so use another thing working remote to check directory
so How to handle that
I don't use Python and I don't have 2019, so I can't...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 6, 2022 at 5:39 pm
Aren't you missing a backslash at the end of the declaration for the @ExportPath?
--Jeff Moden
Change is inevitable... Change for the better is not.
August 6, 2022 at 6:08 am
Is there a problem with the code you posted? I've not spent a lot of time looking at the code but I think you need to change the " =...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 6, 2022 at 6:03 am
My apologies... there's a missing word as follows....
"Each test will have the following nearly sections:" should have been "Each test will have the following nearly identical sections:"
And I left an...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 5, 2022 at 4:30 am
Thanks, and, yes... it's there clear as day. Thanks Frederico.
--Jeff Moden
Change is inevitable... Change for the better is not.
August 4, 2022 at 9:23 pm
Just had another thought... do you have privs to view everything? It may be that the script will only return what YOU can see on the database. Like I said,...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 4, 2022 at 8:39 pm
Yes, it is the database thats hold the table in question. I got this as an instruction:
"find out how the table is populated, fn_GetSummaryReport only reads from the table. ...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 4, 2022 at 8:35 pm
Something is wrong. I just tried it with a table with data in it and i get nothing back.
That doesn't mean that there's a stored procedure...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 4, 2022 at 8:29 pm
I'm thinking that you need to find out if it's "static" or not. It's starting to sound like it and you may have to make a copy of the data...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 4, 2022 at 8:21 pm
Drew showed me his wonderful code to do this same thing on another thread. I did a deep dive on it and the concept is wonderfully simple and it solved...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 4, 2022 at 8:19 pm
Yeah... I definitely posted to the wrong thread. Here's the thread I meant to post to. The only thing my post on this thread does is show the performance. It...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 4, 2022 at 8:15 pm
Viewing 15 posts - 3,046 through 3,060 (of 59,098 total)