In most companies, roles and responsibilities are clearly
defined for the various teams, whether it is the database team, application
team or the development team. In some cases, the application team might own a
number of jobs but they ... [Read Full Article]
My SQL Server is accessed by several end user
applications. When all the applications are in action my server performance is
going down. Some of those applications are business ... [Read Full Article]
Adding a column to a table is common task for
DBAs. You can add a column to a table which is a nullable column or
which has default values. But are these two operations are similar internally and ... [Read Full Article]
There
is a handy little tool in Windows Server 2008 R2 that can help system
administrators and DBAs better diagnose server performance issues. It’s called
the Resource Monitor. Resource Monitor is also present in Windows Server 2008,
but its interface ... [Read Full Article]
Database Administrators have always
had a tough time to ensuring that all the SQL Servers administered by them are
configured according to the policies and standards of organization. Using SQL
Server's Policy Based Management feature DBAs can now ... [Read Full Article]
It is nothing
really new that indexes have their right to exist in SQL Server. It is also
nothing really new, that these indexes need to be maintained every now and
then, even though this might be surprising for ... [Read Full Article]
With 64 bit versions of Windows fast becoming the standard it is imperative that an app work in both 32 bit and 64 bit environments, this article demonstrates how to ensure your app can work in ... [Read Full Article]
The
purpose of this article is to demonstrate a custom scripting framework which
enables the management of SQLServer databases from a Windows PowerShell session and
also to extend Powershell's flexibility by creating a set of commands customized to our
needs. ... [Read Full Article]
When using transactional
replication to replicate data in a one way topology from a publisher to a
read-only subscriber(s) there is no need to manage identity ranges. However, when
using transactional replication to replicate data in a two way ... [Read Full Article]