Forum Replies Created

Viewing 15 posts - 1 through 15 (of 455 total)

  • RE: Error: 832, Severity: 24, State: 1.

    Thank you.

    Prasad Bhogadi
    www.inforaise.com

  • RE: Error: 832, Severity: 24, State: 1.

    Thank you for a quick reply. I donot have any custom extended stored procedures or in process linked servers.

    So do this kind of errors impact data inserts into a...

    Prasad Bhogadi
    www.inforaise.com

  • RE: table design help needed

    spectra (7/21/2009)


    i want to make a question bank database for my web application.

    i am doing the table structure.

    i have come upto this..

    Table Subject{subject_id(pk),subject_name}

    Table Question {subject_id(fk),question_id(pk),question_description}

    Table Quiz{subject_id(fk),question_id(fk),choice1,choice2,choice3,choice4}

    TableAnswer{subject_id(fk),question_id(fk),answer_choice,answer_description}

    but this is not correct...

    Prasad Bhogadi
    www.inforaise.com

  • RE: Insert Update Stored Procedure for a table

    nigelevenden (11/26/2008)


    Hi, Please forgive me sounding silly but I am a bit of a novice...

    I am getting the follwoing errors. Are these as a result of my copying and pasting...

    Prasad Bhogadi
    www.inforaise.com

  • RE: Insert Update Stored Procedure for a table

    Prasad Bhogadi (9/1/2008)


    Are you using the initial script or the modified script? Would you mind posting your table structure please.

    Thanks

    Hello hsitas953

    I found that when I copy and paste the code...

    Prasad Bhogadi
    www.inforaise.com

  • RE: T-SQl function vs SP

    EK (11/20/2008)


    I have a SQL Server 2000 database that is poorly designed. I barely know what I am doing, this is not my normal job. I am trying...

    Prasad Bhogadi
    www.inforaise.com

  • RE: Insert Update Stored Procedure for a table

    Are you using the initial script or the modified script? Would you mind posting your table structure please.

    Thanks

    Prasad Bhogadi
    www.inforaise.com

  • RE: How to create primary key for this table?

    Is Your MailNO a unique column or does it allow duplicates. If your MailNo is a unique column and you want to build a primary key on the column it...

    Prasad Bhogadi
    www.inforaise.com

  • RE: To Store Formatted Data or Not

    gwque (6/5/2008)


    I'm debating whether or not to store formatted or unformatted phone numbers and/or postal codes in the database.

    Advantages

    User controls formatting, including complex international formats.

    No need to dynamically set input...

    Prasad Bhogadi
    www.inforaise.com

  • RE: what is the differences between these two procedures ?in case of execution time ect.. any one can help ?

    Basically its going to be a quite a bit of performance hit as in your stored procedure where you used dynamic sql, the plans are not used its a better...

    Prasad Bhogadi
    www.inforaise.com

  • RE: getdate() in dynamic SQL

    Sergiy (5/27/2008)


    ', DateUpdated = GetDate() ' + CHAR(13)

    🙂

    This is straight forward. We were trying to re-invent the wheel 🙂

    Prasad Bhogadi
    www.inforaise.com

  • RE: Generate Insert Statements Easily

    Even with SET QUOTED_IDENTIFIER ON, it doesnot compile. The query analyzer returns the following error message.

    Server: Msg 207, Level 16, State 3, Procedure sp_DataAsInsCommand, Line 27

    Invalid column name 'SELECT 'INSERT...

    Prasad Bhogadi
    www.inforaise.com

  • RE: script for deleting duplicate records based on more than column

    Please post your table structure and the columns based on which you want to drive deleting the duplicates.

    Thanks

    Prasad Bhogadi
    www.inforaise.com

  • RE: MS SQL SERVER PPTS

    You can find slides on UDF at this location for download.

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

    Thanks

    Prasad Bhogadi
    www.inforaise.com

  • RE: getdate() in dynamic SQL

    You may want to use the convert function based on how you want to save the output of GETDATE() function in your DateUpdated Column.

    Prasad Bhogadi
    www.inforaise.com

Viewing 15 posts - 1 through 15 (of 455 total)