Any workaround for this SQL Server Management Studio threading issue?
Posted by jpluimers on 2013/11/29
I just got this error when SQL Server Management Studio 2012 was complaining about the owner of a certain SQL Server 2012 database and tried to copy that message to the clipboard:
This message cannot be copied to the clipboard.
Additional information
Current thread must be set to single thread apartment (STA) mode before OLE calls can be made.
Ensure that your Main function has STAThreadAttribute marked on it. (System.Windows.Forms)
Is there anyone who knows how to workaround this issue in SSMA?
–jeroen
Leave a Reply