Click here to monitor SSC
SQLServerCentral is supported by Red Gate Software Ltd.
 
Log in  ::  Register  ::  Not logged in
 
 
 

Security - SQL vs Windows

Security is a very important part of every DBA’s role.   If you are not clued up on security best practices or don’t secure your SQL Servers, you should be concerned as it could end up costing you your job!

I have worked in organisations where the painstaking task of managing…

Read more

1 comments, 296 reads

Posted in SQL Server 365 on 23 January 2012

Database uplevel Restores Follow On

Today's post is a follow on from one earlier this month Database uplevel Restores.  I got round to testing restoring a SQL Server 2000 backup to a SQL Server 2008 R2 server and it worked!  Details Below;

-- Restore command
RESTORE DATABASE [SQL2000Test] FROM DISK = 'D:\SQL2000TestBackup.bak'

Read more

0 comments, 445 reads

Posted in SQL Server 365 on 20 January 2012

Don’t Be a Balloon!

I had a problem just before the festive period where one of our production SQL Servers was randomly grinding to a halt, queries which usually returned in milliseconds where running for minutes.  It took 4 days of performance monitoring / troubleshooting and some help from the SQL Community (when I…

Read more

2 comments, 433 reads

Posted in SQL Server 365 on 18 January 2012

Moving Database Files and Replication

Today’s post is a quick one as I am a bit under the cosh.

There are many ways to move database files, detach and attach, backup and restore, alter database.  But what can you do if the files you want to move belong to a database being used in replication? …

Read more

2 comments, 322 reads

Posted in SQL Server 365 on 13 January 2012

System Stored Procedures

I've been using 4 alerts for corruption now for about 2 years for Errors 823, 824, 825 and 9100.  Basically I would create an operator via SSMS, the four alerts via T-SQL then manually add the operator to the response through SSMS.  Now given that I only did this during the…

Read more

2 comments, 397 reads

Posted in SQL Server 365 on 11 January 2012

Server Name and SQL Server Name

I have, in the past had the need to rename a server, either because the server has been named incorrectly or because it has been created as a clone from an image.  There is a documented process which I have used in the past to rename SQL Server once the…

Read more

0 comments, 274 reads

Posted in SQL Server 365 on 10 January 2012

Database uplevel Restores

Today I've been reading Paul Randal's collection of Blogs from a series called A SQL Server DBA myth a day. If you haven't yet read it I recommend it there are a couple of misconceptions in there that I have fallen foul of in the past.  You can…

Read more

4 comments, 220 reads

Posted in SQL Server 365 on 6 January 2012

SQL Server Error Logs

I read a blog post this morning on SQLServerCentral by Tim Radney about SQL Server Error Logs.  Tim talks about increasing the number of error logs in SQL Server.  One thing that came to mind to take this one step further and is just as simple to do is to…

Read more

10 comments, 410 reads

Posted in SQL Server 365 on 4 January 2012

Dropping a Database

I came across an issue on a server this morning where a drive had run out of free space.  Now given I still haven't got a full list of servers which I should be managing I'm not going to kick myself over this.


The issue came to light by the fact the previous DBA had set-up an email…

Read more

0 comments, 127 reads

Posted in SQL Server 365 on 3 January 2012

Physical Servers What are They?

Today I'm in the process of installing some physical servers.  To put this into perspective due to the companies I have worked for over the last few years adopting virtualisation I haven't installed Windows Server let alone commission a physical server from sysprep up.


Imagine then being asked to connect from my…

Read more

0 comments, 201 reads

Posted in SQL Server 365 on 9 November 2011

CONVERT Dates and Confusion

Right I've been itching to post another Blog and actually contribute something this time.  This isn't something I've learned but something I've taught many times in the past.


It can't be just me but I get asked a lot about the formatting of dates especially for reports.


This is something that is almost always…

Read more

0 comments, 308 reads

Posted in SQL Server 365 on 8 November 2011

My First Blog Post!

So here it is then, my first ever Blog post!


I'm not cheating here as I am not officially starting to post the 365 things I learn about SQL Server until 1st January 2012!


Last week I started a new job and am now a Database Administrator for Experian QAS.…

Read more

0 comments, 184 reads

Posted in SQL Server 365 on 7 November 2011

Newer posts