Skip to main content
Stack Overflow
  1. About
  2. For Teams
Filter by
Sorted by
Tagged with
0 votes
0 answers
61 views

I am building an ASP.NET Core Web API with an Angular frontend using the DevExtreme DataGrid. I encounter a SqlException when trying to filter my grid by a date column: Microsoft.Data.SqlClient....
-3 votes
0 answers
43 views

I have a 3+ TB database on SQL Server 2019 which has more than 50% free space. I know database or data file shrink is not a good practice so please not go there, I tried with 100 mb in a loop which is ...
-1 votes
0 answers
20 views

I've heard a lot that UUID v7 is performing much better in databases, when using it as primary key, due to the nature of how B-tree works. We have a huge problem with current implementation of PK as ...
Best practices
0 votes
2 replies
103 views

What recommendations might be offered for the most elegant and performative way with T-SQL to evaluate whether a source value should update a target value, as part of an ETL update process in which ...
504more's user avatar
  • 495
Best practices
0 votes
4 replies
143 views

In SQL Server, I have a stored procedure that returns some sensitive data to the client, and logs that fact into a log table. The stored procedure is executed in a transaction controlled by the client,...
0 votes
0 answers
49 views

From reading: https://docs.cloud.google.com/sql/docs/sqlserver/pre-built-tools-with-mcp-toolbox#mcp-configure-your-mcp-client-geminicli-sqlserver I get this error: ✕ Error during discovery for MCP ...
0 votes
1 answer
89 views

I have table defined like this: CREATE TABLE [staging].[tbPositionAssetIdentifier] ( [StageID] [int] IDENTITY(1,1) NOT NULL, [AssetId] [nvarchar](50) NULL, [SecurityDescription] [nvarchar]...
0 votes
0 answers
66 views

I have a .bat file that creates a duplicate of the TblPIF table and names it TblPIF_New. It runs the Replace_IC.sql file which places " around the text in a particular column that contains commas ...
0 votes
1 answer
224 views

I'm experiencing a performance issue with the following query, specifically caused by the join condition AND edh.EmployeeCode = e.EmployeeCode After analyzing the execution plan, I noticed that SQL ...
0 votes
0 answers
77 views

I have created a Glue JDBC Connection for my SQL Server running on EC2. I tested the connection with Visual ETL in the following way: Used SQL Server as source Selected my SQL Server connection in ...
3 votes
2 answers
148 views

Based on the table values shown below, I am trying to return all rows for each Name, Activity, and Date when 'No Activity' is not in the Activity column for those dates. I attempted the following but ...
hobosapien's user avatar
0 votes
1 answer
54 views

Set-SqlColumnEncryption keeps failing, it's trying to drop a scalar function that is completely unrelated to the table columns being encrypted, thus failing. $smoDatabase = Get-SqlDatabase -...
-3 votes
0 answers
24 views

I am experiencing an issue with Azure SQL Managed Instance where some of the long-running queries in Query Store are displayed as "Restricted Text" instead of the actual query text. Details: ...
0 votes
2 answers
123 views

How to write a linq query that does the same as this SQL statement: select * from [dbo].[LitEdit] as le inner join [dbo].[LitEditJob] as lej on lej.BulkEditId = le.Id inner join [dbo].[...
mangg's user avatar
  • 63
2 votes
3 answers
174 views

Our integration team want to send a XML parameter from their Biztalk server containing values to be written to a SQL Server table using a stored procedure, and have sent me an example for me to create ...

15 30 50 per page
1
2 3 4 5
...
22445

AltStyle によって変換されたページ (->オリジナル) /