Which Edition is my Analysis Services Server? Darren Gosbell, January 1, 0001 There was a question the other day on the MSDN SSAS forum asking how to find out the Edition of SSAS which is running on a given server. The answer to this question could be either Standard, Enterprise ... Which Edition is my Analysis Services Server? 0 0 0
Update Multiple Columns On SQL Server Justin, January 1, 0001 Hello SQL Server Readers, You've probably seen multiple column update examples out there using syntax such as this: set (col1, col2) = (select col1, col2 from ...) You've also probably found that the above ... Update Multiple Columns On SQL Server 0 0 13
BizTalk 2004 Performance and Tuning Stuart Brierley, January 1, 0001 Recently I had cause to investigate performance and tuning of BizTalk Server 2004, and found that although there was some useful and interesting information available, there was usually little actual guidance ... BizTalk 2004 Performance and Tuning 0 0 0
How To: Install Bugzilla on Windows Timothy Wright, January 1, 0001 I won’t complain, because it is free… But (expletive here)… My Particular Experience was with IIS on Windows Server 2008, but the experience should be about the same for XP, Vista, Server 2003, and 2008. ... How To: Install Bugzilla on Windows 0 0 28
¿Por qué puerto escucha mi SQL? (aka Otra de DBAs) José Marcos García Espinosa, January 1, 0001 Saber por qué puerto está atendiendo las peticiones tu servidor de bases de datos puede ser relevante, sobre todo si te pones a jugar con las configuraciones y le cambias todos los valores default durante ... ¿Por qué puerto escucha mi SQL? (aka Otra de DBAs) 0 0 4
SQL Downunder 2009 Presentation: SSAS Metadata – Knowledge ... Darren Gosbell, January 1, 0001 I just finished my talk at the 2009 SQL Downunder Code Camp on Analysis Services data. As promised, attached below are the scripts and Powerpoint slides that I used in the presentation. There is not that ... SQL Downunder 2009 Presentation: SSAS Metadata – Knowledge ... 0 0 2
NoVa Code Camp – Code Samples Steve Michelotti, January 1, 0001 Thanks to everyone who attended my session today at NoVa Code Camp. Both the code and PowerPoint slides are available for download. Download samples for: MVC in the Real World. Check out the readme.txt ... NoVa Code Camp – Code Samples 0 0 6
Move Multiple Rows Between GridViews Vincent Maverick Durano, January 1, 0001 This example shows how to move multiple rows between GridViews. The main idea here is to use a CheckBox control for selecting the rows to be removed from one GridView to another and vise versa. Take a ... Move Multiple Rows Between GridViews 0 0 1
Keramic Koala Server Test Drive Mitchell Lee, January 1, 0001 I haven't had much to post about for a while, but yesterday I decieded I was going to take Keramic Koala, the next release of Ubuntu Linux for a spin. I have an old machine sitting around, and I wanted ... Keramic Koala Server Test Drive 0 0 1
SQL Azure - Getting Started Herve Roggero, January 1, 0001 I started to look into SQL Azure, the database cloud computing initiative from Microsoft, and I was completely blown away. Microsoft is providing an interesting option that strikes an interesting balance ... SQL Azure - Getting Started 0 0 0
Slides and links from Windows Azure Platform Storage session Eric Nelson, January 1, 0001 I delivered a session on Windows Azure Storage and SQL Azure Database at the UK Azure user group on the 6th of October. A big thanks to everyone who attended – and for putting up with my last minute improvisation ... Slides and links from Windows Azure Platform Storage session 0 0 1
Design Patterns That Get Implemented in Real Life Adam McKee, January 1, 0001 I think that the Gang of Four should consider my design pattern recommendations for inclusion in their codified list. And while I have seen ALL of these patterns shipped to production in real life, it ... Design Patterns That Get Implemented in Real Life 0 0 0
Richmond Code Camp - Code Samples Steve Michelotti, January 1, 0001 Thanks to everyone who attended my sessions yesterday at Richmond Code Camp. Both the code and PowerPoint slides are available for download. Download samples for: MVC in the Real World. Check out the readme.txt ... Richmond Code Camp - Code Samples 0 0 3
Upcoming Speaking Engagements ScottKlein, January 1, 0001 I've been meaning to post this for a while, but I have some upcoming speaking engagements coming up throughout South Florida. Yesterday I was in Naples, Florida speaking at the SW Florida .NET Code Camp, ... Upcoming Speaking Engagements 0 0 0
Book Review - Analysis Services 2008 Unleashed Darren Gosbell, January 1, 0001 Full Disclosure: I was lucky enough to be sent a free review copy by the publisher But... if I had not been sent a review copy I would have gone out and bought a copy of this book anyway. Why is that? ... Book Review - Analysis Services 2008 Unleashed 0 0 1
Team Foundation Server 2008: Thoughts and installation planning ... enriquelima, January 1, 0001 Over the last couple of weeks I have dedicated quite some time to knowing Team Foundation Server (from here on out referred to as TFS) and the interaction between it and Visual Studio Team System/Team ... Team Foundation Server 2008: Thoughts and installation planning ... 0 0 1
System.Data.SqlClient.SqlError: The operating system returned the... José Marcos García Espinosa, January 1, 0001 El día de ayer estaba intentando restaurar una base de datos, en un servidor diferente al que se creó y en el que la gente que lo administraba se había puesto a jugar con las configuraciones, permisos ... System.Data.SqlClient.SqlError: The operating system returned the... 0 0 3
Lazy loading, Inheritance, and Persistence ignorance (part 3) Thomas Weller, January 1, 0001 This series of posts is about overcoming a restriction, that O/R mappers like NHibernate have with respect to lazy loading and polymorphic type information. (Please refer to the problem description and ... Lazy loading, Inheritance, and Persistence ignorance (part 3) 0 0 6
PAL - Analysis of BizTalk, IIS and More Stuart Brierley, January 1, 0001 I was recently introduced to the PAL (Performance Analysis of Logs) tool. This is a great tool that allows you to produce HTML reports based on the analysis of performance monitor counter logs. It applies ... PAL - Analysis of BizTalk, IIS and More 0 0 0
Updating Parameter Check Bunch, January 1, 0001 Every now and again you may come across an error when trying to update a database from a data driven control (i.e. gridview, formview) that is tied to a SQL or Object data source. The errors usually are ... Updating Parameter Check 0 0 0
GCNUG October Meeting Lou Vega, January 1, 0001 October Meeting - 8 October 2009 6PM Our next meeting on October 8th, 2009 at Blackbaud on Daniel Island will feature the Greater Charleston .NET User Group meeting in one room with the brand new SQL Server ... GCNUG October Meeting 0 0 0
Silverlight Cream for October 01, 2009 -- #702 Dave Campbell, January 1, 0001 First I'd like to congratulate all the returning MVPs, and all the new ones... fun awaits and I hope to see you all at the Summit! I'd particularly like to call out people I know that have just become ... Silverlight Cream for October 01, 2009 -- #702 0 0 0
LINQ-to-SQL Challenge of the Day – WHERE IN “ALL&rdqu... Mike Huguet, January 1, 0001 Today I took on the challenge of improving the performance of a set of repository retrieval methods that have been a bottleneck for our system for the past week. Here were the requirements and details ... LINQ-to-SQL Challenge of the Day – WHERE IN “ALL&rdqu... 0 0 2
Great Windows Azure projects on CodePlex Murray Gordon, January 1, 0001 Here’s a great list of new Azure and cloud related projects on CodePlex. All of these are very helpful tools. Client Cloud Services, Client Cloud Services (CCS) is a set of Windows Azure-based services ... Great Windows Azure projects on CodePlex 0 0 0
Video on SQL Azure adding TDS / TSQL support Murray Gordon, January 1, 0001 I recently had to run down some content and a video on SQL Azure for one of my ISVs. The topic they were looking for more info on was SQL Data Services with TDS / TSQL support. The CTP for SQL Azure is ... Video on SQL Azure adding TDS / TSQL support 0 0 0
GridView DataBinding Events Mohamed Meligy, January 1, 0001 Note: This is ported from my old weblog. Originally published December 19, 2005 This is a well commented example for a GridView with implementation of RowDataBound and DataBound events. I also demonstrate ... GridView DataBinding Events 0 0 0
Silverlight Cream for September 30, 2009 -- #701 Dave Campbell, January 1, 0001 In this Issue: Damon Payne, Rishi, Nigel Sampson, Chris Klug, Andrea Boschin, Bryant Likes, Timmy Kokke, Shawn Wildermuth, Terence Tsang, and Mark Tucker. Shoutouts: As referenced below, Shawn Wildermuth ... Silverlight Cream for September 30, 2009 -- #701 0 0 0
The language is not supported on the server and can't uninstall u... Patrick Olurotimi Ige, January 1, 0001 Sure many sharepoint Admin/ Developers/Architects must have come across this issue when trying to uninstall and re- install Sharepoint 2007. I have uninstalled sharepoint instance before just by going ... The language is not supported on the server and can't uninstall u... 0 0 0
Repeated Authentication When Booting A Shared Service Provider MOSSLover, January 1, 0001 I created a brand spanking new environment, Server 2008 x64, SQL Server 2008, WSPBuilder, and Visual Studio 2008 Team Systems…All the awesome that you would expect out of a base development environment ... Repeated Authentication When Booting A Shared Service Provider 0 0 1
Taking your Northwind Database to SQL Azure and binding it to an ... Harish Ranganathan, January 1, 0001 If you like to migrate your Web tier or the ASP.NET Application to Windows Azure, check my new posts Part I and Part II In the previous post we had examined on getting access to SQL Azure, creating your ... Taking your Northwind Database to SQL Azure and binding it to an ... 0 0 35
SQL Server - left join data sums/counts/averages to date range to... Rodney Vinyard, January 1, 0001 ---------------------------... --SQL Server - left join data sums/counts/averages to date range to account ... SQL Server - left join data sums/counts/averages to date range to... 0 0 4
Taking your Northwind Database to SQL Azure and binding it to an ... Harish Ranganathan, January 1, 0001 If you like to migrate your Web tier or the ASP.NET Application to Windows Azure, check my new posts Part I and Part II SQL Azure is the latest buzz around Cloud Computing and the ability to take relational ... Taking your Northwind Database to SQL Azure and binding it to an ... 0 0 42
NCache & BizTalk Follow up Michael Stephenson, January 1, 0001 I was having in interesting discussion with Yossi Dahan following a recent SBUG meeting, as most user group sessions go the meeting was good but there was also some good discussion in the pub afterwards. ... NCache & BizTalk Follow up 0 0 0
Serialising Microsoft StreamInsight QueryTemplates Charles Young, January 1, 0001 At first sight, StreamInsight doesn’t appear to offer any support for dynamic queries. Once you have got over the initial ‘wow’ factor of creating continuous queries over streams using LINQ, rather than ... Serialising Microsoft StreamInsight QueryTemplates 0 0 5
First Post Fun! sakabelle, January 1, 0001 Well, I finally got around to posting to this thing. Shocking, I know. Chalk it up to being extremely busy (or just extremely lazy) over the past couple of weeks. Either way I'm here now and that means ... First Post Fun! 0 0 2
Countdown to Software Architect 2009 – the last day retrosp... Eric Nelson, January 1, 0001 This is one of a series of posts on my preparations for sessions on Azure and ORMs at Software Architect 2009. The plan vs actual for day five (The last day): Play, play, play with the technology. PART ... Countdown to Software Architect 2009 – the last day retrosp... 0 0 0
The Backyard Mechanic Lee Brandt, January 1, 0001 Recently, I read some posts about Duct Tape programming from Joel Spolsky, Michael C. Neel, Jak Charlton, “Uncle” Bob Martin and Jeffrey Palermo. I have followed these posts closely. While the intent is ... The Backyard Mechanic 0 0 4
Workaround for SQL 2008 express installation error 0x84B10001 Vitus, January 1, 0001 Environment: Windows server 2008 Web Edition + IIS7 + .net 3.5sp1. I had following error while trying to install SQL 2008 express: It happens after click on “Install” button, when setup collected all necessary ... Workaround for SQL 2008 express installation error 0x84B10001 0 0 30
.NET 3.5 SP1 now available as a Windows Feature in Windows 7 RTM Harish Ranganathan, January 1, 0001 Recently I upgraded to Windows 7 RTM and started setting up my machine. The usual set of tools I install are Visual Studio 2008, SQL Server 2008, Expression etc., Also, for .NET 3.5 and Visual Studio 2008 ... .NET 3.5 SP1 now available as a Windows Feature in Windows 7 RTM 0 0 22
Countdown to Software Architect 2009 – Day four and the sli... Eric Nelson, January 1, 0001 This is one of a series of posts on my preparations for sessions on Azure and ORMs at Software Architect 2009. The plan vs actual for day four (Thursday): Produce final drafts of each deck and post them ... Countdown to Software Architect 2009 – Day four and the sli... 0 0 0
Create synonym for all tables from another server or linked serve... LifeLongTechie, January 1, 0001 I created the following into a stored procedure so that I can run it again and again: DECLARE @dynsqlcmd VARCHAR(250) DECLARE @tblname VARCHAR(150) DECLARE @synname VARCHAR(150) DECLARE @cnter INT -- Drop ... Create synonym for all tables from another server or linked serve... 0 0 1
Practical Understanding of Lambda Expressions in C#/ Linq samerpaul, January 1, 0001 Lambda expressions are yet another one of those things that took me a while to really embrace/ understand but once I did, I use them exclusively in LINQ. The reason it took me a while to finally start ... Practical Understanding of Lambda Expressions in C#/ Linq 0 0 14
Using xp_cmdshell to execute SSIS in a stored procedure LifeLongTechie, January 1, 0001 This is the code: DECLARE @SQLCommand AS VARCHAR(1000) SET @SQLCommand = '("dtexec location" /F "package location and name" ' + '/SET \package.Variables[User::your variable name].Value;' + CONVERT(VARCHAR(2), ... Using xp_cmdshell to execute SSIS in a stored procedure 0 0 0
A proposed introduction... Charles Young, January 1, 0001 What a pity. I’ve spent some time recently evaluating SQL Server 2008 Reporting Services with respect to its proposed use on a UK public sector project that will implement a part of the 'national infrastructure'. ... A proposed introduction... 0 0 4
Entity Framework 4.0 Resources – documentation links, best ... Eric Nelson, January 1, 0001 This is one of a series of posts on my preparations for sessions on Azure and ORMs at Software Architect 2009. [Initual release 22nd Sept 2009] [Updated 23rd Sept, with links from Julie Lerman] [Updated ... Entity Framework 4.0 Resources – documentation links, best ... 0 0 6
SQL Server: DateTime and Indexes bullpit, January 1, 0001 A nice post about handling DateTime fields and indexing. http://itknowledgeexchange.... ... SQL Server: DateTime and Indexes 0 0 1
Countdown to Software Architect 2009 – Day one summary and ... Eric Nelson, January 1, 0001 This is the second in a series of posts on my preparations for sessions on Azure and ORMs at Software Architect 2009. In case you don’t want to skim through the whole post, the main things I learnt in ... Countdown to Software Architect 2009 – Day one summary and ... 0 0 0
Countdown to Software Architect 2009 – the quiet before the... Eric Nelson, January 1, 0001 Next week I am presenting two sessions at Software Architect 2009. Both sessions are new, new in the sense that I am creating them this week and new in the sense that whilst they are on topics I have experience ... Countdown to Software Architect 2009 – the quiet before the... 0 0 0
What, Why and How Windows Azure 2009 Platform thirumalai, January 1, 0001 What, Why and How Windows Azure 2009 Platform…… What is an internet-scale cloud service platform hosted in Microsoft data center a platform which provides operating system, a set of developer services ... What, Why and How Windows Azure 2009 Platform 0 0 0
Motivations for Dependency Injection Jon Dalberg, January 1, 0001 I’m working on a presentation for the Baton Rouge .Net User Group in October on DI so I thought I’d go over some of the reasons to move to DI. Here’s my short list: Better design through loose coupling ... Motivations for Dependency Injection 0 0 0