Posted by
Jason Massie
on Monday, June 23, 2008 at 10:04 PM to
SQL Server 2008, SSRS, RC0
252 Views |
0 Comments |
Microsoft licensed the Dundas guage control for SQL Server 2008. I believe they did the same the chart control. I have been playing around with the gauge control for a new project I am working on tonight and I thought I would show few pics because they are pretty cool.
Here is it displaying real time perfmon data:
Here are several more but not all of the other other gauge types. Click to expand.
How cool is that? Ok, ok, it is a JeeYouEye but your boss will think you have been taking king fu lessons.
Posted by
Jason Massie
on Wednesday, June 18, 2008 at 2:58 PM to
SQL Server 2008, SQL performance tuning, Indexes, PASS, Data collection, RC0
162 Views |
0 Comments |
Reminder: You can catch me at the North Texas SQL Server User's Group tomorrow night. The Data Collection presentation that I put together may be short so I have a few backup slides and demo's on filtered indexes, queries hashes and the 2 second SQL Server 2008 upgrade. Directions and details can be found at http://northtexas.sqlpass.org
Hope to see you there.
Posted by
Jason Massie
on Friday, June 13, 2008 at 10:37 AM to
SQL Server 2008, RC0
198 Views |
0 Comments |
I found this in google reader this morning. PowerGUI wins "Breakthrough Product of TechEd 2008". I have looked it before. I believe Brent O pointed me to it. Well, I missed the script editor before. This baby is nice. You can run commands directly from the editor. It has intellisense and a debugger! Oh yah, it is free and open source.
Read more and download here: http://powergui.org
To load the SQL 2008 RC0 snapin and format files, you have to run these commands.
Add-PSSnapin SqlServerProviderSnapin100
Add-PSSnapin SqlServerCmdletSnapin100
Update-TypeData -PrependPath "C:\Program Files\Microsoft SQL Server\100\Tools\Binn\SQLProvider.Types.ps1xml"
Update-FormatData -PrependPath "C:\Program Files\Microsoft SQL Server\100\Tools\Binn\SQLProvider.Format.ps1xml"
P.S. Be wary of the "cult of posh"
Posted by
Jason Massie
on Thursday, June 12, 2008 at 3:08 PM to
SQL Server 2008, RC0
140 Views |
0 Comments |
The new SSMS splash screen....

Posted by
Jason