Viewing 15 posts - 31 through 45 (of 46 total)
Thanks Gail Shaw.
Can you share me some example or any links which describes what you have said.
Its one of best practice in my comapny to not...
April 6, 2012 at 3:18 am
Thank you very much both of you :). Just i wanted to know internally how it detrmines dead lock is happened and how it checks each and every time,
what...
January 26, 2012 at 9:46 pm
Okay
Thank you very much
Ravi.
December 18, 2011 at 9:42 pm
Thank you very much all for your valuble suggestions and solutions 🙂 .
Regards,
Ravi.
December 15, 2011 at 9:07 pm
Thank you . But i have read it already , i need indetail exactly in index page and data page how many jumps it requires and more in detail...
November 14, 2011 at 9:41 pm
Thank you very much for both of you .
Thanks,
Ravi
November 9, 2011 at 9:10 pm
Microsoft SQL Server 2005 - 9.00.1399.06
October 18, 2011 at 11:11 pm
example of code
declare @date datetime
set @date=getdate()
INSERT INTO CourseFeedback (Courseid,UserID,Feedbackxml,CreatedDate)
VALUES (@CourseId,@UserID,@Feedbackxml,@date)
October 18, 2011 at 10:37 pm
example of code
INSERT INTO CourseFeedback (Courseid,UserID,Feedbackxml,CreatedDate)
VALUES (@CourseId,@UserID,@Feedbackxml,GETDATE())
October 18, 2011 at 10:26 pm
No its a DateTime field only .
October 18, 2011 at 10:21 pm
Okay .
Thank you very much .
October 9, 2011 at 11:25 pm
Thank you very much
September 7, 2011 at 1:08 am
Actually my sql statment like this
SELECT DISTINCT UPP.ProductID,dbo.fnGetProductTestStatus(UPP.ProductID,@UserID) AS EndDate ,
FROM #UserProductProgression UPP
when i say like that...
September 7, 2011 at 12:52 am
Fine thanks a lot , Please can you suggest me any sites or blogs to know how to use ssis for archiving ?
Thanks with Regards,
Ravindranath.S
August 4, 2011 at 5:39 am
Viewing 15 posts - 31 through 45 (of 46 total)