Chris Rock


SQLServerCentral Article

Adventures in Replication

SQL Server 2000 replication is the easiest so far to setup and work with. However there are some areas that you can get yourself into trouble with if you are not careful. New author Chris Rock brings us a few lessons learned in getting replication working with a remote office.

4.5 (2)

You rated this post out of 5. Change rating

2005-08-22

9,731 reads

Blogs

Getting References for GenAI Results

By

I wrote an editorial on the view of GenAI tech from execs and someone...

SQL Server 2025 Is Here – AI Just Changed Everything!

By

🔟 Top 10 Features of SQL Server 2025 #SQLServer2025 #MicrosoftSQL #DatabaseUpdates #SQLAI #SQLFeatures #SQLServerCopilot #VectorSearch...

SQL Blunders: Stop Writing These Pointless Queries & Write Smarter!

By

They run, they return data. So what? Some SQL queries just waste your time...

Read the latest Blogs

Forums

High Availability Reversed - Force secondary unless failure

By krypto69

Hi I have sql2022 in H/A with a primary and a secondary server. My...

telephones and sql

By stan

hi im pretty sure i could trigger a page on a pager if i...

T-SQL - except - add date column

By mtz676

SELECT         [A]       --,[Date]       ,  ...

Visit the forum

Question of the Day

Calculating Month End

I want to calculate the end of the previous month as a date that I can use in running a report. What is the best way to do this in SQL Server 2022, assuming I have a date stored in @d?

See possible answers