Viewing 15 posts - 451 through 465 (of 1,539 total)
duplicate post:
please post your replies to http://www.sqlservercentral.com/Forums/Topic785531-357-1.aspx
September 10, 2009 at 12:44 am
a good and well documented recovery plan is the first and foremost requirement for disaster recovery. You've got to ask questions on how much data can the company afford to...
September 10, 2009 at 12:41 am
AFAIK, Yes you can alter table in sql 2005 and the change should be replicated to the subscriber.
September 10, 2009 at 12:09 am
Jeetendra (9/9/2009)
Hi All,After setting up the Log SHipping is it possible to change the Schedules of the Backup / Copy / Restore Jobs.
Yes you can change the schedule of the...
September 10, 2009 at 12:06 am
A default trace is enabled by default on sql 2005 servers. Check out for traces that it generates. It should contain database drop information.
September 9, 2009 at 10:21 pm
This is a very generic question about replication.
It depends on the type of replication. The answer could be a long list.
Where exactly are you facing problem in replication? What...
September 9, 2009 at 9:43 am
as pointed out in previous posts, you need to ensure the log reader agent is continuously bringing the transactions to the distribution database. Unless the log reader agent brings the...
September 9, 2009 at 1:23 am
search abt sp_addlinkedserver
you use this stored proc to create a linked server from your primary to secondary. once u've successfully setup the connection between the servers you can query the...
September 9, 2009 at 1:20 am
Look out for Full Text Search on books online.
September 8, 2009 at 12:14 am
i think the answer to this question will be "both are same".
September 8, 2009 at 12:03 am
gupta1282 (9/7/2009)
HiHow to Take Incremental Backup in sql server
Is this new Option in SQL server ?
Thanks & Regards
Ghanshyam
Are you referring to differential backup or log backup?
September 7, 2009 at 11:49 pm
Duplicate Post:
Please post your replies to
http://www.sqlservercentral.com/Forums/Topic783736-338-1.aspx?Update=1
September 7, 2009 at 6:28 am
m_goulay (9/7/2009)
BranchID=(Select BranchID from Damagedcategorywhere DamagedID in ( Select DamagedID from Deleted where ID in (Select ID from Deleted)))
BranchID=(Select BranchID from Damagedcategory
This part of the query is the...
September 7, 2009 at 6:26 am
ramyours2003 (9/7/2009)
why fragementation occurs ,how to resolve the fragmentation ?
This has been asked multiple times by you in the past in this forum and have been answered too, still same...
September 7, 2009 at 5:40 am
You can move your database from express edition to standard edition. You need to backup your database and restore it on the target server OR you can detach the database...
September 6, 2009 at 11:56 pm
Viewing 15 posts - 451 through 465 (of 1,539 total)