Viewing 15 posts - 91 through 105 (of 108 total)
Gail,
What I am trying to do is the following:
* Website customer creates order in Shopping cart header / detail tables
* When customer says place order, website puts record in...
May 16, 2010 at 2:36 pm
When I run it from DOS, it works fine. No hang. Debug messages get written. It hangs on the 'update web_processing_queue...' statement.
Mike
May 16, 2010 at 12:41 pm
Jeff
Oops. I do have a system defined data type of ID. It is an INT.
Mike
May 16, 2010 at 12:30 pm
Jeff,
Sorry about that. I thought maybe I put it in the wrong place. Is there a way to cancel this thread?
Mike
May 16, 2010 at 12:29 pm
Yes, we have to store them as we offer "card on file" options. Do you have any good 3rd party software that can be used in SQL, .net operations...
April 19, 2010 at 10:23 pm
What would you recommend for storing credit card information? Using 2008 encryption or a 3rd party?
April 19, 2010 at 7:03 pm
I have tried different approaches. I posted a second thread with one of the approaches. ANY help would be appreciated. Thank you for your time on this.
Mike
April 15, 2010 at 12:17 pm
Also, the line: @C IDs Readonly, has a red wavy line. The intellisense shows this message:
The parameter "@C" can not be declared READONLY since it...
March 24, 2010 at 9:52 pm
Sorry about that. Here is the definition I used:
/* Create a user-defined table type
CREATE TYPE IDs AS TABLE
( id INT NOT NULL, primary key (id) )
*/
I still...
March 24, 2010 at 9:49 pm
Kingston D.
But i can give you a better way of doing the update without using the #C and which will not give you problems if you have NULL values as...
March 15, 2010 at 11:34 pm
Yes, I use it to do an insert into another table as well.
March 15, 2010 at 10:47 pm
Thank you to all who contributed. I will try the truncate table idea.
Mike
March 13, 2010 at 8:41 am
Here is a code block that can duplicate the problem. I know it is a simple example, however, if I can understand how to make this example work, I...
March 13, 2010 at 12:46 am
Sorry, I should have stated that the error occurs on the 2nd SQL statement (after the 1st drop table).
Mike
March 13, 2010 at 12:22 am
Viewing 15 posts - 91 through 105 (of 108 total)