Viewing 15 posts - 16 through 30 (of 43 total)
So if i change the stored procedure as below. will it work even though if someone doesn't pass the parameter @b-2
Create procedure test
( @a nvarchar(100) =...
June 28, 2011 at 1:43 pm
There are like 50 look up tables in our database...
then in all the look up tables he has like Active or Inactive values...
so based onthe acitve/inactive values he has to...
May 31, 2011 at 11:37 am
I am sorry Welsh...
I didn't mean not to answer the questions...I was very busy and didn't find time to respond..
Yes you are right if i respond to the questions...then only...
May 27, 2011 at 1:09 pm
Yes Sir- Now i got it...
Thank you so much i have used the Group by clause...thanks sir
you are so great...thanks a lot again
May 27, 2011 at 1:03 pm
Ok Sir am working on the development of the SQL code... Am trying on it...
Thanks everyone for the help and sorry for your time...
Thanks a lot again to everyone for...
May 27, 2011 at 12:52 pm
Hello all,
I am very sorry for the late replies...
i been busy at work and have to attend the...
May 27, 2011 at 12:42 pm
Yes sir, i need the earliest date of the particular status
May 27, 2011 at 9:38 am
Hi everyone
Am sorry if i confused everyone..
I am not getting the result with the code provided by some Sr developers.
There...
May 27, 2011 at 8:10 am
Reason i have posted again because i did not get help with the previous post...
so i just gave some additional information in this post and posted again...
sorry for the confusion
but...
May 26, 2011 at 10:15 pm
Hello Jeff,
I am sorry for the late reply, thanks a lot for your reply
But actually if values in...
May 25, 2011 at 9:15 pm
I am sorry again, for the wrong dates
Create Table Status
( ID int Identity(1,1),
ClientID int,
StatusStartDate Datetime,
Status Int)
Insert into Table Status(ClientID,StatusStartdate,Status)
Values(100,'2010-01-28',1)
Insert into Table Status(ClientID,StatusStartdate,Status)
Values(100,'2010-03-20',1)
Insert into Table Status(ClientID,StatusStartdate,Status)
Values(100,'2010-05-30',2)
Insert into...
May 22, 2011 at 10:19 am
I am sorry, I forgot about posting the scripts.
Create Table Status
( ID int Identity(1,1),
ClientID int,
StatusStartDate Datetime,
Status...
May 22, 2011 at 8:46 am
Thanks for your reply Welsh.
Yes i was trying to create a good database structure.
that is the reason i posted the question on forum..As there are so many good professionals/developers on...
May 2, 2011 at 9:23 am
Thanks everyone with your suggestions. really helps me...
May 2, 2011 at 9:02 am
Viewing 15 posts - 16 through 30 (of 43 total)