Viewing 8 posts - 1 through 8 (of 8 total)
Dear Ben,
I have faced similar issues with one of my client's DB where Service pack wasn't installed.
so i suggest you to update the latest service pack to resolve this issue...
July 12, 2008 at 6:10 am
declare @DateOfBirth datetime
declare @result as varchar
set @DateOfBirth='1983-07-11'
select @result = (DATEDIFF(yy, @DateOfBirth, GETDATE()) -
case when Convert(Datetime,Convert(varchar,DATEPART(yy, GETDATE())) + '-' + Convert(varchar,DATEPART(m, @DateOfBirth))+ '-'+ Convert(varchar,DATEPART(d, @DateOfBirth)))
<=GetDate() THEN 0 ELSE 1...
July 10, 2008 at 3:22 am
we can even use
charindex(',' + Convert(varchar(2),month(dob)) + ',', ',2,6,7,8,11,12,') >0
This won't have impact even if the language is not english
July 10, 2008 at 3:05 am
I dont think this could be the problem. i have already run the same script of source Database on Destination Server Database. hence making the two table identical. I strongly...
May 24, 2005 at 1:37 am
Hi JFB,
thanks for ur reply. but with other SQL tables w/o image or text columns it works. and some times it does allow me to upload image data (same table) also.
May 20, 2005 at 11:14 pm
foll is SQLPERF(waitstats) REsults
At the end of Day.hope will give precise idea on actual situation.
Wait Type ...
February 5, 2003 at 1:29 pm
but for crystal reports i donot use any sort of join.i have created one table for that.everytime i fire a report. i dump data into it and bound that table...
February 4, 2003 at 7:43 am
thankzzzz everybody
i need to try to change recovery model.
and indexes... how can i put indexes right idexes or revive them(using profiler+Index Tuning wizard?)
MayurArt
February 3, 2003 at 10:31 pm
Viewing 8 posts - 1 through 8 (of 8 total)