Author: SSWUG Research

Community

FIX: Error message when you use the sp_addarticle stored procedure to add articles to an existing transactional replication publication: ‘Cannot create a file when that file already exists’

When you add one or more articles to an existing transactional replication publication by using the sp_addarticle stored procedure in Microsoft SQL Server 2000, transactional replication synchronizations fail. Additionally, you receive the following error message: Cannot create a file when that f

Community

Row Movement in Oracle

(Steve Callan) One of the relatively newer features in Oracle concerns the moving of rows. Why would a row move and who or what controls that movement? Furthermore, by “move,” what exactly does move mean? Does a row move to another table, or is row movement constrained to the row’s container (i.e.,

Community

Handling Messages in Console Apps

(Stephen Toub) I’m using a Win32 API through P/Invoke. The API supports asynchronous operations and provides a callback mechanism that notifies me when the operation has completed. However, unlike other APIs I’ve dealt with that provide similar functionality, this API doesn’t accept a function poin

Community

XLINQ Introduction Part 3 Of 3

(Sacha Barber) .NET 3.0 has now been released, so we should all know it by now shouldn’t we. Jeez, doesn’t seem like that long ago that .NET 2.0 came along. Well for those that dont realize .NET 3.0 actually contains quite a lot of new stuff, such as : –Windows Workflow Foundation (WWF) : Managi