Viewing 15 posts - 16 through 30 (of 40 total)
I'm trying to insert data from SQL 2005 to iSeries AS400
I create a linked server and :
if I run this query:
select
*
December 20, 2006 at 1:58 pm
In my case How do I use the four part table ???
something like this..
select
* from LPUSA01.EBSTSTNEW
December 20, 2006 at 1:03 pm
waht you mean 4 part table instead of openquery ???
the reason I'm using char(8000) is I spent the last 3 days trying to figure out and If I change back
to...
December 20, 2006 at 11:49 am
I did, I add single quotes around the date field and the same error appears.
Insert
into openquery
(
LPUSA01,
December 20, 2006 at 11:11 am
and the original table is on AS400, I create that view using the OPENQUERY script, and I cannot change nothing on AS400
November 1, 2006 at 12:24 pm
that view provide details of the invoices, but the invoice table doesn't have a primary key, the application do not accept it, I try to modify and I shut down...
November 1, 2006 at 12:20 pm
I need a primary key on that view and the 2 tables involved there is no primary key, and I don't know how to do that.
November 1, 2006 at 11:51 am
Well, I fix the problem temporarilly executing the NET USE command and map the drive and then executeint xp_cmdshell and after that NET USE again and Unmap the drive, works...
October 26, 2006 at 8:43 am
Yes the server and the user has permission to delete the file
October 26, 2006 at 7:57 am
I did re-initialize all and nothing same error:
and
I don't have that store procedure sp_browsereplcmds
thanks
October 24, 2006 at 12:48 pm
I did and nothing happen:
DROP TABLE [New Table]
GO
CREATE TABLE [New Table] (
[STD VIN] VarChar (17) ,
VIC VarChar (10) ,
MODELYEAR VarChar (4) ,
MAKE VarChar (17) ,
MODEL VarChar...
July 31, 2006 at 8:48 am
[MVG T003 - Eliminate outliers from T001] it is a table and [CurMileage] it is a column
and yes it is only one source for both
July 26, 2006 at 9:12 am
yes, it is a mathematical operation:
In Access this way:
Sum(([MVG T003 - Eliminate outliers from T001]![CurMileage]-[CPM T001 - Calc avg cur mileage & proceeds]![AvgOfCurMileage])^2) AS [Reg Equation Slope Denomator]
In SQL this...
July 26, 2006 at 8:48 am
Viewing 15 posts - 16 through 30 (of 40 total)