Sreenivas Mogullapalli

Microsoft Technologies Geek
posts - 44, comments - 56, trackbacks - 6

My Links

News



Tag Cloud

Archives

Post Categories

.NET Framework

SQL Server

Microsoft

Information related to Microsoft
some helpful stuff for identifying which need optimization in sql server
-- Query to identify the missing indexes in t-sql of sql server -- from the dynamic views BEGIN -- Do not lock anything, and do not get held up by any locks. SET TRANSACTION ISOLATION LEVEL READ UNCOMMITTED SELECT TOP 20 st.text AS [SQL] , cp.cacheobjtype , cp.objtype , DB_NAME(st.dbid)AS [DatabaseName] , cp.usecounts AS [Plan usage] , qp.query_plan FROM sys.dm_exec_cached_plans cp CROSS APPLY sys.dm_exec_sql_text(cp.pla... st CROSS APPLY sys.dm_exec_query_plan(cp.p... qp WHERE CAST(qp.query_plan...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Posted On Wednesday, July 08, 2009 6:41 AM | Feedback (1) | Filed Under [ Microsoft ]

Tip: Changing Validator text color using class name
In my ASP.NET application validators are used for validating the data entry part and as per the requirement we need to show a different color for error messages. We have created a CSS class for all the error message and applied to validators but noticed that the error messages are always displayed in RED color. The trick here is we also need to set the ForeColor to empty to get the color of text from CSS Class. Sample is provided below. CssName="Someclass" ForeColor=""
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Posted On Thursday, October 30, 2008 5:03 PM | Feedback (3) | Filed Under [ Microsoft ]

Microsoft SQL Server 2008 CTP, November 2007
Available at http://www.microsoft.com/do
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Posted On Friday, January 04, 2008 10:14 AM | Feedback (0) | Filed Under [ Microsoft ]

Windows Server 2008 Developer Training Kit
Microsoft released the beta 3 version of this kit at http://www.microsoft.com/do... Brief Description The Windows Server 2008 Developer Training Kit includes a set of hands-on-labs and presentations for technologies such as IIS7, Management, WCF, WF, Windows CardSpace, Windows PowerShell, Virtualization and the Transactional File System (TxF)...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Posted On Thursday, January 03, 2008 3:48 PM | Feedback (0) | Filed Under [ Microsoft ]

Potential usage problem with Silver light?
There is no doubt that silver light is providing lot of good presentation features and i like the technology. Recently i realized that Right Click menu popup on silver light object provides only one menu item which is "silverlight configuration'. Most of the times i use right click menu popup to open links in "new tab" or "new window" or "save the target" content but this is missing in silver light object. I feel this feature should be retained on all the hyperlinks provided in silver light object....
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Posted On Wednesday, January 02, 2008 3:46 PM | Feedback (2) | Filed Under [ Microsoft ]

Silver Light enabled Microsoft Download site (beta)
Microsoft seem to implement silverlight on downloads site. Now it is in beta stage and available at http://www.microsoft.com/be... Previews of the same included below...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Posted On Thursday, December 27, 2007 4:46 PM | Feedback (2) | Filed Under [ Microsoft ]

Microsoft SQL Server 2008 – Learning Portal
Just noticed that Microsoft SQL Server 2008 has its own learning portal on microsoft site at http://www.microsoft.com/le... The following is some of the content to know and learn about Sql Server 2008. Get ready for Microsoft SQL Server 2008 now. Special Offers: * Free e-book offer: Get free excerpts from Introducing SQL Server 2008 by Peter DeBetta. * Free e-learning: • Collection 6187: What's New in Microsoft SQL Server 2008 (includes three free clinics) * Classroom training:...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Posted On Thursday, December 27, 2007 3:27 PM | Feedback (0) | Filed Under [ Microsoft ]

Free e-book: Team Development with TFS Guide
Another free ebook from Microsoft. This time it is from Microsoft Patterns and Practices Team. All the details are provided at http://www.codeplex.com/TFS... You can read this book online or you can download it in PDF format
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Posted On Thursday, December 20, 2007 5:56 PM | Feedback (1) | Filed Under [ Microsoft ]

Free e-book on Microsoft LINQ, Microsoft ASP.NET AJAX, and Microsoft Silverlight
This offer is from Microsoft. Get it at http://www.microsoft.com/le... The free e-book includes content from three recent publications from Microsoft Press: • Introducing Microsoft LINQ by Paolo Pialorsi and Marco Russo (ISBN: 9780735623910) This practical guide covers Language Integrated Query (LINQ) syntax fundamentals, LINQ to ADO.NET, and LINQ to XML. The e-book includes the entire contents of this printed book! • Introducing Microsoft ASP.NET AJAX by Dino Esposito...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Posted On Wednesday, December 19, 2007 5:25 PM | Feedback (1) | Filed Under [ Microsoft ]

Windows XP Service Pack 3 RC
Microsoft released Windows XP Service Pack 3 Release Candidate. This is available at http://www.microsoft.com/do
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Posted On Wednesday, December 19, 2007 12:10 PM | Feedback (3) | Filed Under [ Microsoft ]

Full Microsoft Archive

Powered by: