Microsoft
Software
Hardware
Network
Question : Perl SQL Server error - SQL-01004
Well,
I wrote a simple Perl program to read from one table, one record at a time. Process, then insert into another.
Got SQL-01004 error when read a particular row.
--------------------------
DBD::ODBC::st fetchrow_array failed: [Microsoft][ODBC SQL Server Driver]String data, right truncation (SQL-01004) at Y:\work\cp\scripts\DataSto
re\load
DiagnosisLabIntegrate.pl line 32.
--------------------------
How do I fix this?
Answer : Perl SQL Server error - SQL-01004
I answered me own question. Yay!.
I set
$dbh->{LongReadLen} = 20480;
$dbh->{LongTruncOk} = 1;
and it works.
Random Solutions
Change MS Query Data Source In Excel
Windows Server 2008 File Server inaccessible from clients
Can you Transfer CALS
DNS Server fails to start =>The Handle is invalid?
MS Access: sending table or reports (in Excel or text forms) via email
Looping thru 90 codes
Query with 2 tables and two diff. dates - report shows date random
Client-only rules in Outlook 2003
Ask about install windows service
SSIS insert primary key - there must be a way