Bug #67387 | ODBC 5.2.2 and ODBC 5.1.11 Windows 64 Bit causes MS SQL Server 2008 R2 crash | ||
---|---|---|---|
Submitted: | 26 Oct 2012 15:13 | Modified: | 8 Jun 2013 6:21 |
Reporter: | Christoph Ingenhaag | Email Updates: | |
Status: | No Feedback | Impact on me: | |
Category: | Connector / ODBC | Severity: | S3 (Non-critical) |
Version: | 5.2.2, 5.1.11 | OS: | Windows (Server Standard FE SP 2) |
Assigned to: | Bogdan Degtyariov | CPU Architecture: | Any |
Tags: | Linked server connection, MS SQL Server 2008 R2, ODBC |
If the data you need to attach is more than 50MB, you should create a compressed archive of the data, split it to 50MB chunks, and upload each of them as a separate attachment.
To split a large file:
- On *nix platforms use the split command e.g.
split -b 50MB <my_large_archive> <my_split_archive_prefix>
- On windows use WinZip or a similar utility to split the large file