Topics
Started by
Posts
Last post
Hi All, I have a data in column A in where in need to achieve the count which I have mentioned in c…
6 replies
I am working on a small test script on SQL server 2022 using python module. The module does the s…
4 replies
select Colum1 , Colum2 from table 1 Union All select Colum1 , Colum2 from table 2 Union All…
6 replies
i got the login failed error for user sa, but not always so I went to server properties - security …
2 replies
Hello, we are migrating our SQL Server database and one of the tasks is to stop using Filestream. …
29 replies
CASE WHEN ( Table1.Column IN (@Parameter1) OR b.cat3 = 1 OR (Table1.Column='XXXX' AND SV.Column IN …
1 replies
(SELECT Column1 FROM Table1) as --5 Table1_1 ON table3.Column1 = Table1_1.Column1 LEFT JOIN (SELE…
2 replies
Good Morning, how to assign query one results to query 2 student id, each record should have…
8 replies
Upgrade to SQL2019 from 2012 Query is taking time, Need Query Optimization steps and Pre requisites…
4 replies
I installed SSMS 20.1 and all my trusted keyboard shortcuts don't work anymore... <Ctrl>E --&…
4 replies
Hi Experts, I have a Sql file with a bunch of DDL statements (Create Tables/Views). I start with a …
9 replies
hi, CREATE TABLE [dbo].[bridge]( bridgeid [bigint] NOT NULL, [idpool] bigint NULL, status int null …
14 replies
Hello, I'm tasked to generate JSON files with the FOR JSON Clause of SQL Server Is there an easy wa…
8 replies
My company where I worked recently upgraded to SQL Server 2022 Enterprise and Querystore started to…
3 replies
By: oRBIT
Hi we have an xml doc shaped essentially as shown in image 2 below. Unfortunately we are so use…
8 replies
Viewing 15 topics - 76 through 90 (of 316 total)
You must be logged in to create new topics.