Sql 2014 Support
JustBnLazy
Posts: 5 Bronze 1
Hi!
I'm trying to execute a existing Sql Comparison SDK 11 console app against a Sql 2104 db but getting an error (see below) and wonder if Sql 2014 is supported or not. Works like a charm against Sql 2012. Please let me know.
Error Msg:
ExecuteReader: CommandText property has not been initialized
Thanks,
Patrick
I'm trying to execute a existing Sql Comparison SDK 11 console app against a Sql 2104 db but getting an error (see below) and wonder if Sql 2014 is supported or not. Works like a charm against Sql 2012. Please let me know.
Error Msg:
ExecuteReader: CommandText property has not been initialized
Thanks,
Patrick
Comments
The SDK does support SQL Server 2014. It seems fairly strange that you get this issue on connecting to one server and not another. Could you confirm that you're using the 11.1 release of the SDK? Would it be possible for you to share the code that is causing the issue here so that I can take a look for you?
Regards,
David
Redgate Software
Sorry I thought we were compiled with the latest SDK version but we weren't - on v10. I upgraded (had a little work since the API had changed a bit) and now we are running without issue. Thanks for your quick reply!
Patrick
David
Redgate Software
HTH,
Patrick