Tried this out today as I was quite impressed with CTP2.Anyone had any pleasent experiences with it?Im going to install this once more on a new machine but it would appear that doing pretty much anything within SSMS results in an exception. I've traced them down to it running queries for system fields that do not even exist.E.g create a table and you will see this this "Msg 207, Level 16, State 1, Line 7Invalid column name 'server_id'". In a nice message box of course. You cannot view the properties of the database either using the GUIthe and profiler shows queries such as this:SELECTsvrs.data_source AS [RemoteDataArchiveEndpoint],svrs.name AS [RemoteDataArchiveLinkedServer],rdad.remote_database_name AS [RemoteDatabaseName]FROMsys.remote_data_archive_databases rdadINNER JOIN sys.servers svrs ON rdad.server_id = svrs.server_idI'll give this another a go. They couldn't have just released a preview with more bugs than SQL 7, surely?Rob
↧