Other News

Community

Re-naming Database in SQL Server

In one of our previous blog post, we had covered how to rename objects in SQL Server. Today we will cover how we can rename the database in SQL Server. In order to rename the database, we need to first put it in a single user mode. We will start with creating a test database first. Connect to Query

Editorials

The SQL Server Commodity – Feedback…

Featured Article(s) Troubleshooting SQL Server 2005 Merge Replication (Part 2) In this article, Alexander Chigrik explains some problems that you can have when you work with SQL Server 2005 merge replication. He also tells how you can resolve these problems. Virtual Server Protection and Recovery Building out your infrastructure with virtual servers brings with it the requirement that you be […]

Uncategorized

Is SQL Server A Commodity Service Now?

Featured Article(s) Understanding Software Testing (Part III) This is the last and concluding part in this series of three part articles on Software Testing. In this part we will discuss few other types of testing methodologies. Webcast Today Performance Monitoring, Scaling and Watching Over Your SQL Server. We’ll look into pulling baseline information, things you can do to chart and […]

Community

XML in DB2 LUW

In one of our previous blog post, we had covered, how in Oracle can we convert relational data to XML in vice-versa. Today we will get basic familiarity with XML functions in DB2 LUW. IBM has also provided very strong XML support in DB2 LUW. DB2 LUW contains certain built-in SQL/XML functions which

Community

XSLT and XSS attacks

(Oleg Tkachenko) I noticed Robert Robbins was writing about XSS attacks using XSLT: It is possible to extend the power of XSLT using JavaScript embedded into the XSL file. Therefore any web application that allows the user to upload their own XSL file will be vulnerable to Cross Site Scripting at