Comments
Sort by recent activity
Brian, I really appreciate all of your help so far.
Could you point me in the direction of an example to automate Packager sending data only?
Thanks.
Mike / comments
Brian, I really appreciate all of your help so far.
Could you point me in the direction of an example to automate Packager sending data only?
Thanks.
Mike
I have found out that the exception occurs because I am exceeding the maximum capacity of the stringbuilder class (Int32.MaxCapacity).
Also, I saved the execution block to a file and the file was 387mb. This is too large for us to send, is there an easy way to break the execution block into several smaller packets that I could send?
We are wanting to send data only, we do not want to send schema with it.
Thanks,
Mike / comments
I have found out that the exception occurs because I am exceeding the maximum capacity of the stringbuilder class (Int32.MaxCapacity).
Also, I saved the execution block to a file and the file was 3...
I have looked at SQL Packager, but will the SQL Packager send data only?
I found the example that shows how to use the SQL Packager to send schema and data, but for it to work for us, we need it to send only the data. / comments
I have looked at SQL Packager, but will the SQL Packager send data only?
I found the example that shows how to use the SQL Packager to send schema and data, but for it to work for us, we need it to...