Viewing 7 posts - 91 through 97 (of 97 total)
Hey SQLHammer,
Thank you for the feedback.
1. Are you making use of CMS in SQL Server? or merely querying for registered servers?
I am using a Central Management Server for my...
February 26, 2013 at 10:11 pm
Hey there,
You can change the connection to your CMS server in the top function:
function GetServers
{
$ServerInstance = "vypdbmon01"
$Database = "msdb"
This is where you...
February 14, 2013 at 12:26 am
dbo on that database should be fine.
With regards to activity monitor, this should be included, but if they want to use sql profiler, you will need to grant alter trace...
February 6, 2013 at 5:14 am
What exactly does the user need to do?
You should focus on giving the least amount of access.
Get the details of what they are trying to achieve and then we can...
February 5, 2013 at 10:06 pm
Hey,
Read up about backup Devices.
From what I understand, you create a device and specify the disks the device belongs to, then you simply do a backup to that device...
August 15, 2008 at 3:32 am
Hi,
Are you trying to match column names, datatypes, lengths?
I guess you could write a query that checks the sysobjects table for tables, and then joins onto syscolumns using the...
August 15, 2008 at 2:34 am
Viewing 7 posts - 91 through 97 (of 97 total)