Viewing 10 posts - 1 through 10 (of 10 total)
Thanks for the replies,
Let me try and clear some things up:
1. the whole reason i started this thread was because i was trying to write a one time import routine...
April 12, 2005 at 12:28 pm
Michael,
Address 1 and Address 2 are for line 1 and line 2 of an address respectively. AddressTypeID differentiates between mailing, billing, shipping addresses...etc...
so one Customer to Address is a one...
April 11, 2005 at 10:14 pm
So how do you recommend writing reusable code?
Do you recommend the use of Stored Procedures? If so, how am i supposed to run tests on a value before executing a...
April 11, 2005 at 4:23 pm
Thanks for all the suggestions, i was able to complete the process without any problems. Here are my conclusions and questions:
The process completed when I stopped using @@Rowcount in Address_Insert...
April 10, 2005 at 12:31 am
I have included 2 more stored procedures to complete the code.
During my testing, i had commented out the execution of the stored procedure:
Exec @ContentSequenceID = ContentSequence_Insert @ContentGroupID=@ContentGroupID, @ContentTypeID=@AddressTypeID
in...
April 6, 2005 at 9:31 pm
Thanks Brian, and everyone else for your help on this issue.
I threw everything i had at them, and they won't open port 1433 tcp. I submitted all the documentation above...
March 24, 2005 at 5:58 pm
So, i informed my ISP that they have blocked 1433 tcp when they really need to block 1434 udp, and they claim that they still won't do anything about it...unless...
March 16, 2005 at 10:57 pm
Thanks for all the adivce. I am currently travelling in the arctic...but when i get back i will try and hammer all of this out as i really don't have...
March 10, 2005 at 11:21 am
"So in essence, they CAN open tcp/1433 so long as they block udp/1434.
So you're saying if they do this, i can still use server tools like query analyzer and enterprise...
February 23, 2005 at 2:37 pm
unfortunately, it is a shared server. So, only thing i can use is the web-based enterprise manager and query analyzer. Which is harder to use and doesn't allow me to...
February 23, 2005 at 12:57 am
Viewing 10 posts - 1 through 10 (of 10 total)