Viewing 12 posts - 1 through 12 (of 12 total)
THANK YOU AND HOW TO TRANSFER LOGINS AND USERS.
June 3, 2014 at 7:11 am
I tried the above format but i didnt get what i want to be.
May 28, 2014 at 3:31 am
Yup i tried to rewrite this from another way, but i got many errors than this code. and i will check with dateadd function and reply you soon. And i...
March 25, 2014 at 4:14 am
thank you all i resolved it.
January 7, 2014 at 5:15 am
How can i change the recovery model properties like simple to full.
December 4, 2013 at 6:11 am
I tried like below
USE [NXNV1]
GO
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
ALTER PROCEDURE [dbo].[SP_CONSULTATION_DETAILS1]
@age SMALLINT,
@date DATE ,
@time TIME,
@gender CHAR(1),
@amount varchar(20)
AS
BEGIN
SELECT @amount=
(CASE
WHEN DATENAME(DW, @date) = 'Sunday' THEN
CASE
WHEN @Age...
October 29, 2013 at 11:59 pm
can u explain it briefly please i couldnt understand this.
October 29, 2013 at 3:10 am
Thank you so much JOHN i solved it.
October 10, 2013 at 6:25 am
could u please write that.
October 10, 2013 at 5:05 am
HI I UPDATED MY QUESTION PLEASE CHECK IT ONCE.
I HOPE NOW U CAN UNDERSTAND.
October 10, 2013 at 4:57 am
Viewing 12 posts - 1 through 12 (of 12 total)