Forum Replies Created

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

  • RE: View 7

    sknox (5/8/2012)


    bitbucket-25253 (5/8/2012)


    Hugo Kornelis (5/8/2012)


    dogramone (5/8/2012)


    Wow, did a google search and there was no mention in any of the four posts I checked about the count_big so I got it...

    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 7

    Cliff Jones (5/8/2012)


    bitbucket-25253 (5/8/2012)


    Hugo Kornelis (5/8/2012)


    dogramone (5/8/2012)


    Wow, did a google search and there was no mention in any of the four posts I checked about the count_big so I got...

    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 7

    Hugo Kornelis (5/8/2012)


    dogramone (5/8/2012)


    Wow, did a google search and there was no mention in any of the four posts I checked about the count_big so I got it wrong.

    You would...

    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: Free ebooks from Microsoft

    Thanks for the link - saved me some $$$

    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: Responsibility for Security

    Responsibility for security starts at the top (CEO - Chief Executive Officer) and carries down the chain of command to IT Managers, System Administrators, DBAs, Developers, and last but not...

    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: Expression to remove commas in dervied column?

    Have you tried?

    DECLARE @I VARCHAR(20)

    SET @I = 'GAPD,'

    IF CHARINDEX(',',REVERSE(@I),1) = 1

    BEGIN

    SELECT REVERSE(SUBSTRING(REVERSE(@I),2,DATALENGTH(@I)))

    END

    ...

    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: Adding columns together to equal value in another column

    Sounds like you want to create a computed column. For learning how to do this read the following:

    http://msdn.microsoft.com/en-us/library/ms191250.aspx

    If the above is not sufficient, please post the table definiton, along...

    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 Puzzle

    Thanks, a nice easy 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: High availability

    Nice fairly simple QOD to end the week --- 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: Sorting Table Data Problem.

    Your png attachment is very nice, however it does not allow me to copy and paste any information from it, so that I can use same to create your table...

    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: Sequences III

    Nice question - finally beginning to understand what a "Sequence", is and how it works ..........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: When Will You Upgrade to SQL Server 2012?

    David.Poole Posted Today @ 3:16 PM

    Is the developer version out yet?

    Ordered my copy early this morning from Amazon,delivery

    Monday, May 7, 2012

    Price Shipment Total: $56.26 -- includes shipping via...

    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?

    Stefan Krzywicki (4/30/2012)


    bitbucket-25253 (4/30/2012)


    Steve thanks for scheduling another QOD that I had submitted.

    And hey I want to brag a bit, well maybe not a bit, but a great...

    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?

    Steve thanks for scheduling another QOD that I had submitted.

    And hey I want to brag a bit, well maybe not a bit, but a great deal, since 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: I am using temporay tables instead of table variables and cte in stored procedure would this be ok if 2000 users run the same stored procedure at the same time

    Sarsoura (4/29/2012)


    Thank you so much

    And I thank you for responding.... if you have any problems or further questions, post them to a new forum entry. If the answer solves...

    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 - 466 through 480 (of 3,221 total)