Viewing 15 posts - 1 through 15 (of 454 total)
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...
August 17, 2010 at 3:03 am
spectra (7/21/2009)
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...
July 21, 2009 at 6:19 am
nigelevenden (11/26/2008)
I am getting the follwoing errors. Are these as a result of my copying and pasting...
November 26, 2008 at 3:32 am
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...
November 25, 2008 at 8:13 am
EK (11/20/2008)
November 21, 2008 at 6:35 am
Are you using the initial script or the modified script? Would you mind posting your table structure please.
Thanks
September 1, 2008 at 2:20 am
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...
July 16, 2008 at 5:32 am
gwque (6/5/2008)
Advantages
User controls formatting, including complex international formats.
No need to dynamically set input...
June 6, 2008 at 12:55 am
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...
June 5, 2008 at 7:07 am
Sergiy (5/27/2008)
', DateUpdated = GetDate() ' + CHAR(13)
This is straight forward. We were trying to re-invent the wheel
May 27, 2008 at 4:35 am
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...
May 27, 2008 at 3:30 am
Please post your table structure and the columns based on which you want to drive deleting the duplicates.
Thanks
May 27, 2008 at 2:55 am
You can find slides on UDF at this location for download.
http://support.microsoft.com/kb/325105
Thanks
May 27, 2008 at 2:53 am
You may want to use the convert function based on how you want to save the output of GETDATE() function in your DateUpdated Column.
May 27, 2008 at 2:21 am
Viewing 15 posts - 1 through 15 (of 454 total)
This website stores cookies on your computer.
These cookies are used to improve your website experience and provide more personalized services to you, both on this website and through other media.
To find out more about the cookies we use, see our Privacy Policy