If you are working with SQL Server then you might already have used this great cycle selling company’s database (AdventureWorks) at least once. Microsoft has created this cycle selling company database for SQL Server 2005 and later versions, before this sample we had “NorthWind” database. Anyways, if you try to install these sample databases you
Tag: How To
Can’t access local SQL Server Reporting Server’s Report manger
Yes, though it sounds really strange for local instance of SQL Server Reporting Service (AKA SSRS) it is very real issue, specially if you are using Windows Vista (however I don’t understand why would someone use it )or 7. It is mainly because of new feature called User Access Control (UAC) which prevents system level
PAE … is it enabled ??
Last week I was asked by my boss that how do we know that if production server has PAE enabled ?? Since we are using Windows Server 2003 x86 with about 16Gb Ram, we’ve always assumed that we have it enabled because in task manager we can find that OS actually “see” all 16Gb ram.
Task history for Windows Scheduled Tasks !!
Though user’s workstations are usually upgraded with time, but generally servers are not so lucky. I guess they are last in the row (if the ever consider to be upgrade worthy), so if you are somehow required to work on these systems then it certainly gives you feel of old age computing (at least its
Integrating Silverlight in Web Site
I should say I work for really great company. And it is not just because I work there but it is because of their internal user group !! Yes, we have an internal user group and we regularly do meeting where employees do presentation on current / new technologies. Some technologies which we can use
Open one XAML page from another XAML page …
Recently, I was required to dig lot deeper into new Silverlight 4 because of my work. I’ve been playing with previous versions but it was not “that” serious engagement, as it was never part of my “job” … I was just doing it to satisfy my craving for new technologies. But now I am required
Sorting in GridView
Sorting is kind of very useful information if we want to quickly analyze bunch of data based on columns. And being one of most used control to display data in ASP.NET, GridView can implement easily with few more line of codes (who doesn’t love to write more … right ?? )… And in today’s post