Viewing 15 posts - 16,126 through 16,140 (of 18,923 total)
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
Please do not cross-post, we monitor all boards.
Finish the thread here : http://www.sqlservercentral.com/forums/shwmessage.aspx?forumid=9&messageid=194832
June 28, 2005 at 10:23 am
Yes, but you can always grant access to the application only to view and insert new file/directory, not to delete them. That way you minimize the risk of errors.
June 28, 2005 at 10:20 am
I still have to see a situation where I need to do this. I'm sure it's gonna happen, but maybe not this year ![]()