Viewing 15 posts - 271 through 285 (of 8,760 total)
Question for the smart people, and the rest of you.
Would you endorse or get behind the statement: Some deadlocks are healthy. or Some level of deadlocks is...
September 6, 2022 at 1:43 pm
This is interesting:
DECLARE @X NVARCHAR(MAX) = N'DECLARE @SQLSTR NVARCHAR(MAX)
;with xdata as
(
SELECT
A = 2147483647/1000
,B = 2147483648/1000
...
September 5, 2022 at 5:10 pm
I'm having an issue on 2016 and 2017... If you have 2019 or any version prior to 2016, would you run the following code, please, and let me know...
September 4, 2022 at 10:48 am
Sorry for the late response.
In short, a good practice for any migration is knowing what access and control methods are used by the applications on the current systems and making...
September 2, 2022 at 5:21 pm
Could you please provide more details on what you are trying to achieve, like a description of before and after?
π
Answering the question of separation of instances, "it all depends", there...
August 31, 2022 at 6:00 pm
You might want to use the Lead version of the splitter
π
CREATE FUNCTION [dbo].[DelimitedSplit8K_LEAD]
--===== Define I/O parameters
(@pString VARCHAR(8000), @pDelimiter CHAR(1))
RETURNS...
August 29, 2022 at 3:20 pm
There are several ways of achieving this, and selecting the best option depends on various factors.
π
Quick questions:
August 29, 2022 at 12:03 pm
Quick question, can you post the DDL (create table) for the tables, sample data as an insert statement, what you have tried so far and the expected result set?
π
The problem...
August 28, 2022 at 4:24 pm
Quick question, can you post the DDL (create table) for the tables, sample data as an insert statement and the expected result set. This problem is trivial but in order...
August 28, 2022 at 4:13 pm
Quick thought, nicely formatted and presented code.
π
Further on Phil's and Jeff's comments, as much as we would like to answer a specific question, that specific question is missing so could...
August 28, 2022 at 3:53 pm
Could you please elaborate further with some tangible details?
π
From what you have posted, my first guess would be the wrong butterfly flapping its wings in the wrong direction in central...
August 28, 2022 at 3:42 pm
Quick questions:
August 28, 2022 at 3:36 pm
Thank you guys for the response, much appreciated!
π
August 28, 2022 at 3:21 pm
Just reiterating a question I posted on the 2019 Administration forum, on SSMS backward compatibility, does anyone have any input?
π
The issue is that I'm trying to simplify an environment...
August 26, 2022 at 2:13 pm
I know... I'm weird... I couldn't stop laughing as I read the following article about AI and on-prem.Β I mean who knew that computationally intense processes on the cloud...
August 25, 2022 at 5:58 pm
Viewing 15 posts - 271 through 285 (of 8,760 total)