<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
	<title>Krishnaswamy, Jayaram</title>	<link>http://tc.eserver.org/authors/Krishnaswamy,_Jayaram</link>
	<description>A bibliography of works by Krishnaswamy, Jayaram in the field of technical communication.</description>
	<language>en-us</language>
	<copyright>Copyright (c) 2005-08 by the EServer. All rights reserved.</copyright>
	<managingEditor>tclib-editorial@eserver.org (TC Library Editorial Board)</managingEditor>
	<webMaster>webmaster@eserver.org (Geoffrey Sauer)</webMaster>
	<image>
		<url>http://tc.eserver.org/images/newlogo.gif</url>
		<title>Krishnaswamy, Jayaram</title>
		<link>http://tc.eserver.org/dir/Krishnaswamy,_Jayaram</link>
	</image>
	<item>
		<title>Migrating from MS SQL Server 2008 to EnterpriseDB</title>
		<link>http://tc.eserver.org/34151.html</link>
		<guid>http://tc.eserver.org/34151.html</guid>
		<description>With many database vendor products in the market and data intensive applications using them, it is often required to port the application to use the data or, migrate the data so that the application can use it. Migration of data is therefore one of the realities of the IT Industry. Some of the author&apos;s previous articles on migration can be found at the link.</description>
	</item>
	<item>
		<title>Programmatically Creating SSRS Report in Microsoft SQL Server 2008</title>
		<link>http://tc.eserver.org/34152.html</link>
		<guid>http://tc.eserver.org/34152.html</guid>
		<description>The  process of programmatically creating the SQL Server Reporting Services (SSRS) tabular report is described. You will be creating a very simple report using the provided code. The approach is to introduce the programming by creating the three parts of a report: connection, dataset, and layout. Excerpt from the book, &quot;Learning SQL Server 2008 Reporting Services.&apos;</description>
	</item>
	<item>
		<title>jQuery Embedded in Dojo Accordion Panes</title>
		<link>http://tc.eserver.org/34153.html</link>
		<guid>http://tc.eserver.org/34153.html</guid>
		<description>We will experiment embedding jQuery in DOJO 123&apos;s Accordion widget and try to identify if there exists any cross-code interactions. The code is also tested for cross-browser suitability.</description>
	</item>
	<item>
		<title>Transferring a Table in a MS Access 2003 Database to PostGres Using SQL Server Integration Services</title>
		<link>http://tc.eserver.org/34154.html</link>
		<guid>http://tc.eserver.org/34154.html</guid>
		<description>Describes the use of Microsoft SQL Server Integration Services to transfer a table from MS Access 2003 to Postgres on EnterpriseDB. Some of the problems are discussed.</description>
	</item>
	<item>
		<title>Data Pager Control [.NET Framework 3.5] in Visual Studio 2008</title>
		<link>http://tc.eserver.org/32231.html</link>
		<guid>http://tc.eserver.org/32231.html</guid>
		<description>When query results exceed the display area then you resort to scrolling and wish you had some way to limit the number of results displayed and comfortable to view without scrolling. Paging functionality which provides an answer to this is therefore a much desired feature. The Data Pager Control in Visual Studio 2008 provides this functionality when you create an ASP.NET web form under .NET Framework 3.5. It can be configured automatically using the GUI, or it can be installed manually after installing the ListView. In this article both of them are described. While the number of items displayed in a list can be declaratively coded, it is possible to set it at page load time as well.</description>
	</item>
	<item>
		<title>Retrieving Data on a SQL Anywhere Server Using AJAX</title>
		<link>http://tc.eserver.org/32129.html</link>
		<guid>http://tc.eserver.org/32129.html</guid>
		<description>The article shows how an AJAX call can be made to a resource on the SQL Anywhere Server using stored procedures and web services.</description>
	</item>
	<item>
		<title>Visual Studio 2008 and SQL Anywhere 11 Integration</title>
		<link>http://tc.eserver.org/32130.html</link>
		<guid>http://tc.eserver.org/32130.html</guid>
		<description>Describes how Panorma (now SQL Anywhere 11) is installed as well as the integration features with .NET Framework.</description>
	</item>
	<item>
		<title>Windows Presentation Foundation Project - Basics of Working</title>
		<link>http://tc.eserver.org/30889.html</link>
		<guid>http://tc.eserver.org/30889.html</guid>
		<description>The tutorial introduces the reader accustomed to working with the traditional graphic user interface in earlier versions of VB to Windows Presentation Foundation. Importantly, it introduces the reader to the XAML&apos;s declarative format and what it means in the design interface of VS 2008. WPF can do a great deal more than what is described in this article. The power of markup extensions such as declarative binding, dynamic resource, template binding and many others are not discussed. It is hoped that the reader will be up and running WPF projects based on his previous experience after reading this article.</description>
	</item>
	<item>
		<title>Moving a Database from SQL Server 2005 to SQL Server 2008 in Three Steps</title>
		<link>http://tc.eserver.org/30825.html</link>
		<guid>http://tc.eserver.org/30825.html</guid>
		<description>This tutorial shows how SQL Server 2005 can be migrated to SQL Server 2008 quite easily by manually detaching the database from SQL Server 2005 and attaching it to SQL Server 2008. This is a much easier process than the &apos;Copy Database Wizard&apos; which has two procedures one of which is the same as the manual process but carried out under the guidance of a wizard and the other which does not require the stopping of the Source server.</description>
	</item>
	<item>
		<title>Microsoft SQL Server 2008: Installation Made Easy</title>
		<link>http://tc.eserver.org/30800.html</link>
		<guid>http://tc.eserver.org/30800.html</guid>
		<description>The article discusses the precaution thta one can take in installing the Microsoft SQL 2008 Sever (Developer Edition). Links to downloading a sample database with how-to note is also provided. Some of the initial problem solving in cleaning up the .NET miscellanea is discussed in this blog at :&#xD;http://hodentek.blogspot.com/2008/01/you-were-cleaning-up-net-framework.html</description>
	</item>
	<item>
		<title>Web Enabling Data on a SQL Anywhere Server using a Native Web Service</title>
		<link>http://tc.eserver.org/30681.html</link>
		<guid>http://tc.eserver.org/30681.html</guid>
		<description>Exposing server data to intranet/internet, an attractive and much needed method has become possible due to the native web services, services that can be created on the database itself to which HTTP or Soap requests can be made. SQL Anywhere server, even in version 9.0 [present version SQL Anywhere 10] possessed this built-in capability of being able to expose data on the database server to HTTP requests.</description>
	</item>
	<item>
		<title>SQL Server Integration Services Using Visual Studio</title>
		<link>http://tc.eserver.org/30648.html</link>
		<guid>http://tc.eserver.org/30648.html</guid>
		<description>Beginners Guide to SQL Server Integration Services Using Visual Studio 2005 provides you with the basic knowledge that you should have before you move on to more advanced ETL [Extraction, Transformation, and Loading]. The book will also provide you with a comprehensive description of the many designer windows that you may encounter while working with the designer. This guide provides the building blocks describing each block by way of an example as well as describing the nuts and bolts that bind the blocks. A majority of SSIS tasks are covered in this book and they are described fully in the summary of table contents section. You start building packages right from Chapter 2 and continue on to Chapter 20 gathering and building upon your knowledge in each step.</description>
	</item>
	<item>
		<title>Migrating MS Access 2003 Data using the Oracle SQL Developer 1.2</title>
		<link>http://tc.eserver.org/29929.html</link>
		<guid>http://tc.eserver.org/29929.html</guid>
		<description>Business needs often necessitate data migration from a smaller, less secure database to a higher end, faster database server with a more reliable availability. A typical scenario is the migration of data from a desktop sized database such as MS Access or Fox Pro to any other higher end database servers such as MS SQL Server, Oracle, DB2 or SQL Anywhere Server. Oracle SQL Developer 1.2 with this latest version is sometimes called the Migration version as it supports migrating data from three vendors (MySQL, SQL Server and MS Access) to an Oracle database. In fact, it has been designed to migrate from more than one version of MS Access. This feature was not available in the version 1.1 of this tool.</description>
	</item>
	<item>
		<title>Displaying ADO Retrieved Data with XML Islands</title>
		<link>http://tc.eserver.org/29589.html</link>
		<guid>http://tc.eserver.org/29589.html</guid>
		<description>An XML data island is a piece of well-formed XML embedded into an HTML file. This article will show you how to retrieve data in an XML format from a database using ADO; you will also learn how to bind this data into an HTML document.</description>
	</item>
	<item>
		<title>The Why and How of XML Data Islands</title>
		<link>http://tc.eserver.org/29590.html</link>
		<guid>http://tc.eserver.org/29590.html</guid>
		<description>This article explains a useful way to embed data in an HTML document, and store it on the client, using XML. With XML becoming ever more pervasive and the client side implementation gaining a lot of ground, you will probably find yourself using this technique in many projects.</description>
	</item>
	<item>
		<title>Microsoft Access Queries with Oracle SQL Developer 1.2 Tool</title>
		<link>http://tc.eserver.org/29447.html</link>
		<guid>http://tc.eserver.org/29447.html</guid>
		<description>This article by Jayaram Krishnswamy shows how you can install the Oracle SQL Developer 1.2 and connect to an MS Access database. This article will cover the steps right from downloading and installing the Oracle SQL Developer, to connecting to a MS Access database, and using the SQL interface along with a few sample queries.&#xD;</description>
	</item>
	<item>
		<title>VB.NET Application with SQL Anywhere 10 Database</title>
		<link>http://tc.eserver.org/29299.html</link>
		<guid>http://tc.eserver.org/29299.html</guid>
		<description>This article by Jayaram Krishnswamy shows how you can develop a VB.NET 2.0 application using the integration features provided by the SQL Anywhere database. The SQL Anywhere tools are directly accessible without going out of the Visual Studio 2.O IDE. The article describes a window application with two examples developed with this easy to use integration interface.</description>
	</item>
	<item>
		<title>XML Paper Specification (XPS) of a Word 2003 Document</title>
		<link>http://tc.eserver.org/29300.html</link>
		<guid>http://tc.eserver.org/29300.html</guid>
		<description>Microsoft breathed new life into legacy office documents by opening an XML window (Office Open XML) to its office products through its royalty-free XPS specification. XPS stands for XML Paper Specification that specifies cross-platform, open standard, document representation that can be used for generating, sharing, printing and archiving of paginated documents. Its virtues in Microsoft&apos;s own words are, &quot;With XPS, documents print better, can be shared easier, be archived with confidence, and are more secure.&quot;</description>
	</item>
	<item>
		<title>Microsoft Word 2007&apos;s Mail Merge with a SQL Anywhere 10 Database</title>
		<link>http://tc.eserver.org/28732.html</link>
		<guid>http://tc.eserver.org/28732.html</guid>
		<description>SQL Anywhere 10 database and Microsoft Word 2007 are the latest software from the respective companies. This step-by-step tutorial not only shows how you can merge a mail document from customer information in a Sql Anywhere 10 database, it also shows how you may work with the database. If you are a office worker using &apos;Office&apos; products this is a must article for you.</description>
	</item>
	<item>
		<title>Working With External Text Files in Microsoft Access 2007</title>
		<link>http://tc.eserver.org/28616.html</link>
		<guid>http://tc.eserver.org/28616.html</guid>
		<description>Step-by-step procedure explained with a large number of screen shots. Both linking and importing are described.</description>
	</item>
	<item>
		<title>Deployment of the MobiLink Synchronization Model Wizard in SQL Anywhere 10</title>
		<link>http://tc.eserver.org/28569.html</link>
		<guid>http://tc.eserver.org/28569.html</guid>
		<description>This builds on the previous article, &apos;MobiLink Synchronization Wizard in SQL Anywhere 10.&apos; The new Deployment Wizard in SQL Anywhere Server 10.0 makes it painless to deploy the model, a task which was script based and terse.</description>
	</item>
	<item>
		<title>Battle of the Wizards: Dojo Vs. Microsoft</title>
		<link>http://tc.eserver.org/28567.html</link>
		<guid>http://tc.eserver.org/28567.html</guid>
		<description>Two wizards are compared. One client script from DOJO and the other server component from Microsoft. Both fo them work exceedingly well in IE 7.0. Dojo wizard looks smashing.</description>
	</item>
	<item>
		<title>JSON Basics</title>
		<link>http://tc.eserver.org/28566.html</link>
		<guid>http://tc.eserver.org/28566.html</guid>
		<description>These are the golden days of JavaScript, which was warily used in the not too distant past because of the browser wars (still being waged). With enhancements to JavaScript in recent years and the advent of AJAX, interest in Javascript has taken a new turn, a turn for the better. Early on with AJAX it was recognized that there was a contender for XML for handling data which was stable, faster, and portable. This was the beginning of JSON. This article gives you a good explanation.</description>
	</item>
	<item>
		<title>Leveraging AJAX and JSON using Dojo Tool Kit</title>
		<link>http://tc.eserver.org/28565.html</link>
		<guid>http://tc.eserver.org/28565.html</guid>
		<description>This article shows how AJAX calls are made using the JavaScript extensions developed by the Dojo foundation to retrieve data using the JavaScript Object Notation (JSON)and displaying the results on the browser.</description>
	</item>
	<item>
		<title>Generating and Hosting a SQL Server Reporting Services Report Using SQL Server 2005 Business Intelligence Development Studio</title>
		<link>http://tc.eserver.org/28522.html</link>
		<guid>http://tc.eserver.org/28522.html</guid>
		<description>A step-by-step must read article on SQL 2005 Reporting Services which creates a report and hosts it on an intranet server.</description>
	</item>
	<item>
		<title>MobiLink Synchronization Wizard in SQL Anywhere 10</title>
		<link>http://tc.eserver.org/28382.html</link>
		<guid>http://tc.eserver.org/28382.html</guid>
		<description>MobiLink is a technology that can help multiple databases synchronized, a key requirement for mobile access to data. The article shows you how to create a model that can be deployed to access data on a SLQ 2005 Server remotely with a SQL Anyhwhere database. A forth coming article descibes the deployment details.</description>
	</item>
	<item>
		<title>Calling a Web Service Using VB6 with SOAP 3.0</title>
		<link>http://tc.eserver.org/28314.html</link>
		<guid>http://tc.eserver.org/28314.html</guid>
		<description>This article shows you how to create a client that calls a web service from Visual Basic 6 using SOAP 3.0. If you are still using Microsoft VB 6.0 or C++ and don&apos;t plan to move into VB.NET, you will find this method very useful.</description>
	</item>
	<item>
		<title>Building a SQL Server 2005 Integration Services Package Using Visual Studio 2005</title>
		<link>http://tc.eserver.org/28031.html</link>
		<guid>http://tc.eserver.org/28031.html</guid>
		<description>A comprehensive start from scratch and step-by-step approach to learn this important procedure. This illustrated article is your guide to SSIS designing.</description>
	</item>
	<item>
		<title>Querying Databases in Microsoft SQL Server 2005</title>
		<link>http://tc.eserver.org/27944.html</link>
		<guid>http://tc.eserver.org/27944.html</guid>
		<description>This hands-on tutorial should help you in understanding the interface available for querying MS SQL Server 2005 databases. Some of the major features will be discussed as related to their use rather than going into a lot of details. Querying the database is one of the most basic activities that is routinely and frequently performed.</description>
	</item>
	<item>
		<title>Creating a Web Service with Web Matrix</title>
		<link>http://tc.eserver.org/27659.html</link>
		<guid>http://tc.eserver.org/27659.html</guid>
		<description>The Web Matrix project appears to have served as a test bed in the development of ASP.NET. This freebie attracted a lot of attention since it did not require an installation of IIS. It had its own http server whenever needed. Of course, one could use it also in the presence of an installed IIS. This tutorial is about creating a web service on Web Matrix and testing the service on the built in mini web server, as well as testing a second example on the IIS 5.1 on the local machine.</description>
	</item>
	<atom:link href="http://tc.eserver.org/authors/Krishnaswamy,_Jayaram.xml" rel="self" type="application/rss+xml"/>
</channel>
</rss>