Viewing 15 posts - 271 through 285 (of 2,705 total)
you have 2 issues to address.
1 - if your destination datatype is a date then your variable assignment needs to cast it as a datetime, not as a string -...
April 24, 2024 at 5:56 pm
you most likely have the Azure agent still active on your server (these are installed by default on the azure vm's depending on how they are created - or on...
April 24, 2024 at 12:15 pm
Hello all,
I would like to create an INSERT statement and use a UDF as part of the VALUES() set. The UDF generates a unique product code based on the
April 24, 2024 at 9:27 am
search these forums for PIVOT or CROSSTAB queries and you will find a few answers - google also has plenty of examples.
then get back to us with issues if any...
April 23, 2024 at 12:19 pm
I am trying to set a date filter on several large transaction tables to limit the years loaded.
When I use a hardcoded filter like:
DATEFROMPARTS ( DATEPART(yyyy, GETDATE()) - 4,...
April 22, 2024 at 10:38 am
when I do listen (mostly when working late hours on projects) is this one https://www.mixcloud.com/ovat83/best-90s-megamix-2hour-party-mix-track-select-list-available-in-description/
not quite what most would listen to "smooth" the spirit
April 22, 2024 at 9:30 am
being VMWare I would speak with the team that maintains it and check config of new vm vs old - as well as server specs itself.
things to look at
April 18, 2024 at 10:35 pm
similar hardware does not mean similar performance - so I would check those.
you say they are VM - details? onprem, cloud, vendor (AWS, MS, VMWare) - VM type if cloud
Disks...
April 18, 2024 at 2:46 pm
substring vs like is only "better" if the like contains a wildcard at the start of the string.. e.g. like '%abc%'
on the case above both substring and like will do...
April 16, 2024 at 12:06 pm
Somewhere I found that substring is not necessary, when you compare 2 values from tables, and one of the values has just 10 symbols, and the other has more...
April 16, 2024 at 10:53 am
one other thing that can cause differences is the timezone of the server and the time /day the job runs on the server.
April 15, 2024 at 2:59 pm
you need both Oracle client and Microsoft Connector - but Microsoft Connector requires Enterprise edition - so if you have Standard you can't use it and you need to use...
April 11, 2024 at 7:19 am
can you also get the explain plan using the CASE method from Jeff Moden article?
curious to compare.
regarding the process - as I don't know Databricks I can't say if this...
April 10, 2024 at 8:06 pm
plan doesn't attach on forums - you will need to use https://www.brentozar.com/pastetheplan/ and post link.
another question - is the output of that query being directly inserted into a table or...
April 10, 2024 at 3:48 pm
Viewing 15 posts - 271 through 285 (of 2,705 total)