Viewing 15 posts - 31 through 45 (of 45 total)
Yes it is possible.
*****************************************************************************************
Cross Domain Log Shipping
If computers that are running SQL Server are placed in a multi-domain environment, Microsoft recommends that you set up two-way trusts between all...
July 31, 2014 at 1:31 am
This doesn't operate at the job step level though, MultiServer administration is at the job level. So you set the target server for the job and not the individual...
July 30, 2014 at 3:02 pm
As far as I'm aware there isn't any built-in way of running multiple job steps against different servers.
Depending on what the jobs steps are doing there are ways to emulate...
July 30, 2014 at 3:49 am
Yeah I'm surprised myself. What version of the Windows Server is it running on?
July 29, 2014 at 9:45 am
Just to confirm you're looking at the dependencies for the SQL Server cluster resource? If that's the case and there are no disks present as dependencies then you...
July 29, 2014 at 9:21 am
You can physically delete if you really need to from the OS folder location under \MSSQL\Log. You can also set the number of logs to retain
July 29, 2014 at 1:51 am
The reason you're not able to 'see' the drive through SSMS is that it needs to be added as a dependency to the SQL Server clustered resource. Are...
July 29, 2014 at 1:17 am
In SSMS if you connect to the SSAS instance and right-click on server and go to 'Properties' in here are a number of Memory metrics.
The initial one to look at...
July 28, 2014 at 2:09 am
Can you telnet to the database server from the app server on the port the SQL Server instant is listening on? It's also worth bearing in mind that this...
July 24, 2014 at 8:57 am
Hi Sam,
Are you able to recreate the logins on the TEST server so the SIDs are the same as the PROD? This would then remove the need to...
July 24, 2014 at 6:25 am
Ah, just picked up on this. If you're restoring to a brand new database, i.e. not currently there. You shouldn't be constrained by the database the restore is...
July 23, 2014 at 9:47 am
the ALTER DATABASE....SINGLE_USER method as suggested earlier is a good suggestion. Remember to add the WITH ROLLBACK IMMEDIATE otherwise it will wait for the connection to be closed before...
July 23, 2014 at 9:31 am
If you're using VARCHAR(MAX) data types and storing XML data you might not get much benefit from data compression as only IN_ROW_DATA pages can be compressed. If you haven't...
July 23, 2014 at 9:17 am
Hi,
Yes you need to grant permissions to the proc. Such as this:
GRANT EXECUTE on xp_logininfo to [Database_User]
Depending on how you feel about assigning permissions for users directly against objects,...
July 23, 2014 at 8:31 am
Are you able to post the error message?
July 23, 2014 at 7:52 am
Viewing 15 posts - 31 through 45 (of 45 total)