Creating Merge Replication Conflict Resolvers
This article describes how to create a Visual Basic application for merge replication that will handle both conflict and non-conflict changes between the affected tables.
This article describes how to create a Visual Basic application for merge replication that will handle both conflict and non-conflict changes between the affected tables.
This article shows you the basics of connecting to SQL Server in Active Server Pages.
How can you maintain a stable environment? Keeping track of all changes is the time-tested and proven technique. Read about it here.
Got a plan for moving your data to the new server? Try this one! Andy Warren offers step by step instructions on how to move your data without doing a backup/restore or using detach and attach.
The eighth part of Steve Jones's series on having SQL Server automatically report information to a DBA.
This week, Brian Knight reviews the book Gurus Guide to Transact SQL.
This article shows you in a step-by-step manner how to restore the master database.
The seventh part of Steve Jones's series on having SQL Server automatically report information to a DBA.
I ran into a dilemma when I was told that I should not allow potential competitors to view my JavaScript comments. If they want to figure the code out; make them work for it.
The sixth part of Steve Jones's series on having SQL Server automatically report information to a DBA.
This month, I prompted bloggers to discuss whether good enough is perfect. Thank you to all...
By Steve Jones
Recently a customer asked if SQL Compare and SQL Data Compare can be used...
i see this in the definition of a linked server on our wh sql...
Is this even possible ? Tried with grant but to no avail. [sys].[database_role_members] and...
Comments posted to this topic are about the item Stairway to Snowflake Level 5...
What does this code return in SSMS 20 from SQL Server 2019?
select '|' + CHAR(0)+'abc' + '|';See possible answers