Viewing 15 posts - 1 through 15 (of 20 total)
Ryan-
I added the ID to the select statement and it works. Thank you for your assistance! 😀
update a set
Equipment = b.Equipment,
...
April 21, 2008 at 8:35 am
Ryan,
Thank you for your assistance. Mine was obviously extremely inefficient. I tried your solution and got the following error:
Invalid column name 'ID'
Both tables have an ID column so I am...
April 21, 2008 at 8:28 am
I followed the steps you indicated with the following results:
1. log in; status says sa(115)
2. run query by clicking the run query button; status says sa(115)
3. run query again pressing...
March 26, 2008 at 12:05 pm
Thank you sir. What if the "Disconnect after query executes" option is not checked?
March 24, 2008 at 4:59 pm
RBarry,
Thank you for the info. I failed to mention that I am using the SQL Query tool from SQL 2000 which does not have the options you mentioned.
March 24, 2008 at 3:34 pm
I have it working in my stored proc. Your knowledge and this forum give me hope. Thank you all for your assistance. 😀
February 26, 2008 at 1:54 pm
If I run the whole script it works fine; I was trying to step through it and Matt's assumption was correct. I did not highlight the update section with the...
February 26, 2008 at 11:10 am
Can someone explain the [Must declare the scalar variable "@PrevGrpBal"] error message?
The following section of Adam's script appears to declare the @PrevGrpBal variable:
--===== Declare the variables for the "Code...
February 26, 2008 at 10:32 am
You are correct Matt. I typed it in the message incorrectly; the error reads:
Must declare the scalar variable "@PrevGrpBal".
If I understand you correctly regarding populating the table, I would create...
February 25, 2008 at 4:35 pm
Thank you all for the information.
Adam - I tried your code and received the following message:
Must declare the scalar variable "@PreGrpBal"
I am unsure how to resolve this.
Additionally, I do not...
February 25, 2008 at 1:22 pm
Just to clarify, the loop w/o cursor did work fine with the exception of the initial blank line.
Thank you all for your suggestions.
February 2, 2007 at 2:37 am
Thanks for your help Noel. Perhaps I did not understand your response to my question, I tried the following approaches but was unable to make it work:
-------------------------------------------------
if object_id('cat') is not...
January 29, 2007 at 8:58 am
Very cool! Is it possible to create a line break between the columns? I have the following data:
Task_Code |
January 23, 2007 at 6:57 am
Mark,
Here is how I solved it:
1. Database Menu
2. Set Datasource location option
3. set the datasource to the same stored proc
4. Crystal Prompts for the new parameter's value.
Thanks for your time.
January 18, 2006 at 2:52 pm
Hi Mark,
I am unsure where the XSD file exists at. Is it like a text file?
January 18, 2006 at 12:25 pm
Viewing 15 posts - 1 through 15 (of 20 total)