Forum Replies Created

Viewing 5 posts - 1 through 5 (of 5 total)

  • RE: HTTP Requests Using SQLCLR

    Hello, interesting approach, Eilert!

    There are a couple...

  • RE: Calculating Age

    Hi everyone !

    I use this formula:

    Age = floor(datediff(day, [DateOfBirth], getdate())/(365.25))

    You can also put it in a calculated column.

    It works (I think) because one year actually has 365.25 days... Like we...

  • RE: SQL 2000 Installation problem

    Hi, there !

    You should check your hard disk drive / RAID configuration. Make sure that you have no conflicts in the Device Manager.

     

    Hope it help !

  • RE: XP_sendmail and mapi profile

    Hi, check the startup account in the SQL Server Agent properties dialog. Select "This account" and put here the same account info that you use in your MAPI profile, using the...

  • RE: SELECT * FROM @TableName ?????

    Hi, guys...

    Thanks a lot for your answers... Let me check all the alternatives that you gave me, and I'll talk to you later...

     

    Bye...

Viewing 5 posts - 1 through 5 (of 5 total)