Can I connect to Cache using SSMS (SQL Server Management Studio) and view schemas and build queries as I do for SQL Server?
If yes, step-by-step instructions for setting up the connection would be greatly appreciated.
I googled the topic but didn't find any results that were on target.
Thanks,
Christian Bahnsen
Thanks for the reply.
We already have a linked server to Cache and I run queries against Cache using EXECUTE ... AT or OPENQUERY syntax.
But I can't view namespaces/schemas or write direct queries against Cache.
A recent upgrade messed up the SQL portal in the System Management Portal where I normally start building queries. Our MID department can't seem to fix the problem so I'm looking for workarounds. I know some people use WinSQL to connect to Cache and a Cache tech support person thought SSMS could perform the same role, but he doesn't use SSMS personally so didn't know how to configure the connection.
Hence this post. If it's doable, I'd love to get my instance of SSMS configured so I could write queries directly against Cache. I'd still use the linked server and the EXECUTE or OPENQUERY syntax for queries driving reports I push out to our Report Server.
I became aware of Cache Monitor yesterday and that may be a solution, but if I can accomplish the same end using SSMS that's the route I'd prefer to take.