(S.S. Ahmed) It’s been years now, SharePoint 2007 is about to appear in the market, SharePoint 2003 seems to be something that is history now (Exaggerating …). Many companies have adopted SharePoint during the last one year. Good thing is that I have seen lots of small businesses acquiring SharePoin
Author: SSWUG Research
In-Process Data Access in SQL Server 2005
(Bob Beauchemin and Dan Sullivan) Whether you access data from the client, middle tier, or server, when you’re using SQL Server and the .NET Framework, you use the SqlClient data provider. Your data access code is similar regardless of its location, but the .NET Framework 2.0 version of SqlClient co
Manually remove a replication
(Jugal Shah) You can manually remove a replication by using system stored procedures and other Transact-SQL statements. To completely remove a replication, follow these steps: 1. Drop all subscriptions that are configured for the replication. 2. Drop all publications that are configured for
Integration of SQL and XQuery in IBM DB2
(F. Özcan, D. Chamberlin, K. Kulkarni and J.-E. Michels) Since the introduction of the first relational database systems in the early 1980s, the commercial database field has seen mostly evolutionary changes. Most large-scale commercial database systems introduced since that time have been based on
Nine ASP.NET Site Navigation Problem Solutions: Part 1
(Lee Richardson) So far, there’s been plenty of ink expended on ASP.NET 2.0’s site navigation controls, but most of that coverage lacks details on how to use the new navigation features in the real world. For example, some common real-world questions are: How do you integrate database driven content
Creating A SharePoint Web Part Project
(George P. Alexander, Jr.) Earlier, we had a quick revision of Windows SharePoint Services (WSS), SharePoint Portals (SPS) and an elementary look at Web Parts and what every SharePoint developer or Administrator should know about them.
Export or import with Oracle Data Pump
(Scott Stephens) In Oracle 10g, exp and imp have been redesigned as the Oracle Data Pump (although Oracle still ships and fully supports exp and imp). If you’re used to exporting exp and imp, the Data Pump command-line programs have a syntax that will look very familiar.
Hints
Hints are comments embedded in SQL that can help influnce the behaviour of the Cost Based Optimizer.
PHP SimpleXML Functions
The SimpleXML functions lets you convert XML to an object.
AJAX and Atlas: An Overview of Two AJAX Implementations
(Ben Reichelt) Since Ajax has taken off among Web developers, there have undoubtedly been many frameworks, APIs, and libraries to allow people to leverage Ajax with ease. I’d like to take a look at two of these Ajax packages for ASP.NET and show the differences and similarities of them. I will compa
