View Full Version : Notes: wisemx
wisemx
06-06-2008, 12:44 AM
[quote]sql2k8-beta.discountasp.net
set nocount on
go
select @@version
go
select 'Edition: ' + convert(char(30), serverproperty('Edition'))
go
select 'Product Version: ' + convert(char(20), serverproperty('ProductVersion'))
go
select 'Product Level: ' + convert(char(20),serverproperty('ProductLevel'))
go
set nocount off
go</CODE>
Version: Microsoft SQL Server code name "Katmai" (CTP) - 10.0.1300.13 (X64) Feb 7 2008 22:02:25 Copyright (c) 1988-2007 Microsoft Corporation Developer Edition (64-bit) on Windows NT 6.0 <X64> (Build 6001: Service Pack 1)
Edition: Developer Edition (64-bit)
Product Version: 10.0.1300.13
Product Level: CTP
wisemx
06-06-2008, 01:37 AM
Salutations,
I'll use this post toshare notes.
This one will be: First Impressions
Additional posts will be anything beneficial.
Please feel free to comment. http://community.discountasp.net/emoticons/wink.gif
First of all, it is an honor to provide this service for DASP, thank you DASP! You guys rock!
Now...My noteswhile installing this CTP of 2008 on Vista SP1.
1) Installation went better on Vista with SP1.
I tried to install this same CTP once before but couldn't get past the Server Config section.
2) Really like the new SQL Server Installation Center, very nice addition.
That is one handy little interface, sure wish it had been there before.
3) User accounts in Server Configuration is still a bit confusing, if using NT local service authority.
This is obviously designed for the highest security and in that setup for corporate Intranet accounts, for the most part.
Configuring the services to use a Developer system with NT authorities is somewhat of a bear.
Fortunately if you type "N" in the username edit boxes you get intellisense-likesuggestions for the NT accounts.
You for the most part DO NOT want to use the "Use for All" option at the bottom.
As an example that will hose your SQL Server Agent for sure.
4) One finishing up, 10 Success messages, took a long time for the RebootMessageAction to release the "Next" button.
Installation took 1 hour and 50 minutes, to install every feature and BOL.
5) After applying the VS2008 KB update for SQL Server 2008 support I rebooted and the system restarted just fine.
At this point I was running SQL Server 2006 and SQL Server 2008 with no noticeable performance hit. Nice.
6) On starting SQL Server 2008 it noticed my 2005 registrations and asked if I wanted to add them, I did, no problem, very nice.
7) On opening the Management Studio I added my SQL Server 2005 databases, my 2008 DB and the DASP 2008 beta.
That alone was very impressive. Love it.
8) Just for kicks I imported my Excel Mime types, the first column was corrupted same as importing into SQL 2005.
The big difference here is 2008 has new features for working with table data in Query windows.
There are some very handy options you can simply select from the menu now, by right-mouse clicking on the table.
Man I love that, "about time" comes to mind. http://community.discountasp.net/emoticons/tongue.gif
9) Pumping data in and out of my local SQL Server 2005 to the DASP 2008 beta by using my local 2008 CTP was sweet!
I'm like a kid in a candy store. http://community.discountasp.net/emoticons/yeah.gif
Sound like a fan don't I?
All the best,
Mark Wisecarver aka wisemx
wisemx
06-06-2008, 01:39 AM
Saving changes isnot permitted.
http://community.discountasp.net/emoticons/rolleyes.gif?
Testing sql2k8beta_wisemx just now, created a Diagram to test making changes to an existing table.
Attached file shows the resulting error message.
OK, cancelled Diagram, went into Table Design mode.
Same error message.
Will we be required to drop tables to make changes?
Salute,
Mark
UPDATE:
On SQL Server 2008 making a change, as Admin, locally will override this behavior.
I was just able to make the change then edit the same table on sql2k8beta_wisemx. http://community.discountasp.net/emoticons/smile.gif
http://msdn.microsoft.com/en-us/library/bb895146(SQL.100).aspx
Post Edited (wisemx) : 6/6/2008 3:50:12 PM GMT
junior
06-06-2008, 10:08 AM
wisemx
I also experience this issue at the beginning just trying to safe a table. glad u got it working
junior
DiscountASP.NET
www.DiscountASP.NET (http://www.DiscountASP.NET)
wisemx
06-06-2008, 10:52 AM
That really was a surprise for me after using SQL Server for so many years.
Did some Web searches and found a ton of developer blogs where guys were beefing about that error. http://community.discountasp.net/emoticons/wink.gif
It's sort of like Vista's UAC but for SQL Server. LOL
btw...What sort things would you like me to test?
Salute,
Mark
junior
06-07-2008, 07:08 AM
feel free to test at will and supply any feedback and new features that you would like to see with sql 2008. As you are aware, there are some limitations that we can open up as a hoster. I will go ahead and create a thread where all customers will be able to make their suggestion: SQL 2008 feature suggestion by beta customers - junior
junior
DiscountASP.NET
www.DiscountASP.NET (http://www.DiscountASP.NET)
wisemx
06-10-2008, 11:47 AM
Currently running simple tests to confirm all-is-well.
Here's an ASP.NET 3.5 ListView pulling records from the AdventureWorks DB.
http://iis7test.com/sql2008test.aspx
Works as expected, coded as expected, nothing to report other than Success. http://community.discountasp.net/emoticons/wink.gif
Salute,
Mark
Post Edited (wisemx) : 6/25/2008 10:16:54 AM GMT
wisemx
06-19-2008, 12:47 AM
Note: Things have been crazy here...I haven't been able to do more SQL 2008 testing.
(My lovely wife's birthday, my youngest child's birthday and our wedding anniversary, over the past few days.)
Wanted to test SQL to rename a table that contained a PK.
Love the Intellisense and the notes in the query windows. Sweet.
Ran this:
sp_rename 'TimestampTable', 'timestamp_table'
SQL Server 2008 renamed the table but also provided a Caution:
Caution: Changing any part of an object name could break scripts and stored procedures.
Very handy to see the Server name, User account and Database in the footer.
vBulletin® ©Jelsoft Enterprises Ltd.