Viewing 15 posts - 856 through 870 (of 2,863 total)
To add to everyone else asking about the code, are you sure it is the function that "crashed the ETL - it now never finishes."? I am wondering if MAYBE...
October 6, 2021 at 8:50 pm
I've not worked with JSON in SQL before, but my first debugging step would be to do a SELECT @json to make sure that you got the full data from...
October 5, 2021 at 10:17 pm
The other thing to keep in mind is do you have anything else running on that server? From a SQL Server standpoint, SSIS, SSAS, and SSRS all use their own...
October 5, 2021 at 4:08 pm
If you don't need the end user connecting as themselves, you could have it connect as a specific user on the remote machine. Downside is you may need to create...
October 5, 2021 at 3:58 pm
I think this really falls under "it depends".
Are you already licensed for 2019 (ie do you have software assurance OR do you need to buy 2019)?
Are there features in 2019...
October 4, 2021 at 10:06 pm
I rarely do an uninstall. What I do when I decommission a SQL instance is to stop the services and change them to disabled. I've had odd hiccups when doing...
October 1, 2021 at 9:54 pm
I agree with Grant here, and would like to add that you miss 100% of the chances you don't take.
I know in my organization, once a product hit a certain...
October 1, 2021 at 9:01 pm
First thing, posting an Oracle question in the SQL Server 2016 forum section is likely not going to get many results (if any).
Next, I am confused why you posted here...
September 30, 2021 at 10:35 pm
This is a multi-step process and depends on your requirements, but one approach would be to use what you have but turn the AVG into a windowing function and store...
September 30, 2021 at 10:27 pm
To add to what Grant said, I had a similar introduction to my DBA role. I found a company that did work I was interested in. They were not hiring...
September 28, 2021 at 4:25 pm
So to confirm - the problem is resolved by turning off XACT_ABORT? That is a new one for me, but good find!
September 21, 2021 at 2:21 pm
I would like to counter burke.marg's comment about peak performance being more important than readability. My opinion, readability is the most critical piece of the puzzle. If I need to...
September 20, 2021 at 5:10 pm
as a wild thought - have you tired casting the credentials to the appropriate datatype?
Looks like you may need to do something like this:
https://gist.github.com/Jaykul/81fd8ee55ce4df656d36d23e59788151
The above is a powershell script to...
September 20, 2021 at 4:37 pm
To add to what Jeff says - just because the standard definition is X, doesn't mean that company Y will follow that. For example, I was a DBA by title,...
September 20, 2021 at 4:19 pm
Viewing 15 posts - 856 through 870 (of 2,863 total)