Viewing 15 posts - 16 through 30 (of 35 total)
Hi,
Very nice script. I've been searching ages for this. I am not so comfortable with cursors, they tend to always crash for me.
However,
Do you really want to reorganize or rebuild...
January 11, 2013 at 7:39 am
Another one which states when server is ready to rock 'n roll
USE master;
SELECT login_time FROM sysprocesses
WHERE spid = 1
This return comes later then tempdb creation because in between a...
September 28, 2012 at 7:48 am
Fine and neat script, but I have a question.
Did you put this an all 100+ SQL servers?
September 25, 2012 at 4:20 am
Honestly guys, no backup and they are to be DBA's?
First thing a DBA should do is to make sure he can restore every database to a point in time depending...
September 13, 2012 at 2:07 am
All services used in SQL is using the same service account
September 8, 2012 at 12:37 am
We have SQL 2008 R2 (x64) on MS Server 2008 R2 with all the SP including SP2 for SQL Server 10.50.4000.
This is a new server and we started using it...
September 6, 2012 at 7:47 am
Do you really consider having all databases set to SIMPLE RECOVERY MODE?
I ask because you stated only 200GB Logfile space for 1000GB of dataspace.
Hope you never get index problems and...
September 6, 2012 at 5:39 am
I agree with tim.cloud that you should have a backup drive attached to your database system.
I normally set up the following when creating new SQL server
C: for OS ~ 60GB...
September 6, 2012 at 5:32 am
What about MS Server 2008 R2 (std) and SQL Server 2008 R2 (std).
The issue is still there, would the solution work in this environment as well?
September 5, 2012 at 1:03 am
Hi,
I have worked some with translation from Unix to PC encoding.
The main problem to BULK INSERT is that it has problems reading Unicode text documents as it does not have...
August 23, 2012 at 1:25 am
Thanks anyhow. I'll address Microsoft with this
May 11, 2012 at 12:07 am
I am doing this as I am enterring a new user and to check if I spelled the name correctly, i.e. fetching group from AD.
I would like to have that...
May 7, 2012 at 8:23 am
There is still an advantage to have local backup or should I say at least three disadvanteges to not to.
1. Network issues
2. Discs on the backup (3rd party)
3. Timehandling as...
November 15, 2011 at 8:18 am
This calculation is not accurate regarding Total size.
But it is close, so it depends on how accurate you want to be
November 10, 2011 at 12:21 am
This script will find a Head blocking script and in the temporary table all scripts running is shown.
Only tested in SQL 2008
/*
Check for the SPID that has a BlockingSPID set...
October 22, 2011 at 1:56 am
Viewing 15 posts - 16 through 30 (of 35 total)