Viewing 15 topics - 7,921 through 7,935 (of 283,910 total)
Topics
Started by
Posts
Last post
Hi How the where condition works in below code. How IsNull & NullIf works. SELECT * FROM tblNam…
2 replies
Hello, I am looking to create a cumulative report that forecasts potential future sales based on cu…
3 replies
I used SQL Server Import and Export Wizard creating a SSIS Package, when creating the SSIS package,…
6 replies
Hello! I have column of datatype 'text' with data like below: <ID=“123” total=“20.00” number=“01…
1 replies
Is SQL reporting a false positive.. I see where the expected checksum is the same as the actual. 12…
1 replies
I have one DB in of my dev server which should be encrypted like any other DBs on that server. So w…
1 replies
TSQL is not my daily language and I could use a hand figutring this one out. I have date that I'd l…
5 replies
Hello, I have a SQL Job that runs daily at 11pm. Recently we have noticed that pkgs being executed …
3 replies
Hi How the below statement works - AND Table1.ID2 = ISNULL(@Parameter3, Table1.ID2) Thanks
9 replies
Hi I have given only date parameters . All other null , but it is not going in If condition -- ====…
1 replies
I've just recently applied the SQL Server 2019 CU14 to two of our testing servers with no problem. …
2 replies
Hi How to convert below code like - CREATE PROCEDURE [dbo].[GetData] ( @Parameter1 varchar(256), @P…
1 replies
Hi all, I have a problem with this query: SELECT top 10 (total_elapsed_time/execution_count)…
1 replies
Hi I have below parameters . @frDate date, @toDate date, @VName nvarchar(100) = null, @CName nvarch…
2 replies
Hi Is it possible to do like this @ItemGroup is a parameter Select Itemcode,Itemname,ItemGroup from…
4 replies
Viewing 15 topics - 7,921 through 7,935 (of 283,910 total)