(Amal ElHosseiny) Our Solution contains web application, class library, windows application and web setup project. Web application contains the web.config file and web setup project is responsible of installing the web application.
Other News
Simplifying Database Administration with BMC Change Manager for DB2
Managing DB2 in today’s business environment is more difficult than ever. Business dynamics have increased the rate of change and complexity within the typical IT environment. The explosive growth of data, the decline in experienced workforce, and the ability to respond to the needs of critical DB
Using @@ROWCOUNT and TABLE Variables for Database Interactions with Transact-SQL
(Jagadish Chaterjee) This is the third article in a series focusing on programming with Transact-SQL. In this article, I shall go a bit in-depth into CASE structure and introduce two new topics, @@ROWCOUNT and TABLE variables in Transact-SQL.
Comparison of table sync algorithms
(Xaprb) I’ve been working on how to efficiently compare and synchronize data between two tables on different MySQL servers. I’ve also been working on a tool, sort of like rsync for database tables, which implements both algorithms. I profiled it to see how well the comparison algorithms work on real
Oracle Clusterware install: ‘Invalid parameters, or failed to bring up VIP’ after ‘interface is not public’
(Christo Kutrovsky) Allow me to guess the sequence of events that brought you to this blog, possibly via google. –You just installed the Oracle 10g clusterware –You just ran root.sh and got an error: The given interface(s), “eth0” is not public. Public interfaces should be used to configu
Add Flexible Sort Capabilities to ListView Controls
(Rod Stephens) I use the ListView control a lot. Not to display large or small icon views, which are attractive but information-sparse. Instead, I tend to use it to display a detail view similar to the one shown on the right half of Windows Explorer when you choose “Details” from the View menu or th
Muse and WEF eases event reporting
(Dan Jemiolo) The Web Services Distributed Management (WSDM) Event Format (WEF) is an OASIS standard that describes how to serialize events related to systems management in XML. The standard goes into detail about required values, optional values, and the semantics of both, but it offers no instruct
Converting the primary key type in a SQL Server database from int to GUID
(Peter Stromquist) I maintain and develop a database for a web application that I’ve worked on for several years now. The application and the database have evolved significantly, and as things got larger and more complex, I’ve had to employ more advanced techniques and tools to perform database upda
db2pd to monitor bufferpools (part 2)
(Chris Eaton) So far I have written quite a bit about db2pd. To date I have covered: –intro to db2pd –monitoring bufferpool pages –monitoring log utilization –monitoring table access –monitoring locks
PHP Sessions – Files vs Database Based
(Peter Zaitsev) One may think changing PHP session handler from file based to database driven is fully transparent. In many cases it is, sometimes however it may cause some unexpected problems as happened to one of our customers.
