Forum Replies Created

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

  • RE: Temporary Objects 2

    Once again I looked at my notes and here is the link

    Posted 11/15/2011 1:34 PM

    http://www.sqlservercentral.com/Forums/Topic1205649-1222-2.aspx

    Mr Hugo Kornelis comment is

    in my display mode is at the bottom of...

    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 Objects 2

    Once again I looked at my notes and here is the link

    Posted 11/15/2011 1:34 PM

    http://www.sqlservercentral.com/Forums/Topic1205649-1222-2.aspx

    Mr Hugo Kornelis comment is

    in my display mode is at the bottom of...

    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: Are the posted questions getting worse?

    Evil Kraig F (3/8/2012)


    L' Eomot Inversé (3/8/2012)


    mtillman-921105 (3/6/2012)


    Look, the first invisible car?

    I think it might create some problems if those were let loose in traffic.;-)

    I want two... I know I'm...

    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: DATETIME data type subtraction

    This slight modification works for me

    IF DATEDIFF(ss,@create_timestamp,@modify_timestamp)> 1

    BEGIN

    PRINT 'GOT IT'

    END

    ELSE

    PRINT 'WHOOPS'

    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: view which has select * won't pick up the new columns

    Nah do it the easy way .. go the the view .. change the word CREATE to ALTER .. run the code .. then go back to the view and...

    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: Are the posted questions getting worse?

    Congratulations .. I know from experience putting on a SQL Sat is indeed almost a full time job. I hope your presentations were well received ..

    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: Get @@IDentity before or after commit?

    From BOL @@IDENTITY

    Is a system function that returns the last-inserted identity value.

    Now is that what you want ... ?

    I am thinking that you want the value AFTER the insert...

    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: SQL 2012 Launch Event.. not off to a good start..

    If that could not get their stuff correct the first time makes you wonder how "corrent" the individual content will be. Or is really just a concentrated sales push...

    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: MSDB Tables/Views

    Nils Gustav Stråbø (3/6/2012)


    I see that I have failed BIG TIME in my first attempt to be a QOTD whining pedantic :crying:

    I promise to never try to be one again...

    That...

    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: MSDB Tables/Views

    Nice clear concise question. Thanks

    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: BETWEEN

    Nice question - gets one back to the basics, which unfortunately we tend to forget.

    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: Exporting to Excel via stored procedure

    Now I have not had the opportunity to check this suggestion, but it might be worth testing for your use

    --Creating the command string

    DECLARE @IdNbr VARCHAR(50)

    SET @IdNbr = '312012145014'

    set @sql...

    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: Exporting to Excel via stored procedure

    If memory serves me correctly, I remember this from a long time ago.

    Openrowset() (or any ad-hoc function) does not accept variable parameter.

    They only take literal string.

    Afterall, these are pass-through functions

    And...

    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: Are the posted questions getting worse?

    Lynn Pettis (3/1/2012)


    Jack Corbett (3/1/2012)


    Lynn Pettis (2/24/2012)


    Quite an interesting day. I gave my two weeks notice and was basicly told that I would not need to come...

    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: Not In

    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]

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