Tag: sql server

Community

Merge replication results are incorrect or merge replication fails when you try to use merge replication to merge SQL Server 2005 Mobile Edition data with SQL Server 2000 data

When you try to use merge replication to merge Microsoft SQL Server 2005 Mobile Edition data with Microsoft SQL Server 2000 data, you may experience one of the following problems: • The operation appears to be successful. However, the results are incorrect when you examine the subscriber table. Y

Community

TRY…CATCH in SQL Server 2005

(Scott Mitchell) SQL Server 2005 offers a number of new features over its predecessor, including many features aimed at making working with databases more like writing .NET application code. For example, in SQL Server 2005, stored procedures, triggers, UDFs, and so on can be written using any .NET F

Community

Generate Log Files with a Trigger

(Ken Kaufman) As a DBA you try to supply data in a format that is familiar to the audience you’re presenting it to. Many times, you’ll present data in MS Excel to the accounting department, or an HTML report to a standard user. Your system and security administrators are no different; they are used

Community

OUTPUT clause in SQL Server 2005

(Muthusamy Anantha Kumar) A SQL Server 2005 feature that I appreciate and want to demonstrate is the OUTPUT clause. The OUTPUT clause helps in returning the actual data from a table soon after an insert. Applications require return values such as the new identity value, the computed column value or