PDA

View Full Version : Connecting to the Microsoft SQL Server 2008 beta database using SQL SSMS 2008


junior
06-04-2008, 05:28 AM
Open SQL Server Management Studio, the Connect to Server Window will pop up, select/enter the following:

Server Type: Database Engine
Server Name: sql2k8-beta.discountasp.net
Authentication: SQL Server Authentication
Login: [SQL 2008 beta Login name]
Password: [SQL 2008 beta Password]

Click connect and you will be connected to the DiscountASP.NET SQL 2008 server.

Please note the following:

- You will need to to use the SQL Server Management Studio (SSMS) that comes with the SQL 2008CTP
- Any version of SQL 2005 SSMS is not compatible with you the SSMS 2008 version.

Here is the url for the Feb CTP version - http://www.microsoft.com/downloads/details.aspx?FamilyId=749BD760-F404-4D45-9AC0-D7F1B3ED1053&displaylang=en

Post Edited By Moderator (mjp [DASP]) : 6/5/2008 5:05:51 PM GMT

wisemx
06-05-2008, 10:57 AM
Exciting. http://community.discountasp.net/emoticons/wink.gif (Woot)

Installing the download x86 executable version on Vista SP1 right now.
Will definitely keep everyone posted.
Salute,
Mark Wisecarver aka wisemx

venuehome
06-24-2008, 04:33 AM
Beautiful. Worked like a charm.


Thanks,

venuehome
06-24-2008, 04:36 AM
I would love to be able to connect to the new beta instance, but I guess I don't have the proper rights on the server.

When I try to expand the list of databases, I get this:

The SELECT permission was denied on the object 'backupset', database 'msdb', schema 'dbo'. (Microsoft SQL Server, Error: 229)
For help, click: http://go.microsoft.com/fwlink?ProdName=Microsoft+SQL+Server&ProdVer=10.00 .1442&EvtSrc=MSSQLServer&EvtID=229&LinkId=20476

Anybody have any suggestions?

I'm running the RC0 SSMS client with VS2008 installed on my Vista SP1 PC (32bit)

junior
06-24-2008, 06:02 AM
please try again, the permission has been granted to avoid the error


junior

DiscountASP.NET

www.DiscountASP.NET (http://www.DiscountASP.NET)

venuehome
06-25-2008, 12:25 AM
One more anomaly. I can't right click and view the Properties of the database. I get a casting error in the client. I suspect it has to do with permissions again as I can use the SQL2K8 client and view database properties on my local 08 instance.

I'd gladly work more closely with DASP support to iron out these little issues.

Thanks

wisemx
06-25-2008, 12:53 AM
That's odd...I was able to pull up properites just now even on System tables.
Salute,
Mark

venuehome
06-25-2008, 03:00 AM
I can do that as well. What I am trying to do is view the properties of the database. (I get the same error as I posted before if I right click on the master database and choose properties from the menu presented.)


The reason I am trying to get to the properties is that I wanted to know what the database defaults were set at, Recovery model, Auto shrink etc.


I also wanted to check out the new change tracking feature of 08.

wisemx
06-25-2008, 08:44 AM
Right'o...I just checked and can view the properties of my test DB but not the Master DB.
While I could view the properties of my DB I couldn't change it to Auto Shrink...permissions failed.
Salute,
Mark

junior
06-26-2008, 04:04 AM
venuehome

please let us the version that you are using, in general , the properties of the database are exactly the same as your database properties


junior

DiscountASP.NET

www.DiscountASP.NET (http://www.DiscountASP.NET)