Viewing 15 posts - 301 through 315 (of 2,647 total)
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
have you ensured to see if TCP is enabled as a protocol on the SQL Server Configuration Manager
and are you sure there are no firewall rules preventing you from accessing...
December 7, 2023 at 3:28 pm
you have already been given an answer on your original thread https://www.sqlservercentral.com/forums/topic/txt-file-pipe
December 6, 2023 at 8:42 pm
very very disappointed at this unholy situation. How is it possible that Jeff is wrong!!!!
December 4, 2023 at 3:26 pm
Viewing 15 posts - 301 through 315 (of 2,647 total)