Viewing 15 posts - 1 through 15 (of 27 total)
I have the same problems. Also, it happens when transferring data from SQL Server to Access, PK marks disappear.
Generally I use DTS Import/Export Wizard, and some PK values are combiations...
November 7, 2003 at 1:56 pm
Hi Jonathan,
The following setting works well.
set @sqlquery = N'select @thisID = QUESTIONID from ' + @currentTbl +
...
September 29, 2003 at 12:29 pm
Hi Jonathan,
You are right. I am trying to the sp_executesql way. However, I still have a problem when I run the following script.
declare @sqlString nvarchar(100)
declare @paremeter nvarchar(100)
declare @intVar ...
September 29, 2003 at 9:52 am
Good idea, I'll try this way.
Thank you very much!
August 5, 2003 at 2:51 pm
Unbelievable. Is it so easy?
Well, appreciate your advice.
July 31, 2003 at 2:07 pm
Yes, of course. But what do you mean? I didn't get it this time. Sorry.
July 31, 2003 at 1:58 pm
I agree with you about ‘sa’ account. My question is if I don’t use ‘sa’ to connect ODBC, which account should I use?
I am thinking your suggestion that tables have...
July 31, 2003 at 1:45 pm
Hi,
I have read your suggestions seriously. But I still have some concerns and like to discuss with you.
1. We use ODBC connection rather than MTS middle tier. It...
July 31, 2003 at 12:27 pm
Thanks for your reply.
It's okay for me to run the bcp command in a Command Prompt.
Although I changed the code as follows, the trigger seems hang in there forever.
DECLARE @FileName...
June 13, 2003 at 1:18 pm
You are right. In addition, using bcp to copy data from a local tempporary
table isn't possible, but global temporary tables do the work.
However, I run into another issue....
June 12, 2003 at 11:02 am
Hi Frank,
In general, I use DTS Import/Export Wizard to complete this task. You know, it's simple just to point out the source, the destination, and tables. During the transferring, nothing...
June 4, 2003 at 9:27 am
I got the reason by using 'Output file'. Some date made me crazy.
Appreciate you both.
May 29, 2003 at 2:20 pm
I use System Account for both SQL Server and SQL Server Agent. No change to dbo.
Any other possible reasons?
Thanks
May 28, 2003 at 2:40 pm
Hello,
Your ideas are great and I’m going to try bcp.
For a5xo3z1, your question is good. Actually, our data is used to statistical research. So some dirty data must be...
May 20, 2003 at 8:43 am
Good idea.
One more detail, do you mean insert a copy of whole table into the Pending Deletes?
Would you advise me how to restore the table
if I choose this way?
Thx
...
May 19, 2003 at 12:04 pm
Viewing 15 posts - 1 through 15 (of 27 total)