Viewing 15 posts - 31 through 45 (of 127 total)
Thanks for your help..
Once final thing i want to add below query to above please suggest
SELECT servicename, service_account
FROM sys.dm_server_services
October 29, 2015 at 1:51 pm
I Have a query which will give the information like clustered,Computername,edition,version,hostname,servername,instancename,connedctingmode and service accounts information
--Select @@version,
select SERVERPROPERTY('IsClustered') As IsClustered,
--Serverproperty('BuildClrVersion') ...
October 29, 2015 at 11:01 am
Thanks for your information.
Is there any query to capture the information like Type of Backup, Mode of Backup information in SQL server
October 27, 2015 at 1:05 pm
Thanks you very much it is working fine without an issue. Thanks to who developed such beautiful script.
September 25, 2015 at 9:00 am
Thanks for your information.
We have this script. when we are configuring the server first time this script is excellent to use. But for existing one if we are executing the...
September 25, 2015 at 8:20 am
Yes we have the admin access on that instance and we tried with SA account as well we were not able to connect
August 7, 2015 at 7:31 am
We added rules fopr TCP port and tried with multiple logins the same logins we can able to connect another server and Integration server in same server as well.
Also checked...
August 6, 2015 at 12:49 am
Thank you for your information. yes we have different mount points. in this case how can we add the file whether we need to break the mirroring or Pause the...
August 6, 2015 at 12:47 am
Thank you all for your suggestions I checked with all possibilities but doesn't help so I am going for additional space
August 4, 2015 at 10:51 am
Is there any other way to fix this issue because critical applications are running with HA on this server so we wont get the downtime.
August 3, 2015 at 6:52 am
Hi
It will give the information.On this case i need alert message through DB Mail
November 10, 2014 at 4:38 am
Thanks for your information Perry.
November 7, 2014 at 8:07 am
How can we modify the connection string for SQL2008. we have to change it Web Server config file or is there any option in Mirroring.
November 7, 2014 at 8:04 am
There are having two systems which are not in domain. so they re planning to restore the database from A server to B.
in A server they are using the external...
April 23, 2014 at 8:54 am
Viewing 15 posts - 31 through 45 (of 127 total)