Viewing 15 posts - 11,491 through 11,505 (of 15,376 total)
OK this is still nowhere near enough info but thanks for the proc code.
How about ddl for the table you are trying to insert to?
What are the parameters...
June 25, 2012 at 8:54 am
You have not provided anywhere near enough information for anybody to be able to help.
Try this link. http://weblogs.sqlteam.com/jeffs/archive/2008/05/13/question-needed-not-answer.aspx
June 25, 2012 at 8:24 am
SQL_Kills (6/25/2012)
The reason why it is not like the table how you did it, is because if you join to another table then the report would show many lines.
And as...
June 25, 2012 at 8:06 am
SQL_Kills (6/25/2012)
Hi, what's OP mean?
OP = Original Poster. 😀
June 25, 2012 at 7:39 am
Sounds like @KodePay is a delimited string? Take a look in my signature at the article about splitting strings.
June 25, 2012 at 7:28 am
sestell1 (6/25/2012)
Does anyone know what SQL Server actually...
June 25, 2012 at 7:21 am
dwain.c (6/22/2012)
Sean Lange (6/22/2012)
SQL_Kills (6/22/2012)
Thanks for your advice so far and what you have shown me.
The table you created QuestionFieldsNormalized was what the table originally looked like that when pulling...
June 25, 2012 at 7:01 am
A couple easy suggestions. Your name of ID is inadequate as Lowell pointed out previously. Your columns don't make any sense to me. There is one thing that will help...
June 22, 2012 at 2:30 pm
It would probably be better if you used reply instead of editing. when you edit nobody gets a notification, but when you add a new reply they do. 😛
Thanks for...
June 22, 2012 at 2:00 pm
We used to play one while traveling. We called it the geography game. Here is how it works. The first person will say the name of a location. This can...
June 22, 2012 at 1:09 pm
TheSQLGuru (6/22/2012)
Sean Lange (6/22/2012)
TheSQLGuru (6/22/2012)
Eugene Elutin (6/21/2012)
I cannot understand why would you need dynamic sql for statements there.
Why not to have the same stored procedures in every database and call...
June 22, 2012 at 12:57 pm
sunshine-587009 (6/22/2012)
June 22, 2012 at 12:50 pm
To be more descriptive in the normalization issues I figured I should explain what I mean.
You have a column Engineer. I assume this is the column that holds the name...
June 22, 2012 at 10:03 am
That is because your data is not normalized. You have multiple rows with the same part number but the description is different. If you had a parts table and this...
June 22, 2012 at 9:50 am
Viewing 15 posts - 11,491 through 11,505 (of 15,376 total)