Get Your Microsoft Hotfix Now..
September 27th, 2007 by admin | No Comments | Filed in SoftwareMicrosoft now provides a way to get a hotfix without calling them…
(Will need the KB Article Number)
Simply use this submission form.
Thanks Chris!
|
StupidProgrammer.com “Stupid Programmer You Are” –Master Programmer Yoda
|
|
Microsoft now provides a way to get a hotfix without calling them…
(Will need the KB Article Number)
Simply use this submission form.
Thanks Chris!
Windows 2008 RC0 was released yesterday. I am really looking forward to using IIS7. I am anxious to setup a few web sites with SQL 2008 and see how it works and performs.
Cool Benefits of Windows 2008 (taken from here)
And the one I really want to see…
My understanding is that this will allow web hosting companies to give more control of IIS to clients hosting their web applications on your server. Pretty cool!!!
Thanks Somasegar for the announcement.
Brian… you must only have 5 people using this thing!!!
Incase you are clueless to what am writing about… WorldMap is a cool tool that Brian Hitney wrote to show a graphical representation of hits/ traffic on a web site.
He recently updated his map to use MICROSOFT Virtual Earth… kinda cool Brain!!!
The tool also provides useful and not-so-useful facts about the site’s traffic:
Unique IP’s: 7,500
WorldMap Rank: #5
World Domination: 8.8%
IP Distribution for 5,000+ miles away: 18.18%
So, to that 18.18%…
Merci de la visite !
¡Gracias por la visita!
Für den Besuch danke!
방문을 당신을 감사하십시오!
Grazie per la chiamata!
謝謝你的訪問!
Спасибо за визит!
訪問をありがとう!
And for the English speakers:
Thank you for the visit!
Special thanks to Google for the Translations. (Sure hope those BETA translations work…)
Jacob Sebastian wrote a very cool article on ”power of the merge”…
How many times have you needed to merge data between tables… or mobile devices to central servers…
“MERGE, a new keyword which performs INSERT, UPDATE and DELETE operations at one go”
His example:
Old way to merge tables:
1 /*
2 Pseudo code used for saving sales order information with SQL Server 2005
3
4 — save order header information
5 If OrderNumber found in OrderHeader
6 Update the information
7 Else
8 Insert the information
9 end
10
11 — save order detail information
12 Delete from Order detail table all items not in the order info
13 Update Order detail for all items present in the order info
14 Insert into order details all new items in the order info
15 */
New Way using Merge
1 /*
2 Pseudo code for saving the same order with the MERGE statement of SQL Server 2008
3
4 — save order header information
5 MERGE order info to Order Header table
6
7 — save order detail information
8 MERGE order info to order detail table
9 */“No, I did not miss anything. You can write the code in just 2 lines.”
Check out entire article here.
Tuesday, September 11, 2007, is our next meeting of Pee Dee Area .NET User’s Group.
Chris Craft, from ACS Technologies, will be presenting Visual Studio .NET Tips and Tricks – Part II.
Material from Part I will be recovered for any of those who may have missed it, and new tips and tricks will be presented.
Visual Studio .NET is filled with thousands of features and capabilities that make our lives as developers more efficient. The number of features that Visual Studio .NET contains is immense. The Visual Studio .NET Tips and Tricks presentation is a compilation of my favorite, and most popular, tips and tricks for this great IDE. Developers who are unaware of these timesaving features miss out on opportunities to increase their programming productivity and effectiveness. This Visual Studio .NET Tips and Tricks presentation is meant to explain how to use Visual Studio .NET more effectively.
Here is the tentative schedule:
6:00 PM – 6:20 PM Socializing / Dinner
6:20 PM – 6:30 PM Introduction, Sponsor Time, and News.
6:30 PM – 7:45 PM Presentation
7:45 PM – 8:00 PM Drawing and Wrap Up
Please subscribe to the PDANUG Upcoming Events and News Feed here (
).