Viewing 15 posts - 31 through 45 (of 7,470 total)
Have a look at the database options <snapshot options>
May 26, 2025 at 8:22 am
Define duplicate row !
Otherwise, have a look at ranking functions
May 26, 2025 at 8:19 am
I recently asked AI to revamp a MERGE statement into the 3 separate regular parts .
Of course, you can copy / paste and execute that generated code directly into production,...
May 20, 2025 at 6:33 am
remove the " not " from your where clause
May 15, 2025 at 6:22 am
What have you tested ?
Here is an example ( but you'd still have to validate performancewise in your environment )
drop table #test
CREATE TABLE #test
...
May 14, 2025 at 1:58 pm
Check your SQLMI instance / Compute + storage / Backup section
May 14, 2025 at 9:03 am
Perplexity has a nice explenation and steps to try resolve the issue(s):
SSPI handshake failed error code 0x80090311
May 13, 2025 at 11:08 am
Hugo Kornelis provided a nice update on the Merge problem cases in Sep 2023 "an-update-on-merge"
May 5, 2025 at 7:55 am
there should not be a column with csv content in a 4 NF relational table.
Have a look at parent - child relationships in Codd's relational theory with normalforms
May 4, 2025 at 3:55 pm
Notably, your concerns are coverd by "intelligent"
Ofcourse a dba will still need to interprete and test all this .
We still do not want indexes like "[<Name of Missing Index, sysname,>]"...
April 30, 2025 at 2:39 pm
How about having SQL Server analyse and intelligently propose new indexes, based on missing indexes information in the plan cache or Query Store.
Nowadays we still have to collect all missing...
April 30, 2025 at 7:43 am
What's in a name ?
With sql accounts, anybody can use them ( provided the password is known ). And unless you build a strickt login trigger that refuses the connection...
April 25, 2025 at 12:19 pm
"The specified availability group does not contain an availability replica with specified name"
I would triple check for typing errors in the replica sql instance name.
If I'm correct, this statement should...
April 14, 2025 at 11:42 am
In "C:\Program Files\Microsoft SQL Server\nnn\Setup Bootstrap\Log" you can find more installation related information.
Using SQL Server Configuration Manager, you can check "SQL Server Network Configuration" for both instances and see if...
April 8, 2025 at 12:26 pm
Viewing 15 posts - 31 through 45 (of 7,470 total)