Forum Replies Created

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

  • RE: Unexplained Client Disconnects

    Hawkeye_DBA

    Users can connect just fine, and most of the time they do not have issues.

    How, through what program are the users connecting? SSMS / Web application or?

    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: Return the records that equal the sum.

    mike 97607

    You might want to read these 2 articles, starting with Jeff Moden's

    http://www.sqlservercentral.com/articles/T-SQL/68467/

    and then going on to Lynn Pettis's article

    http://www.sqlservercentral.com/articles/T-SQL/65522/

    Both are excellent explanations and contain sample code. Combined, these...

    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 store procedure name from trigger

    This answer my question#2.

    Hello. I have some store procedure and some trigger that update the table.

    These 2 questions you have not answered

    1. The purpose of gathering this information?

    3. Are you...

    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 particular record from all the tables in a database?

    If you elect to follow Steve's forume posting (above this one)

    use this link to watch a video that shows you how to use the sp_Sp_MSforeachtable undoucumented procedure

    Using SP_MSForEachDB and SP_MSForEachTable...

    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: Connection Types to connect SQL Server

    I would suggest you use Technet

    http://technet.microsoft.com/en-us/default.aspx

    and search for "sql server odbc connection" and then further refine the seach to "SQL 2005".

    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 store procedure name from trigger

    rcruben

    Hello. is possible to get the store procedure name from trigger when a update operation was performed?

    May I ask:

    1. The purpose of gathering this information?

    2. Is 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: How to Pass an array from the front end (say .NET) into a Stored Procedure?

    I would strongly suggest you read this article by Jeff Moden and see if it is applicable to your situation

    http://www.sqlservercentral.com/articles/T-SQL/63003/

    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 Pass an array from the front end (say .NET) into a Stored Procedure?

    Need a little more information in order to even start assisting you.

    Is it a single dimension array or a multiple dimension array?

    Also .. some sample data (Items) the array will...

    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: Validate column - by Column value while Import data from CSV File?

    Using Books On Line

    Lool at the ISNULL function:

    ISNULL ( check_expression , replacement_value )

    check_expression

    Is the expression to be checked for NULL. check_expression can be of any type.

    replacement_value

    Is 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: new features

    Suggest that you go to

    http://technet.microsoft.com/en-us/default.aspx and in the search window input "SQL Server 2008 new features"

    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: A questions about summarisation

    To add emphasis to Paul White's comment:

    I have to say though, that this is usually a poor design idea - storing more than one attribute in a single column using...

    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: A questions about summarisation

    Is this something even remotely like you need?

    CREATE TABLE #bitwise

    ( a_int_value int NOT NULL,

    Hours INT NOT NULL);

    INSERT #bitwise --VALUES (1);

    SELECT 1,8 UNION ALL --Prime shift

    SELECT 2,6 UNION...

    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: Today's Random Word!

    Steve Jones - Editor (4/10/2010)


    Chores.

    Done - RELAXING

    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 write query for getting Top3 rows from each userId

    Having said what I said in my post above and having some free time ... will this be what you want?

    Note you have not defined what you consider 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: how to write query for getting Top3 rows from each userId

    If you would provide the table definition ... some sample data, required results formatted as described in the first link in my signature block you will vastly increase your...

    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,966 through 1,980 (of 3,221 total)