Activity overview
Latest activity by MSobey
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 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...
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...
Out of Memory Exception While loopin through batches
I am having a problem when trying to script the data out of an existing database. (Code Below)
I only need the data, I am sending it to a server that already has an empty database that I want to po...