![]() |
|
Spaces home Little brown man in the ...PhotosProfileFriendsMore ![]() | ![]() |
Little brown man in the land of the giants |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
May 23 Skydrive now available in SEA!!!As of today, Windows Live SkyDrive is now available in Southeast Asia! We welcome new users in Indonesia, Malaysia, Philippines, Singapore and Thailand! Quick Q&A:
What is Windows Live SkyDrive? Ever want to show pictures to friends or family when you’re not at home? Or edit a document you’re working on when you’re out of town? With Windows Live™ SkyDrive, you can store up to 5GB of files that you can access from virtually anywhere! All you need is a computer and an Internet connection. And your information is protected too – it can only be accessed using your Live ID username and password. It’s up to you who sees what, and SkyDrive is integrated with other Windows Live services. No more worrying about losing your documents or misplacing a flash drive. Click here to watch a demo of Windows Live SkyDrive · Comments. You can leave comments on any file in SkyDrive and see all of the recent comments people have left for you. · Captions. A picture's worth a thousand words, but sometimes you need a few more. Now you can add captions and descriptions to your files and photos · Browsing widget. When you click on any file, you can speed through all the files in the folder: · Larger photo previews - we've made the photo previews even bigger. How many files does 5 GB really let people store? 5GB of free storage equates to approximately 30,000 Office documents of average size, or 30,000 digital photos at a resolution of 1200x1200.
Is there a limit to the size of individual files uploaded? Yes, there is a 50MB limit on each file uploaded. May 02 SQL Server 2005 ClusteringFinally was able to come up with step-by-step procedure on how to setup SQL Server 2005 on a cluster environment.
If you are interested in this, you can download the document here. This document starts from configuring Windows Server 2003 cluster up to setting up your SQL Server 2005 cluster.
I am currently working on SQL Server 2008 clustering on Windows Server 2008 but find out that CTP 6 does not support Windows Server 2008 as a cluster host. Ill keep you guys posted on this. April 25 Heroes Community Launch 2008
April 23 .NET 3.5 Enhancements Training KitI'm happy to announce that the first version of the .NET 3.5 Enhancements Training Kit has been officially released to the public!
The .NET 3.5 Enhancements Training kit builds on the success of the Visual Studio 2008 Training Kit which resulted in 70,000 completed downloads since being released in November. These training kits provide a way for developers to grasp the breadth of the entire release, as well as dive deep into a specific technology.
The .NET 3.5 Enhancements Training Kit covers the technologies in the .NET 3.5 SP1 release and the out of band releases that are a part of the same wave, namely ASP.NET MVC and the ASP.NET Silverlight controls. Currently, the training kit contains six hands-on labs, made up of the following technologies:
1) ADO.NET Data Services 2) ADO.NET Entity Framework 3) ASP.NET AJAX History 4) ASP.NET Dynamic Data 5) ASP.NET MVC 6) ASP.NET Silverlight controls
All six labs contained within the kit have been tested and validated by customers during two .NET 3.5 SP1 training workshops held in Redmond. We will continue to receive customer and field feedback on the labs and incorporate the feedback into future iterations. There will also be new versions of the training kit with additional content, including presentations, demo scripts and screencasts.
· You can download the training kit at http://go.microsoft.com/?linkid=8719735 · Please let your communities know about the training kit. You can link to Jonathan Carter’s blog post at http://lostintangent.com/2008/04/16/net-35-enhancements-training-kit/
The next iterative release of the kit will occur in sync with the beta release of .NET 3.5 SP1.
I'd like to thank everyone involved for their efforts and support thus far. We hope this training kit will be successful resource in your efforts to evangelize these technologies. April 19 Vista Service Pack 1 - Where is my SEARCH!??Finally, was able to upgrade to Windows Vista Service Pack 1 and just now, i’ve noticed one horrible change... The search command is no longer present on the start menu. Personally for me, that icon allows me to find anything (as long as the information in my laptop) in seconds and now I cannot find it.
Did a quick research and realized that because of the significant platform enhancement that Microsoft did in Search, Vista SP1 now allows you to select a 3rd party application to replace the default search engine.
Now, how do you go to that wonderful search screen in Vista Service Pack 1??
Several entry points for the search protocol: · When you press the Windows logo key+F, the default application for the search protocol starts. · When you click Start and then press F3, Windows Explorer opens the default application for the search protocol. · When you press CTRL+F in Windows Explorer, the default application for the search protocol starts. · In Windows Explorer, the Search Everywhere option appears on the toolbar as soon as a search starts. When you click this option, the default application for the search protocol starts. · You can no longer right-click the Search option on all containers.
Hope you find this useful J April 01 Heroes Happen {Here}March 31 Tech-Ed Asia Early Bird Promo
March 25 Join the SQL Server 2008 Community Launch!SQL Server 2008 {COMMUNITY LAUNCH}
Make {your data work for you} Our free First Look Clinic will take place April 9th 2008 at Microsoft Singapore, and you’ll get a day-long training to Microsoft SQL Server 2008. This is a technical deep dive session.
Modifying your partition functionBy now, we are partitioning data based on 01/01/2008 as range right. Now lets assume that it is already 2009, and you want to add another partition. The good news is that, anytime you feel like it, you can add or remove partition. To create another partition for 2009, first you have to create a new filegroup and attach a file to that file group. (For details on how to do this, kindly refer to my first post). Once you have done that, you now have to modify the partition scheme and the partition function. To modify the partition scheme: eg. Next, you would have to modify the partition function: eg. If you wanna merge a partition function, then you simply use this command: March 24 FILESTREAMAlthough SQL Server has always provided support for large binary data by using varbinary(max), on the relational database system, it will cause a problem on the IO performance. Hence, although the feature is available, it has significant effect to SQL's performance. Ive seem some solution by storing these BLOBS into the filesystem and then using SQL Server as a pointer to that file... but the problem is maintaining consistency. In SQL Server 2008, this has been addressed by using FILESTREAM. To enable filestream, you need to do the following:
To enable SQL Server Filestream: EXEC sp_filestream_configure @enable_level = 3 To configure the database for filestream: ALTER DATABASE [Database Name] eg: CREATE TABLE [table name] As you can see, we are still using varbinary(max) but please note of the word FILESTREAM. This will store whatever BLOB data you have to the filestream filegroup. Another thing to note here is the default value of 0X. This creates the file. Without this, there will be no file pointer. As you can see, with these new implementation, we can now fully integrate BLOBs to our relational database system and not worry about performance problem. If you wanna see more of these, kindly attend my session this coming Wednesday at the Microsoft Server Wave launch. More details here:
|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
|