Forum Replies Created

Viewing 15 posts - 1 through 15 (of 3,221 total)

  • RE: Are the posted questions getting worse?

    LutzM (8/10/2014)


    Is it as annoying for you as it is for me to see all those spam posts?

    Today (Sunday, August 10th), 22 out of 36 posts were plain spam. All...

    If everything seems to be going well, you have obviously overlooked something.

    Ron

    Please help us, help you -before posting a question please read[/url]
    Before posting a performance problem please read[/url]

  • RE: Back from Sabbatical

    WELCOME HOME

    We have something special in our little technology niche, and I hope all of you appreciate it.

    I am sure all the site users appreciate the help/knowledge it/that has been...

    If everything seems to be going well, you have obviously overlooked something.

    Ron

    Please help us, help you -before posting a question please read[/url]
    Before posting a performance problem please read[/url]

  • RE: Recording record changes in a history table?

    Tallboy (7/19/2014)


    HI, I'm using sql server 2008 express and VB.net 2010

    I have a database that records an employees personal details.

    But I have to develop some way for recording changes to...

    If everything seems to be going well, you have obviously overlooked something.

    Ron

    Please help us, help you -before posting a question please read[/url]
    Before posting a performance problem please read[/url]

  • RE: Estate custom homes builders in calgary city

    Reported as SPAM

    If everything seems to be going well, you have obviously overlooked something.

    Ron

    Please help us, help you -before posting a question please read[/url]
    Before posting a performance problem please read[/url]

  • RE: Kitchen Reviews

    Reported as SPAM

    If everything seems to be going well, you have obviously overlooked something.

    Ron

    Please help us, help you -before posting a question please read[/url]
    Before posting a performance problem please read[/url]

  • RE: Memory-Optimized Table checkpoint

    Igor Micev (4/27/2014)


    Thanks for this new-feature question.

    Regards,

    Igor

    +1

    If everything seems to be going well, you have obviously overlooked something.

    Ron

    Please help us, help you -before posting a question please read[/url]
    Before posting a performance problem please read[/url]

  • RE: how to find the difference between two date time fields in minutes and hours

    Use the function DATEDIFF ( datepart , startdate , enddate ) it is in BOL (Books On Line) if you need to see examples of its use

    If everything seems to be going well, you have obviously overlooked something.

    Ron

    Please help us, help you -before posting a question please read[/url]
    Before posting a performance problem please read[/url]

  • RE: Records for last 2 hours

    With the little data you have posted ... use Books on Line and check the use of the BETWEEN statement

    From Books on Line:

    test_expression BETWEEN begin_expression AND end_expression

    If everything seems to be going well, you have obviously overlooked something.

    Ron

    Please help us, help you -before posting a question please read[/url]
    Before posting a performance problem please read[/url]

  • RE: What will be Identity value

    Rather simple question, but a Nice question -

    If everything seems to be going well, you have obviously overlooked something.

    Ron

    Please help us, help you -before posting a question please read[/url]
    Before posting a performance problem please read[/url]

  • RE: Best Development of SQL Server 2014

    Reported as SPAM

    If everything seems to be going well, you have obviously overlooked something.

    Ron

    Please help us, help you -before posting a question please read[/url]
    Before posting a performance problem please read[/url]

  • RE: Missing SysMessages

    You can add user defined error messages to your system by using error message numbers greater than 50,000. To learn how to do this please read.

    http://www.techrepublic.com/blog/the-enterprise-cloud/define-custom-error-messages-in-sql-server-2005/390/

    If everything seems to be going well, you have obviously overlooked something.

    Ron

    Please help us, help you -before posting a question please read[/url]
    Before posting a performance problem please read[/url]

  • RE: Import Data From Excel File

    You may find what you are looking for in the following:

    http://support.microsoft.com/kb/321686

    If everything seems to be going well, you have obviously overlooked something.

    Ron

    Please help us, help you -before posting a question please read[/url]
    Before posting a performance problem please read[/url]

  • RE: IDENTITY

    TomThomson (2/19/2014)


    Nice question.

    I sat there for five minutes staring at it looking for the catch, before deciding that there wasn't one.

    +1

    If everything seems to be going well, you have obviously overlooked something.

    Ron

    Please help us, help you -before posting a question please read[/url]
    Before posting a performance problem please read[/url]

  • RE: Temporary table in a batch

    Interesting question

    If everything seems to be going well, you have obviously overlooked something.

    Ron

    Please help us, help you -before posting a question please read[/url]
    Before posting a performance problem please read[/url]

  • RE: Custom Error Message

    This works for me

    BEGIN TRY

    CREATE TABLE [dbo].[TestTable]

    (

    ID INT NOT NULL PRIMARY KEY

    )

    RAISERROR('Everything is OK!', 5, 1)

    END TRY

    BEGIN CATCH

    RAISERROR ('There was a problem!',0,0)

    END CATCH

    If everything seems to be going well, you have obviously overlooked something.

    Ron

    Please help us, help you -before posting a question please read[/url]
    Before posting a performance problem please read[/url]

Viewing 15 posts - 1 through 15 (of 3,221 total)