Bug #76292 | EF6 Wrong SQL Statement to set primary Key | ||
---|---|---|---|
Submitted: | 12 Mar 2015 13:16 | Modified: | 29 Jun 2016 20:16 |
Reporter: | Brian Dahl | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | Connector / NET | Severity: | S1 (Critical) |
Version: | OS: | Windows | |
Assigned to: | Jose Gabriel Valencia Ornelas | CPU Architecture: | Any |
Tags: | entity framework |
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
[12 Mar 2015 14:16]
Chiranjeevi Battula
[13 Mar 2015 8:00]
Chiranjeevi Battula
screenshot
Attachment: 76292_1.PNG (image/png, text), 106.98 KiB.