Viewing 15 posts - 31 through 45 (of 45 total)
All time succeded this.
By example run this:
BEGIN
update server1.table set Comments ='TEST' where adcid=2
END
this execute without problem, but when I execute this, show the same error:
BEGIN TRANSACTION
update server1.table set Comments ='TEST'...
May 12, 2008 at 2:48 pm
Hi, I has doing that you wrote, but show this error:
Error at Data Flow Task [Excel Destination Recuperados [1570]]: An OLE DB error has occurred. Error code: 0x80040E37.
Error at Data...
May 7, 2008 at 3:31 pm
Hi, thanks by your answer. I has add to Expressions property, the ConnectionString inserting the code that give me, but when run the package show this error:
Nonfatal errors occurred while...
May 7, 2008 at 10:57 am
Jeff, thanks by your help. Thats just what I needed.
April 8, 2008 at 12:55 pm
Thanks Jhon by your answer. The solution was change 'Protection Level' from 'Encrypt sensitive data with user key' to 'Rely on server and storages and roles for acces control'.
March 26, 2008 at 3:52 pm
Adam, finally I can export the data...but How i can export the data with headers of columns the table?.
Thanks a lot by your help.
March 17, 2008 at 1:37 pm
Thanks Adam by your answer.
I want to use the BCP. Sorry is the first time that I going to use this function, can yu help me, step by step how...
March 17, 2008 at 12:50 pm
'D:\AHD_Nuevo.dat' is a backup that has done using SQL Server 7. Now I have SQL Server 2000.
The .dat is in Server Drive.
September 20, 2006 at 8:44 am
I'm using the Enterprise Manager.
Right-click Database->All Tasks->Restore Database
September 20, 2006 at 8:38 am
Thanks...the problem has been resolved.
September 6, 2006 at 12:20 pm
The column Fecha_Apertura int 4
The data that I want convert is e.g: 1157472771
And when I use the script: Convert (Fecha_Apertura as datetime), show the follow error:
Arithmetic overflow error converting expression to...
September 5, 2006 at 10:53 am
Hi, I have a problem I want UPDATE a column of name "alumnokey" of type "int" to "int identity(1,1) primary key", when i want do the change, show me error. Someone know how can...
July 8, 2004 at 5:41 pm
The solution is in create a table in the destination database, with the column respectives, after import with DTS to the created table, and that is the solution.
Lucky
April 22, 2004 at 4:36 pm
Viewing 15 posts - 31 through 45 (of 45 total)