Viewing 15 posts - 1 through 15 (of 72 total)
Thanks,
But the thing is it works for only current year and the input date can be last year date.
for example input date '2010-07-06'(6th July 2010) then output should be 30.06.2010.
November 7, 2012 at 4:15 am
Yes I tried,and it doesn't worked for me as the domain of the development server differs.
March 7, 2012 at 3:44 am
Thanks,Could you please guide me with an example,it will be grateful to me.
March 7, 2012 at 3:00 am
Code is not much complex just concatenating the big string thats it.
January 26, 2012 at 11:41 pm
maga i have taken some example and produce the result.if any clarification call me
create table Employee
(
UserId BIGINT IDENTITY(1,1),
Name NVARCHAR(300),
Salary INT,
[Year] INT
)
INSERT INTO Employee(Name,Salary,[Year])
SELECT 'Raj',3000,2008
UNION ALL
SELECT 'Raj',5000,2009
UNION ALL
SELECT 'Raj',15000,2010
UNION ALL
SELECT...
January 20, 2012 at 2:50 am
Hi Craig Farrell,
We have done all the indexing and query optimization at the best,So thought of asynchronous processing.Could you please help on this?
May 17, 2011 at 10:45 pm
Hi,
I didn't found any scripts that you have mentioned.It will be helpful if you please elaborate taking our requirement
May 17, 2011 at 6:54 am
Hi,
we have stored procedure which process the responses from student once the student submit the test,And this stored procedure consuming time and hence hindering the concurrency.
So thought of moving to...
May 17, 2011 at 6:05 am
I Unzipped 7za465.Zip to C:\Utils folder as suggested by you.After that i just went to zip the file manually but it didn't happened.From download i was having 7z465.exe ,I installed...
November 18, 2010 at 8:36 pm
ya I copied the command and executed in cmd prompt there also i received same error.
And the exe is in C drive only where SQL server resides.
Can u send out...
November 18, 2010 at 7:01 am
Viewing 15 posts - 1 through 15 (of 72 total)