Viewing 15 posts - 16,126 through 16,140 (of 18,926 total)
He said : "We need to store both Full and Partial Dates (whichever we have)." He talks about storing the year but he doesn't say if it's enough and...
June 28, 2005 at 1:15 pm
Hey Noeld, can you explain why the dual processor is screwing this operation??
June 28, 2005 at 12:58 pm
To add to DC's proposition. It's what I would do in this case :
DOB datetime (or smalldatetime depending on the range). Then add a precision colum char(3) in...
June 28, 2005 at 12:56 pm
For the lazy reader :
EndDate >= '8/1/04' AND StartDate =< '8/10/04'
June 28, 2005 at 12:33 pm
Here's another thread that discuss a problem very similar to this one, maybe the solution can be applied somehow here :
http://www.sqlservercentral.com/forums/shwmessage.aspx?forumid=7&messageid=153524
June 28, 2005 at 12:30 pm
It looked pretty deep for most of the persons browsing this forum
.
June 28, 2005 at 12:07 pm
Here's what sushila means. I made two working versions, but they don't seem to provide any usefull results.
Select MIN(DatePart(YYYY, crdate)) as Year, count(*) as Total from dbo.SysObjects
group...
June 28, 2005 at 12:05 pm
I'm not sure why you're getting this error. But on another note, shouldn't this read ELSE 'Unkown' instead of
WHEN (os_g.ClientType = NULL) THEN 'Unknown'
BTW null = something is never...
June 28, 2005 at 11:52 am
Maybe you could convert the date to varchar for the import then toy with sql server to sort out the wrong dates...
June 28, 2005 at 11:35 am
Can't he just use dts to export the data to file?? Would be easier to solve the problem that way.
June 28, 2005 at 11:34 am
Please do not cross-post.
Finish the thread here : http://www.sqlservercentral.com/forums/shwmessage.aspx?forumid=146&messageid=194872
June 28, 2005 at 11:31 am
Please do not cross-post, we monitor all boards.
Finish the thread here : http://www.sqlservercentral.com/forums/shwmessage.aspx?forumid=8&messageid=194861
June 28, 2005 at 11:25 am
Viewing 15 posts - 16,126 through 16,140 (of 18,926 total)