SQL Server 2008
Tag details
Welcome to the 'SQL Server 2008' tag page at Technorati. This page features content from the farthest reaches of the Blogosphere that authors have "tagged" with 'SQL Server 2008'.
Latest blogosphere posts tagged “SQL Server 2008”
-
SQL Server 2008 R2: Licensing Changes
Software Ruminations —
Authority: 122
SQL Server 2008 R2 has got a whole host of new features and now it’s got some new licensing too The big move is that SQL’s licensing will follow the same path as Windows Server, both in editions and also virtual licence allowances: SQL Server 2008 R2 Standard = 1 VM per licence SQL Server 2008 R2 Enterprise ...1 day ago -
AppDev Microsoft SQL Server Reporting Services 2008 DVD-iNKiSO
FileBeta —
Authority: 144
In this course, you will learn how to use SQL Server 2008 Reporting Services. Explore its basic architecture and gain a basic understanding of the components of SSRS 2008. You’ll then explore tabular and list reports that employ datasets and data regions. As you progress you’ll learn to add custom expressions, ...1 day ago -
High ROI items for SQL Server 2008
Rob Farley —
Authority: 99
To persuade your boss to embrace an upgrade to SQL 2008, you need to know which features have high Return On Investment. They may have seen presentations talking about features like Spatial, or MERGE (and been quite impressed), but they may well have left those presentations thinking about the effort that’s would be ...4 days ago -
How to Copy Query Results From SQL Server 2005/2008 into Excel
Glenn Berry's SQL Server Performance —
Authority: 121
I often work with DBAs who need to copy the results of a T-SQL query from SQL Server Management Studio (SSMS) into some portable format that is easy to save and comprehend. The easiest way that I have found is to right-click on the top left grid cell and choose either “Copy” or “Copy with Headers” (depending ...4 days ago -
SharePoint + Windows 2008 R2 + SQL 2008 Report Viewer Error
The SharePoint Engie that could... —
Authority: 92
Environment Windows Server 2008 R2 x64 MOSS 2007 SP2 Web Front End Windows Server 2008 R2 x64 SQL Server 2008 with all the services installed and SharePoint Integration Mode on. Issue Upon trying to launch Central Administration for the first time I was presented with the following error: Configuration ...5 days ago -
Expert Cube Development with Microsoft SQL Server 2008 Analysis Services by Chris Webb, Marco Russo, Alberto Ferrari
Free Your Mind All Free Download —
Authority: 164
Expert Cube Development with Microsoft SQL Server 2008 Analysis Services | Packt Publishing (July 15, 2009) | English | 1847197221 | 360 pages | PDF | Design and implement fast, scalable and maintainable cubes * A real-world guide to designing cubes with Analysis Services 2008 * Model dimensions and measure ...1 week ago -
Some SQL Server 2005/2008 Monitoring Stored Procedures
Glenn Berry's SQL Server Performance —
Authority: 121
Here is a collection of five stored procedures that are very useful for monitoring the overall health of a SQL Server 2005/2008 instance. These are instance level queries, not database level queries. They are very easy to periodically call from a Windows or Web client to display these items: Average SQL Task ...1 week ago -
Old DBA Trick To Confirm SQL Server Connectivity
Glenn Berry's SQL Server Performance —
Authority: 121
“What’s wrong with the database?" or “I can’t connect to SQL Server” How many times have you heard phrases like that from your developers and QA people? Remember, DBA means “default blame acceptor”, or guilty until proven innocent. I am going to show you how to prove yourself (and SQL Server) ...1 week ago -
Getting the identity of a row inserted into a database table with SCOPE_IDENTITY
Evonet Consulting —
Authority: 111
In ASP.NET you often require the ID of a row that you have inserted into a SQL database, either to display the record, or to use the ID to modify data in linked tables. If you are using an SqlDataSource or ObjectDataSource then you can do this with the ReturnValue method. As an example, consider the following ...1 week ago -
Disk usage monitoring with Data Collector
SQLServerPedia —
Authority: 143
Today, I am jumping into Adam Machanic T-SQL Tuesday challenge with the following post. Recently, I created a build request to have a new server to move SQL Server databases. I put together an estimate for the space needed for data, logs and backups and included this information in the build document. This ...1 week ago -
T-SQL Tuesday #1: Date/Time Tricks
SQLServerPedia —
Authority: 143
I’m going to try out Adam Machanic’s idea for a blog party . The topic this month are Date/Time tricks. Instead of supplying a trick for Date/Time, I’m going to caution you about the tricks that you use. Let’s take a simple issue. You want to pull back data from a table, let’s use the ...1 week ago -
SQL Server 2008 & Team Foundation 2008
IT answers —
Authority: 459
New Question Created by Db232 weeks ago -
Microsoft Certified Master: SQL Server 2008 Pre-reading List
Glenn Berry's SQL Server Performance —
Authority: 121
Via Twitter, I stumbled upon a l ink to this newly updated pdf from Joseph Sack and David Ikeda who are instructors for the Microsoft Certified Master: SQL Server 2008 program at Microsoft. I have previously written about the program here. The executive summary is that it is a very difficult and expensive program ...2 weeks ago -
MaximumASP releases new customizable hosting plan for MaxV virtual dedicated cloud platform
Top 10 Dedicated Server Hosting Reviews, News and Articles —
Authority: 131
MaximumASP, a Microsoft Gold Certified web hosting and managed IT services provider released a new customizable hosting plan for their MaxV virtual dedicated cloud platform. MaxV R2 is now available on Windows Server 2008 R2. MaximumASP customers can start using Windows Server 2008 R2 edition ‘ the most advanced ...2 weeks ago -
UK web hosting provider, catalyst2 joins Microsoft WebsiteSpark program
Top 10 Dedicated Server Hosting Reviews, News and Articles —
Authority: 131
catalyst2 - a UK web hosting provider for small and medium sized businesses has joined the WebsiteSpark program run by Microsoft. This new initiative focuses on visibility, support and software for professional Web Developers and Designers - at no upfront cost. Meaning eligible “Web Pro’s” will have access to ...2 weeks ago -
SQl Server 2008 Plain Text procedures results iin Encrypted Text within Profiler
IT answers —
Authority: 459
New Question Created by ITKE2 weeks ago -
MCTS Self-Paced Training Kit (Exam 70-433): Microsoft SQL Server 2008 Database Development by Tobias Thernstrom
Free Your Mind All Free Download —
Authority: 164
MCTS Self-Paced Training Kit (Exam 70-433): Microsoft® SQL Server® | Microsoft Press | 2009-05-20 | ISBN: 0735626391 | 652 pages | PDF | Ace your preparation for the skills measured by MCTS Exam 70-433 —and on the job. Work at your own pace through a series of lessons and reviews that fully cover each exam ...2 weeks ago -
What’s New in SQL Server 2008 R2
Software Ruminations —
Authority: 122
SQL Server 2008 R2 aka Kilmajaro is due for release on May 6th, 2010 and is a much more Business Intelligence focused release. It has a bunch of new features as well as a number of improvements to existing features. What’s New? There are three main new features which we’ll take a look at here: Master Data ...2 weeks ago -
Using Resource Monitor In Windows Server 2008 to Look at I/O Performance for SQL Server 2008
Glenn Berry's SQL Server Performance —
Authority: 121
One quick and dirty tool that I like to use to monitor I/O performance at the file level is Resource Monitor (in Windows Server 2008 or 2008 R2). As you see below, the Disk portion of the display lets you quickly look at reads, writes, total B/sec, and response time for individual files. The columns are sortable, so ...2 weeks ago -
How do -You- use SQL Server
Home of the Scary DBA —
Authority: 482
I’ve been tagged by a misplaced yankee, uh, New Englander, whatever . The question is, how do I/we use SQL Server where I work. That’s a tough one. It would make a much shorter, and easier, blog post to describe the things we don’t use it for. However, keeping with the spirit of these tags, I’ll try to lay ...2 weeks ago

