Viewing 8 posts - 1 through 8 (of 8 total)
Thanks for the reply!
I actually got SQL Server 2012 Express installed without any problems. That is all I need, I will not be doing any designing or admin tasks on...
July 15, 2013 at 1:52 pm
Thanks for the help! I see the error of my ways!!
I made things difficult for myself by copying an SP I wrote at work. That SP does not do...
October 1, 2010 at 8:43 am
bteraberry (3/25/2010)
March 25, 2010 at 11:56 am
The Sub CheckLawsonHoldRecord is just doing a simple SQL select over the AS400 table to confirm that the Company, Vendor, Invoice key combo has been inserted by the AS400 SP...
March 25, 2010 at 11:46 am
Ok, this is totally driving me nuts!! I have NEVER had a problem like this before!!!
Once again the code and the SP all work fine when executed from my...
March 25, 2010 at 10:39 am
Ok, so the SQL DBA had me add "SET NOCOUNT ON", in all my SP's. That definitely helped as the bit field column started getting updated.
I also added...
March 24, 2010 at 4:29 pm
I will try out your changes for the SP, ASAP. Right now I am working with the SQL DBA.
Here is the sub in VB.Net code that calls this SP:
Public...
March 24, 2010 at 12:45 pm
Thanks for the replies, I am going to try out the suggestion in that article (from the link). If anyone else has any other ideas please do let me know.
November 24, 2007 at 10:34 am
Viewing 8 posts - 1 through 8 (of 8 total)