Microsoft SQL Server 2008 Administration with Windows PowerShell

June 15th, 2009 by Murthy

The definitive guide to automating SQL Server admnistration with Powershell scripts.

Click here to own one

Microsoft SQL Server 2008 Administration with Windows PowerShell

If you’re a SQL Server database administrator, this book will make your life easier. Windows PowerShell is an administrative scripting tool that allows you to automate many tasks you’re probably currently doing by hand. This nuts-and-bolts guide shows you how to create Windows PowerShell scripts to administer almost every aspect of SQL Server.

You’ll get a thorough introduction to PowerShell basics and all the PowerShell components that have been integrated into SQL Server 2008, as well as actual administration tasks. The book provides complete scripts that have been tested and proven, saving you hours of effort.

  • The new release of Microsoft SQL Server 2008 now includes Windows PowerShell, allowing administrators of large-scale enterprise databases to automate many tasks
  • SQL Server 2008 Administration with Windows PowerShell introduces you to PowerShell, covering its components in detail as well as providing basic instruction in using scripts to administer the database
  • The book includes numerous examples of SQL tasks that have been automated and also provides completed scripts that you can put to use immediately
  • The Companion Web site includes complete code scripts

If you’re a database administrator, the scripts and techniques in SQL Server 2008 Administration with Windows PowerShell will save you hours of effort.

Posted in SQL Server | No Comments »

Free introductory courses from Sun on Java

May 18th, 2009 by Murthy
Here are few links to the introductory courses on Java WebServices.  These courses can be completed in 2 to 4 hours and help to understand the terminologies.  These courses are Self Paced and are free.

WJO-1113
Security is a critical part of any application. Applications have to be secured against disclosure of confidential information, modification or destruction of data, misappropriation of resources, and compromise of accountability. Applications can be secured by implementing security concepts, such as authentication, authorization, integrity, confidentiality, and non-repudiation. The Overview of Java Application Security (WJO-1113) course provides a description of basic security concepts, services, and technologies. The course explains the security challenges in the application, transport, and message layers of applications. Students also learn about security features provided by Java technologies, and how these features can be used in the web-tier, in tiers based on Enterprise JavaBeans (EJB) technology, and in web services.The Overview of Java Application Security course does not include hands-on implementation of Java technologies to secure applications.

WJO-1114
The Web Services Infrastructure and Organizations course discusses web services, web services infrastructure,and the web services models such as the WS model. In addition, the course explains the Java EE 5 Web Services APIs. The course also describes web services organizations, such as W3C, WS-I, OASIS, and JCP.
WJO-1115
The Overview of XML course provides students with an understanding of developing and using Extensible Markup Language (XML) documents. In this course, students learn the core concepts of XML, Document Type Definition (DTD), XML schemas, and XML processing. This course concludes by explaining the role of XML Path Language (XPath), XSL Transformations (XSLT), XML Query (XQuery), XML Linking (XLink), and XML Pointer Language (XPointer) in accessing and manipulating XML data.
WJO-1118
Web services enabling technologies are a set of technologies based on XML standards that help describe, access, and interact with web services. The Web Services Enabling Technologies course describes these standards, which include the Simple Object Access Protocol (SOAP), the Web Services Description Language (WSDL), and Universal Description, Discovery, and Integration (UDDI). In addition, the course describes how to create and test JAX-WS web services with NetBeans(TM) Interface Development Environment (IDE) and Sun Java System Application Server (Application Server).

Posted in Java Programming | No Comments »

Hibernate Tutorials

May 7th, 2009 by Murthy

Here is link to set of tutorials on Hibernate.   These are in very simple wordings and provide an how to approach to implement Hibernate.

Hibernate Tutorials

Posted in Java Programming | No Comments »

All about SSL Certificates on IBM HTTP Server

April 30th, 2009 by Murthy

I recently came across the three session presentation on SSL Cert installation, configuration and troubleshooting demonstration at the IBM site.  It goes in details from creating kdb files to troubleshooting the issues related to SSL Certs on a WebSphere/HTTP Server setup.

Session 1
This IBM WebSphere Support Technical Exchange is designed to demonstrate how to use the IBM key management utility to create keyfiles, certificate signing requests(CSR) and self-signed personal certs. This exchange is a general overview of the certificate chain relationship and certificate authorities, along with importing and exporting public and private keys.

Session 2
This IBM WebSphere Support Technical Exchange is designed to demonstrate how to configure the Secure Sockets Layer within IBM HTTP Server V6.0 and higher. Specifically, this session will teach how to enable multiple SSL virtualhosts on port 443 and how to limit encryption at 128bit or higher for optimal security. You will also receive practical examples on how to automatically redirect non-SSL clients over SSL.

Session 3
This WebSphere® Support Technical Exchange is designed to demonstrate specific Secure Sockets Layer (SSL) debugging techniques. Also to see first hand how SSL tracing is enabled and how to log SSL request and certificate information in the web server’s access log. There will be a demonstration on troubleshooting steps for analyzing and interpreting SSL handshake messages in the web server’s error log.

Posted in WebSphere | No Comments »

Hello world!

April 25th, 2009 by Murthy

Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!

Posted in Uncategorized | No Comments »