Forum Replies Created

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

  • RE: Help with a cursor

    xRafo (1/30/2012)


    if that have 3 upgrades of 4 records,

    how do I insert the record was not updated??

    Which posted possibly solution are you refering to?

    If it is my posting - please...

    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: Help with a cursor

    A method which should work in 2005 (sample code copied from the 2008 help file)

    USE AdventureWorks;

    GO

    CREATE PROCEDURE dbo.InsertUnitMeasure

    @UnitMeasureCode nchar(3),

    @Name nvarchar(25)

    AS

    BEGIN

    ...

    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: Help with a cursor

    Are you familiar with the new MERGE statement (Introduced in SQL 2008) ?

    May I suggest looking at:

    http://www.simple-talk.com/sql/learn-sql-server/the-merge-statement-in-sql-server-2008/

    and:

    SQL SERVER – 2008 – Introduction to Merge Statement – One Statement for...

    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: Trying to improve query, strange execution plan

    Just a suggestion - look at this article by Jeff Moden on an 8K splitter, its use just might help you.

    http://www.sqlservercentral.com/articles/Tally+Table/72993/

    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: Rounding problem in sql 2008

    This might get you thinking (especially how to improve the code I have posted below). Seems I got my mind in a rut and could come up with nothing...

    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 get list clients that connected to sql server over the network?

    tnt750 (1/29/2012)


    hi all

    can you help me?plz

    i work with sql server 2008

    Many people here will attempt to assist you.

    But what is your problem ... ? ? ? ? ?

    Is...

    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: Initialize Subscriptions

    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: Strings and Defaults

    Good question - thanks for reminding me of the basics

    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: Concurrent Administration

    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: Data Transfer Issue

    This may or may not be of help to you, but it is the only method I have utilized and it worked for myself. So for what assistance 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: Better Backups

    tilew-948340 (1/23/2012)


    I desagree with every one because Resource Governor is available only on the Enterprise, Developer, and Evaluation editions of SQL Server.

    The question was 'on your SQL Server 2008 R2...

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

    Nice question really had to dig deep into my memory to, well answer the 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: Newbie-table design problem

    After that would like to fill details specific to particular person of particular category ( ie person who is in staff will have salary details)

    A question for you. Why...

    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?

    GilaMonster (1/18/2012)


    Gianluca Sartori (1/18/2012)


    From time to time, the questions are really getting worse.

    This one made my LMAO:

    OP: I have performance issues and I'm totally clueless.

    Gail: Hire a consultant.

    OP: I'm the...

    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 date range of last quarter

    Is this what you are searching for?

    Select dateadd(qq, datediff(qq, 0, @ThisDate), 0)

    Whoops that gives you this quarter NOT last quarter ... sorry about 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]

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