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”
-
SharePoint + Windows 2008 R2 + SQL 2008 Report Viewer Error
The SharePoint Engie that could... —
Authority: 99
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 ...1 day 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 ...3 days ago -
Some SQL Server 2005/2008 Monitoring Stored Procedures
Glenn Berry's SQL Server Performance —
Authority: 123
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 ...5 days ago -
Old DBA Trick To Confirm SQL Server Connectivity
Glenn Berry's SQL Server Performance —
Authority: 123
“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: 144
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: 144
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: 457
New Question Created by Db231 week ago -
Microsoft Certified Master: SQL Server 2008 Pre-reading List
Glenn Berry's SQL Server Performance —
Authority: 123
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 ...1 week 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 ...1 week 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 ...1 week ago -
SQl Server 2008 Plain Text procedures results iin Encrypted Text within Profiler
IT answers —
Authority: 457
New Question Created by ITKE1 week 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: 123
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: 455
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 -
How do -You- use SQL Server
SQLServerPedia —
Authority: 144
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 -
SQL Server XQuery For Idiots
SQLServerPedia —
Authority: 144
I’m still struggling with learning XQuery. My latest little revelation was small, but vital. The difference between: @inXML.nodes(/rss/channel/item) and @inXML.nodes(/rss[1]/channel[1]/item) Is the difference between a 10 minute query and a 4 second query. Kind of shocking really. My understanding is that ...2 weeks ago -
XQuery For Idiots
SQLServerPedia —
Authority: 144
I’m still struggling with learning XQuery. My latest little revelation was small, but vital. The difference between: @inXML.nodes(/rss/channel/item) and @inXML.nodes(/rss[1]/channel[1]/item) Is the difference between a 10 minute query and a 4 second query. Kind of shocking really. My understanding is that ...2 weeks ago -
XQuery For Idiots
Home of the Scary DBA —
Authority: 455
I’m still struggling with learning XQuery. My latest little revelation was small, but vital. The difference between: @inXML.nodes(/rss/channel/item) and @inXML.nodes(/rss[1]/channel[1]/item) Is the difference between a 10 minute query and a 4 second query. Kind of shocking really. My understanding is that ...2 weeks ago

