Viewing 15 posts - 301 through 315 (of 2,651 total)
I would try and break it down into 2 (maybe 3) sql blocks by moving some of the "good plan joins" - those which have INNER joins - to a...
January 14, 2024 at 4:27 pm
it can be answered - but its a tricky (misleading) question as it is trying to divert the question to a particular aspect, while the important point is another.
January 10, 2024 at 9:16 am
well... what Phil posted will remove the message - but the other way you may be using the isnull will not
so if you do the alternative to Phil's. where you...
January 7, 2024 at 7:48 pm
and it takes 100 seconds to return 5.5 million rows TO WHAT CLIENT?? - if SSMS then the issue is likely not the query, neither the server but the simple...
January 2, 2024 at 4:30 pm
this might not be accurate in all cases, especially if the UTC offset has a non-numeric component (such as '+05:30').
the correct answer always works correctly - and it is...
January 1, 2024 at 4:26 pm
stop playing with copying the data and focus on getting the filtering correct.
maybe the column you are using isn't the right one to use - maybe it is only in...
December 18, 2023 at 1:56 pm
bump for 2nd page issue
December 18, 2023 at 11:45 am
your issue is that while you are checking the variables against @maxid on the loop, you aren't checking it on the where clause - so you can get up to...
December 17, 2023 at 3:58 pm
you don't change the system generated SP - what you do is setup a custom SP and register it to be used instead of the default one that is generated...
December 15, 2023 at 11:43 pm
one option is to use Translate
see https://portosql.wordpress.com/2020/01/13/retirando-acentuacao-translate/ - option 2.4
December 14, 2023 at 5:51 pm
tell your IT that you need to have a technical answer from the vendor - or that they need to block their IP (or do it yourself if you can)...
December 14, 2023 at 5:26 pm
also have a look at this in case Docker is being used - or if it is related to encryption protocols.
https://github.com/microsoft/mssql-docker/issues/478
and you really should go to the vendor with this...
December 14, 2023 at 4:58 pm
and fix your data - these 2 look like they should be different db's
A DB2 1143 12/1/2023
A DB2 10110 6/1/2023
and make it clear if this are daily entries or monthly...
December 13, 2023 at 2:28 pm
Thank you I get 11-12-2023 format, I need 11/12/2023
look at the convert link given about and use the format you need.
and why do you need that particular format on...
December 7, 2023 at 11:39 pm
did you install it on the SERVER? or just your local PC?
and did you install the same "bit" version of the drivers as your SQL instance? if server is 64...
December 7, 2023 at 5:57 pm
Viewing 15 posts - 301 through 315 (of 2,651 total)