Viewing 15 posts - 46 through 60 (of 130 total)
See the below attachment.
You should be able to see this.
If you want to change from T-sql, check BOL for exact syantx....
March 24, 2011 at 6:57 am
Thanks for reply.
i have framed following queries :
select @@SERVERNAME as Server_Name,publisher_db,publication,
publication_type, description from dbo.MSpublications
select * from dbo.MSsubscriptions
where subscriber_id > 0
But still not comprehensive, i think
March 22, 2011 at 6:32 am
to have backup files compressed in log shipping, i think you need to install that particular 3rd party tool on both the servers ( primary & secondary - on Primary...
March 8, 2011 at 5:47 am
Since SQL 2008 has come up with inbuilt backup comprassion then why should we look for 3rd party tool.
Also, i believe that 3rd party backup comprassion will not be practically...
March 8, 2011 at 4:35 am
Hi,
i can think of issue with file path or permission.
try to have backup at some other path and check if that is getting successfull or not?
March 8, 2011 at 3:38 am
@mike-2 --
Really a Nice article.
March 7, 2011 at 8:25 am
Firstly, you can use sp_who2 to find out what are the processess are runnng and which are causing deadlock.
March 7, 2011 at 4:19 am
First thing u need to do is set Max Memory for each instance. That will restrict the instances to grab more memory then they deserve ( restart each...
March 4, 2011 at 5:04 am
Hi,
We are following policy not to install any software in the Operating System drive (which is generally C:\ drive).
Also for SQL Server, we placed datafiles / log files / backup...
February 28, 2011 at 4:04 am
Be it Active - Active or Active - Passive, Failing over of the sql instance will depend upon the possible owner.
Whichever node is selected in Possible owner section, instance can...
February 25, 2011 at 7:21 am
@Sushant,
Ideally Shirnking is not recommanded since it can cause fragementation.
And shirnking on Tempdb, i will not go for this operation unless i am in dire need of HDD space.
February 24, 2011 at 4:49 am
Hi,
First of all, which RAM you want to check.
1. Which is available at OS Level
2. Which is available at database Level.
If nothing is configured, then Both the RAM will be...
February 24, 2011 at 4:43 am
Just for Curosity :-D:-D
R u able to login on all the 5 instances....
( i think that u will not.. and all the instances will not be a complete installation.
February 17, 2011 at 7:16 am
Andy has replied correctly.
Try to have vendor work on their application and make it compatiable to SQL 2008 Directly.
February 17, 2011 at 6:17 am
Viewing 15 posts - 46 through 60 (of 130 total)