Viewing 7 posts - 1 through 7 (of 7 total)
This is an add on to the previous post. The error is SQL State 4200 which turns out to be either a syntax violation or an access violation. We've ruled...
February 12, 2002 at 9:07 am
I found the problem. I had changed the properties on the linked server I have set up to where my remote user login impersonate my network user login. Once I...
February 5, 2002 at 8:50 am
The stored procedure was getting caught on one of the queries. It was not processing due to an alias issue. This actually happended before, and I'm not sure why it...
January 25, 2002 at 10:07 am
Here's what I'm doing. After the user clicks a button I run code that updates all the necessary fields using Update statements. Once the Updates are complete I have code...
September 20, 2001 at 2:42 pm
Make sure you read the white paper on Microsoft's site to get details on using the upsize wizard. I recently used it with 97 but I know 2000 is alot...
August 24, 2001 at 8:20 am
Viewing 7 posts - 1 through 7 (of 7 total)