Viewing 15 posts - 3,031 through 3,045 (of 59,086 total)
Along the same lines, what techniques do people use to inject commas into, say, @@ROWCOUNT vs the FORMAT statement - FORMAT( @@ROWCOUNT ), '###,###,###,##0' ) AS RowCount
I still find...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 7, 2022 at 3:13 am
MS needs to improve the performance of the Format command - a Convert(101) makes NO sense when reviewing code for date formatting problems - unlike the format which is...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 7, 2022 at 2:55 am
FORMAT versus CONVERT
--Jeff Moden
Change is inevitable... Change for the better is not.
August 7, 2022 at 2:42 am
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
Viewing 15 posts - 3,031 through 3,045 (of 59,086 total)