Viewing 15 posts - 46 through 60 (of 142 total)
i try with following
select *
, TimeDeiff = cast(right('00:',CAST(DATEADD(ms, DATEDIFF(ms, LAG(CreationDate, 1, CreationDate) OVER (ORDER BY ID), CreationDate), 0) AS time(3))) as varchar(30))
from dbo.TradeCodesErrorLog;
it give me error
Msg 206, Level 16, State...
November 20, 2021 at 9:11 am
ok it working
remaining one thing
data display as
00:33:55.480
exactly I need to display as
33:55.480
so how to do that
November 20, 2021 at 8:20 am
how to handle features or columns that i don't know it
suppose i add new feature today and every feature have column
then every feature added will modify on code
if you are...
November 16, 2021 at 7:21 am
i don't understand what you mean
i ask for way move data from stored procedure to another
so how to do that please
November 10, 2021 at 3:46 pm
ok but i think if i use go on stored procedure it will end execution
so what i do
November 9, 2021 at 2:58 pm
thank you for reply
can you write these statement below by joining using id
without join by url text
are there are any way to do that
update t set t.Revision_ID = r.rec_id
FROM extractreports.dbo.TempROHS...
October 13, 2021 at 5:05 pm
i make all indexes and still issue exist
can we rewrite these statement or what
October 13, 2021 at 6:02 am
so can you help me on code
and tell me what statement update should be to run faster
October 12, 2021 at 10:43 pm
1- when prioritycode=replacementcode
if priorityname contain x and no other codes then UPDATE FinalCode By NULL
AS replacement 199 and 700 and 600
2- when prioritycode=replacementcode
if priorityname not contain x then UPDATE FinalCode...
September 29, 2021 at 6:03 pm
yes invoice id is invoice no
and i use this field to store Purchase ID AND sales or consume ID
but my issue How to handle transfer from inventory to another inventory
this...
July 4, 2021 at 6:13 am
thank you for support
according post on multi forum
it will not repeated
sorry
June 21, 2021 at 10:08 pm
can you tell me how to do that please
June 21, 2021 at 2:22 pm
when do like that
cast((t1.PartNumber+ t2.PartNumber) as varchar(200)) PartNumber
can i concave two string without make cast when insert data
June 14, 2021 at 1:53 pm
ok you are correct
i will change data type
are there are any other thing can change it to enhance performance
June 14, 2021 at 1:48 pm
i need to use that below
Alternately, you could use an ID value that is an INT (or bigint) and set it up as an IDENTITY(1,1) so it is ever increasing...
June 11, 2021 at 9:45 pm
Viewing 15 posts - 46 through 60 (of 142 total)