Viewing 15 posts - 16 through 30 (of 34 total)
Dear ChrisM@Work / twin.devil ,
...
August 17, 2016 at 3:26 am
Dear SSC-Forever ,
Really u r genius. u...
August 12, 2016 at 12:05 am
Dear Sean Lange,
Your Query is working awesome . but column names are showing like...
August 11, 2016 at 9:32 am
Actually ,
if particular amount will collected between 2 months means .., i need to divide them and...
August 8, 2016 at 4:59 am
Hi CELKO,
Its working. thank u for your valuable time.
August 2, 2016 at 12:42 am
Hi this code also work :
SELECT Value
FROM
#first_nonzero
WHERE %%PhysLoc%% >=
...
July 25, 2016 at 4:24 am
Actually This is an interview question.
July 21, 2016 at 7:33 am
Hi BWFC / Phil Parkin ,
Its working thank u very much for ur valuable time.
July 21, 2016 at 7:01 am
HI ,
U may use this coding Also .
select
a.emp_id , a.emp_name name_1...
July 4, 2016 at 5:10 am
DECLARE @a VARCHAR(max) = REPLICATE('a', 10);
DECLARE @b-2 VARCHAR(10) = REPLICATE('b', 10);
SELECT LEN(@a + @b-2);
Ans : 20
June 27, 2016 at 6:53 am
conversion type errors are display ..,
Actually in third part they give value 456
but if we give out put as varchar type '456' mean error wont showing.
eg:
DECLARE @tbl TABLE (...
June 27, 2016 at 6:27 am
Viewing 15 posts - 16 through 30 (of 34 total)