Bug #39252 | Error viewing stored procedure info in server explorer | ||
---|---|---|---|
Submitted: | 4 Sep 2008 18:35 | Modified: | 10 Oct 2008 10:40 |
Reporter: | Chris Robison | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | Connector / NET | Severity: | S1 (Critical) |
Version: | 5.2.3 | OS: | Windows (Vista Enterprise x86) |
Assigned to: | CPU Architecture: | Any | |
Tags: | Parameters, Server Explorer, stored procedures |
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
[4 Sep 2008 18:39]
Chris Robison
[8 Sep 2008 16:59]
Chris Robison
IS_RESULT Exception
Attachment: IS_ResultError.jpg (image/jpeg, text), 217.05 KiB.
[9 Sep 2008 21:53]
Mike Hat
Error window I get in the wizard when creating a tableadapter on VS2008
Attachment: errorwindow.jpg (image/jpeg, text), 53.64 KiB.
[10 Sep 2008 14:06]
Chris Robison
Here are the final results of configuring a brand new data set using existing stored procedures.
Attachment: NewDataSet.jpg (image/jpeg, text), 45.87 KiB.