RDM & MS SQL 2014 SP1

RDM & MS SQL 2014 SP1

avatar

Hi,

We've moved our Test RDM db to an MsSql 2014 SP1 instance.
We can't see the db anymore.
Is this version supported ?

Br
André

All Comments (6)

avatar

Hi André,

What do you mean "We can't see the db anymore"?

MSSQL 2014 SP1 is supported, I'm currently running the the exact version.

select SERVERPROPERTY('productversion') as [productversion], SERVERPROPERTY ('productlevel') as [productlevel], SERVERPROPERTY ('edition') as [edition], @@version as [@@version]

productversion productlevel edition
-------------- ------------ -----------------
12.0.4213.0 SP1 Enterprise Edition (64-bit)

@@version
---------
Microsoft SQL Server 2014 - 12.0.4213.0 (X64)
Jun 9 2015 12:06:16
Copyright (c) Microsoft Corporation
Enterprise Edition (64-bit) on Windows NT 6.3 <X64> (Build 10240: )

Stéfane Lavergne

avatar

We are using Named Instances, these are however not shown ?
Could that be the problem ?

Br
André

avatar

Odd, not sure why that would be, I will need to investigate. In the mean time you can type in the instance name and all should work.

Best regards,

Stéfane Lavergne

avatar

The server Browse function does not even show us the server where we've move the DB to.
Is there an kind of debugging feature ? (logging)

avatar

It looks like it mught be a bug with Microsoft: https://connect.microsoft.com/VisualStudio/feedback/details/1582568/sqldatasourceenumerator

You will need manually enter the server name/instance.

Best regards,

Stéfane Lavergne

avatar

Entering by hand solved the problem.
Thnx !