Viewing 13 posts - 1 through 13 (of 13 total)
Sorry for typos'Phil Parkin. Now this has been corrected.
November 16, 2023 at 4:58 pm
Thank you frederico_fonseca.
Let me check those area which was suggested by you to address this issue.
Thank you.
PaP
November 16, 2023 at 2:39 pm
Thank you Mr. Brian Gale and much appreciated your recommendations looking forward while posting any code .
As per suggestions given by fellow teammates we are "truncating the error message down...
November 16, 2023 at 2:37 pm
HI Y.B,
Please find the desired output which we looking for.
September 29, 2016 at 1:59 am
HI All,
Please find the sample table structure.
create table ITGDaillyMetrics (
ITG varchar (max),
Backenderror int,
dates datetime )
insert into ITGDaillyMetrics values (ITG01 - XFINITY Username and Password Reset,10,26 Sep 2016)
insert into ITGDaillyMetrics values...
September 28, 2016 at 7:52 am
Hi suresh thanks for ur reply..
can u please clarify my doubt then..
So.......If u create an unique Clustered index On a table then is it allow...Nulls and duplicate values the.....By default..?
August 5, 2012 at 11:54 pm
Wow.........anthony.green.......Superb.........Its working fine...
Thanks alott...anthony.green
May 31, 2012 at 3:24 am
Thanks a lot...anthony.green. i Meet my Requirement.
But Unfortunately i have one more Requirement same like...i need to Insert the Incremented value in other table
Example :...
May 31, 2012 at 2:51 am
Manju There is no Problem In query or in ur Table..Its excuting fine..Please find out the below Image..
May 9, 2012 at 2:41 am
Hi chandrika.r 91171 ..
May be I understand ur requirement Clearly or not..!
...
May 9, 2012 at 1:15 am
Hey Hi Ganesh...
Please Try the Below Mentioned query..
syntax :
DECLARE @BeginningStay DATETIME
SET @BeginningStay='1978-01-25 00:00:00.000'
SELECT + DATENAME(d, @BeginningStay) +
CASE
WHEN DATENAME(d, @BeginningStay) IN ('1', '21', '31') THEN 'st'
WHEN DATENAME(d,...
January 24, 2012 at 3:54 am
Hi ... Priyanka...
In sql server. if u want to Give acess or Create Any login like ' Sa ' or Db-Creator
Before that The login wat ever you are...
January 24, 2012 at 3:03 am
Viewing 13 posts - 1 through 13 (of 13 total)