Sign in
My experiences with developer technologies
I am working with Windows Intune group as an SDET. Had been with Microsoft since 2005. My areas of expertise are: Windows Intue, SQL Server, SQL Server Connectivity/protocols, ADO.NET, SSRS, SSIS. Follow me here: http://twitter.com/chmediko
Options
Blog Home
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Sharing
Archive
Archives
October 2012
(1)
June 2012
(4)
April 2012
(1)
March 2012
(1)
February 2012
(4)
May 2011
(1)
April 2011
(3)
March 2011
(1)
March 2010
(1)
December 2009
(1)
October 2009
(1)
April 2008
(1)
January 2008
(3)
December 2007
(2)
MSDN Blogs
>
My experiences with developer technologies
My experiences with developer technologies
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
My experiences with developer technologies
Working with Windows Intune
Posted
7 months ago
by
Chaitanya Medikonduri
0
Comments
Recently I moved to Windows Intune group. Windows Intune meets several companies' needs, and provides them with the tools they need to help manage and secure PCs through the cloud. It's a powerful combination of cloud services for PC security and management...
My experiences with developer technologies
Windows Azure SQL Reporting: using SOAP APIs
Posted
11 months ago
by
Chaitanya Medikonduri
6
Comments
Device information settings in SSRS are used to pass parameters to a rendering extension. For more information regarding device information settings in reporting services, see Passing Device Information Settings to Rendering Extensions . For SQL Reporting...
My experiences with developer technologies
Windows Azure SQL Reporting: ReportViewer-SOAP API usage sample is available on CodeGallery
Posted
11 months ago
by
Chaitanya Medikonduri
0
Comments
SQL Reporting ReportViewer-SOAP API usage sample is available on CodeGallery. This sample demonstrate how to embed a Microsoft ReportViewer control that points to reports hosted on SQL Reporting report servers and how to use SQL Reporting SOAP APIs in...
My experiences with developer technologies
SQL Reporting Admin Sample is available on CodeGallery
Posted
11 months ago
by
Chaitanya Medikonduri
0
Comments
The SQLReportingAdmin sample for Windows Azure SQL Reporting demonstrates the usage of SQL Reporting APIs, and manages (add/update/delete) permissions of SQL Reporting users. You must install the Windows Azure Software Development Kit (SDK) 1.3 or later...
My experiences with developer technologies
Windows Azure SQL Reporting is now available
Posted
11 months ago
by
Chaitanya Medikonduri
0
Comments
Windows Azure SQL Reporting is now commercially available to the Windows Azure customers. Like other services on the Windows Azure Platform, SQL Reporting is designed to support elastic scale. Based on your usage and seasonal requirements, you can easily...
My experiences with developer technologies
Microsoft SQL Server 2012 - System Configuration Check Report
Posted
over 1 year ago
by
Chaitanya Medikonduri
3
Comments
I was installing SQL Server 2012 RTM on my Windows Server 2008 R2 SP1 machine. I selected the following option on Setup Role: I selected all features that are available: I went ahead and choose the default values on all the screens, and here...
My experiences with developer technologies
Wiki Topic : Configuring SQL Server 2012 on a Server Core Installation of Windows
Posted
over 1 year ago
by
Chaitanya Medikonduri
0
Comments
SQL Server 2012 can now be installed on a Server Core installation of Windows Server 2008 R2 SP1. My previous blog posts has those details about installing Windows in Server Core mode, and configurations needed on the operating system. I worked on a technet...
My experiences with developer technologies
Step-by-step procedure for Installing SQL Server 2012 on Windows Server 2008 R2 Server Core : PART 3
Posted
over 1 year ago
by
Chaitanya Medikonduri
1
Comments
In Step-by-step procedure for Installing SQL Server 2012 on Windows Server 2008 R2 Server Core : PART 2 , we covered details about Add the machine to a domain, Add an administrator and Rename the Server. You can achieve all these specified tasks in a...
My experiences with developer technologies
Modal Popup Windows in ASP.NET Web Applications
Posted
over 1 year ago
by
Chaitanya Medikonduri
2
Comments
We all know about the Popup windows being used in Windows based .NET applications, and its usability. In ASP.NET Web based applications we don’t have any control that can be used to accomplish this. There are some third party controls which can...
My experiences with developer technologies
Step-by-step procedure for Installing SQL Server 2012 on Windows Server 2008 R2 Server Core : PART 2
Posted
over 1 year ago
by
Chaitanya Medikonduri
1
Comments
Configuring Windows Server 2008 R2 Server Core Find the domain: To identify the domain of the computer you are connected to, run the following command from command prompt: systeminfo | findstr /B /C:"Domain" Add machine to the domain: At a command...
My experiences with developer technologies
Step-by-step procedure for Installing SQL Server 2012 on Windows Server 2008 R2 Server Core : PART 1
Posted
over 1 year ago
by
Chaitanya Medikonduri
0
Comments
Starting SQL Server 2012, you can now install SQL Server on a Server Core operating system. For more information, see : Install SQL Server 2012 on Server Core What is Server Core Installation? The Server Core installation option for the Microsoft Windows...
My experiences with developer technologies
SQL Server 2005 SP4, KBA 2463332, Installation Issues
Posted
over 2 years ago
by
Chaitanya Medikonduri
8
Comments
Problem Description: This is regarding the SQL Server 2005, SP4 Installation. This is in reference to: http://support.microsoft.com/kb/2463332 There had been a lot of issues being reported on MSDN Forums, about the installation failures. About the patch...
My experiences with developer technologies
BI Labs–It’s LIVE now
Posted
over 2 years ago
by
Chaitanya Medikonduri
0
Comments
Check the new BI Labs site from Microsoft: http://www.microsoft.com/BI There are some exciting new tools/samples being published on the BI Labs site. Check them over here: http://www.microsoft.com/bi/en-us/Community/BILabs/Pages/Home.aspx They are: PivotViewer...
My experiences with developer technologies
Reporting Services LogViewer Tool
Posted
over 2 years ago
by
Chaitanya Medikonduri
7
Comments
Reporting Services LogViewer Tool Sample is developed in Microsoft Windows Presentation Foundation ( WPF ) in Visual C# using Microsoft Visual Studio 2010. The sample demonstrates how to read and analyze the Reporting Services trace logs and the Report...
My experiences with developer technologies
SQL Server Installation : Useful tools
Posted
over 2 years ago
by
Chaitanya Medikonduri
1
Comments
Adding some of the useful tools, and reports for SQL Server Installation. SQL Server Setup Discovery Report: The SQL Discovery report can be used to verify the version of SQL Server and the features installed on the computer. To open the SQL Discover...
My experiences with developer technologies
SQL Server Connectivity Issues–Troubleshooting Tips
Posted
over 2 years ago
by
Chaitanya Medikonduri
0
Comments
1. Test the connectivity using UDL file: To create a Universal Data Link (.udl) file Open Windows Explorer . Select the folder in which you want to store the .udl file. Create a new Text Document under this folder. A new file named New Text Document.txt...
My experiences with developer technologies
Forms Authentication Sample and Windows 2008
Posted
over 3 years ago
by
Chaitanya Medikonduri
2
Comments
The forms authentication sample: http://msftrsprodsamples.codeplex.com/wikipage?title=SS2008%21Security%20Extension%20Sample&referringTitle=Home , is strictly for educational purpose only. They are not intended to be used in a production environment...
My experiences with developer technologies
How to save a copy of the Report being rendered in ReportViewer Control
Posted
over 4 years ago
by
Chaitanya Medikonduri
0
Comments
I had worked with a few customers in the past who had the following requirement. Using web ReportViewer control. Rendering a Server Report Providing an option to create a Copy of the existing report with some specified set...
My experiences with developer technologies
Reporting Services Permissions Sample
Posted
over 4 years ago
by
Chaitanya Medikonduri
3
Comments
The functionality of managing permissions via SQL Server Management Studio had been removed in Reporting Services 2008. A new sample, RSPermissions which demonstrates how to write an application which manages Reporting Services permissions via the Reporting...
My experiences with developer technologies
How to run 32-bit UDL file on a 64-bit Operating System
Posted
over 5 years ago
by
Chaitanya Medikonduri
13
Comments
Once we create an UDL File and run it on 64 Bit OS, it will list down all the 64 bit OLE DB providers installed on the machine. The reason behind for this is simple. When you double click on a UDL file on a 64 bit machine, it’ll enumerate only the...
My experiences with developer technologies
Filtering Data Dynamically on a ReportViewer Control
Posted
over 5 years ago
by
Chaitanya Medikonduri
0
Comments
Question: How to display Dynamic Data in the ReportViewer Control. Scenario: Imagine having a ReportViewer Control on either Winforms or Webform. We use a SQL Query to fetch the data and have a dataset returned as a result of executing the SQL Query...
My experiences with developer technologies
Conditional PageBreak With Rectangles in a Report
Posted
over 5 years ago
by
Chaitanya Medikonduri
4
Comments
If we are trying to insert a page break after a Rectangle based on a Conditional Expression, that does not work. Work around: You need to next two rectangles inside one another. Apply the conditional (apply the conditional expression) formatting...
My experiences with developer technologies
Japanese Characters are displayed as "?" when we export report to either PDF or TIFF format
Posted
over 5 years ago
by
Chaitanya Medikonduri
1
Comments
Problem Description: ======================================================================= - We had a report that displays the Japanese characters. When we try to export the report to either PDF or TIFF format we don’t see these Japanese characters...
My experiences with developer technologies
Report Manager is slow after an IISReset or AppPool restart
Posted
over 6 years ago
by
Chaitanya Medikonduri
1
Comments
Report Manager and Report server may take time for the first time after we do an IIS Reset or a recycle of the application pool. For the first time Report Manager might take a few seconds, and that is expected. But if it takes either 2 or 3 minutes...
My experiences with developer technologies
Report Builder not Visible
Posted
over 6 years ago
by
Chaitanya Medikonduri
1
Comments
There are scenarios where we do not see the Report Builder visible while trying to browse the Report Manager. This can be on the same domain or from a different domain. If we are accessing from a different domain, (Both the domains are trusted among each...
Page 1 of 1 (25 items)