Forum Replies Created

Viewing 15 posts - 16,126 through 16,140 (of 18,923 total)

  • RE: periods of dates

    For the lazy reader :

    EndDate >= '8/1/04' AND StartDate =< '8/10/04'

  • RE: periods of dates

    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

  • RE: Samples Needed!

    Here's another link for access forums :

    http://www.accessmonster.com/

  • RE: update a table with consequtive integers

    It looked pretty deep for most of the persons browsing this forum .

  • RE: COMPUTE BY

    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...

  • RE: COMPUTE BY

    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...

  • RE: Big Troubles

    6 managers or 6 servers .

  • RE: Last month data

    Good, then I'm still gona go with Sql server .

  • RE: trying to import data from foxpro database

    Maybe you could convert the date to varchar for the import then toy with sql server to sort out the wrong dates...

  • RE: Permissions issues

    Can't he just use dts to export the data to file?? Would be easier to solve the problem that way.

  • RE: permissions issues

    Please do not cross-post.

    Finish the thread here : http://www.sqlservercentral.com/forums/shwmessage.aspx?forumid=146&messageid=194872

  • RE: Parse House Number from Street Name in Street Adress Field

    Please do not cross-post, we monitor all boards.

    Finish the thread here : http://www.sqlservercentral.com/forums/shwmessage.aspx?forumid=8&messageid=194861

  • RE: Encrypt data in SQL Server 2000

    Please do not cross-post, we monitor all boards.

    Finish the thread here : http://www.sqlservercentral.com/forums/shwmessage.aspx?forumid=9&messageid=194832

  • RE: Best way to strore a huge number of images

    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.

  • RE: Last month data

    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