Viewing 15 topics - 7,951 through 7,965 (of 283,934 total)
Topics
Started by
Posts
Last post
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
Hi there! I have an SQL table called ORIGIN with 5 fields. Each time one of the field in changing, …
5 replies
Hi In below line i want if when > 0 instead of 0 then what should i change (Select Case (select …
1 replies
Hi (Select Case (select count(*) from tbl1 T where T.num = T0.num ) when 0 then HCode=STUFF …
4 replies
Hi How to use stuff function with 2 select statement . I want union all like condition . Result to …
6 replies
Comments posted to this topic are about the item No-so-smart Contracts
1 replies
Comments posted to this topic are about the item New PoSh variables
0 replies
Viewing 15 topics - 7,951 through 7,965 (of 283,934 total)