Tag: sql server

Community

Yukon Index enhancements

(RudolfH) Indexes in any modern relational database system are important but perhaps even more important is how you make use of them. With Yukon the functionality and features around indexes have become magnitudes better. Take a look at the following list of index related enhancements: 1. Disabli

Community

FIX: You receive error message 7410 when you use a distributed query as a query parameter for the xp_sendmail stored procedure or the sp_makewebtask stored procedure in SQL Server 2000

In Microsoft SQL Server 2000 Service Pack 3 (SP3), when you pass a distributed query to the @query parameter of the xp_sendmail stored procedure or the sp_makewebtask stored procedure, the procedure may fail and you may receive the following error message: Server: Msg 7410, Level 16, State 1,

Community

Security and SQL Server

(Tom Rizzo) When companies first started deploying databases, internal security was the biggest concern for IT departments. Databases were locked down in a datacenter with limited access via discrete applications and most IT administrators were only worried about internal users accessing confidentia

Community

Supercharged Synchronization

(Bren Newman) Managing a distributed database system presents many challenges, not the least of which is the need to quickly synchronize updates. Transactional replication and merge replication are well-known, effective replication techniques, but each has limitations and can limit performance.

Community

Global variable diagnostic script

(Darren Green) There is often some confusion about the real value of a global variable at run-time, or the current execution location and security context. This simple script will illustrate what is really going on. When trying to debug a package and isolate the problem, it is not always practic