Viewing 15 posts - 16 through 30 (of 387 total)
You can go to the report manager and browse to the folder with the particular report in and add yourdomain\Domain Users as a browser, then everyone in the domain can...
October 18, 2010 at 3:51 pm
I am assuming these are san drive, if so, you will also need to confirm that each drive has separate spindles, if it is just a logical separation of a...
September 16, 2010 at 2:14 pm
Do you have a large log file with lots of vlf's as described here, if so this can cause long restore times, we ran into it and had a restore...
August 17, 2010 at 3:44 pm
you can use xp_servicecontrol, you can punt the output to a table and then figure if the service is running, you should be able to find a script on here...
August 17, 2010 at 1:20 pm
I have used logparser to do this, takes some time to get all the file details but you can insert into a table and use a while loop to get...
August 16, 2010 at 3:16 pm
Have you checked the MSDTC is set up so each box can run distributed transactions?
August 10, 2010 at 3:14 pm
Jeff,
Let me rephrase, at the smaller shops I have worked in or had dealing with, the DBA role was not considered as a chargeable resource to clients. I know there...
June 28, 2010 at 3:42 pm
One other thing about smaller shops is that the DBA is generally not chargeable to the client, I worked at a shop where anyone who touched the databases was called...
June 25, 2010 at 12:59 pm
You can also use the below code, we use it to figure out group membership without having to engage domain admins.
EXEC xp_logininfo 'whateverdomain\whatevergroup', 'members'
Andrew
June 22, 2010 at 3:37 pm
be aware that the temp table will not simple be called #whatevernameyougive but in the form of
##whatevernameyougive_______________________________________________________________________________________________________________00000000957C
in sys.objects so you will need to use a like statement
Andrew
June 9, 2010 at 2:46 pm
I am only interested in failures, I have a job collect any failures every 15 minutes, the where clause is so I don't miss any failures if there is a...
April 21, 2010 at 8:05 am
I use this script, think I may of got it here or just profiled it on replication monitor, can't remember, I am concerned with failures, don't like having the client...
April 16, 2010 at 2:34 pm
This isn't April the 1st again:-)
April 15, 2010 at 1:47 pm
Other than curiosity why would you want to know this, just curious myself?
Andrew
April 14, 2010 at 2:41 pm
Viewing 15 posts - 16 through 30 (of 387 total)