Viewing 15 posts - 436 through 450 (of 497 total)
OK, so you've got past the point where you specify the various components you want to install and the authentication mode screen. What authentication method are you using?
Is port 1433...
July 21, 2009 at 4:56 am
There is nothing specific that you need to do in a clustered environment that you wouldn't do in a non-clustered environment as far as replication is concerned.
First things first, you'll...
July 21, 2009 at 4:50 am
I don't know whether your Principal and Mirror servers are on the same LAN, but if not and you have a firewall configured, check that your Principal server has access...
July 21, 2009 at 4:21 am
Look up 'partitioning' in BOL or on the Microsoft Technet site. I suggest you need to implement what is known as a 'sliding window' type of partitioning whereby data to...
July 21, 2009 at 4:17 am
You could achieve want you want using a Powershell script executed via a Scheduled Task. Have a look at this post:
http://www.sqlteam.com/article/monitoring-sql-server-agent-with-powershell
Regards
Lempster
July 21, 2009 at 4:06 am
At what stage of the install process do you get this error? Are you installing a default or named instance? What port are you using and is that port available?
Regards
Lempster
July 21, 2009 at 4:00 am
The replies you've been given so far plus the Release Notes for the Service Pack should be all you need to carry out a successful install of SP2. No one...
July 15, 2009 at 3:12 am
rajganesh.dba (7/14/2009)
check autogrowth settings of db , whether its in % or MB
Eh? How would that provide a clue as to why backups are bigger than the database? :unsure:
July 14, 2009 at 1:22 am
KathyGibson96 (7/9/2009)
July 13, 2009 at 7:59 am
Also be aware that backing out a Service Pack pre-SQL Server 2008 is not a simple matter; you have to uninstall and reinstall SQL Server!
Regards
Lempster
July 13, 2009 at 7:06 am
I think TRACEY is probably right here - the NUM column was added on the Publisher after replication was set up and that column already existed for the replicated table...
July 13, 2009 at 7:01 am
Perhaps you have deleted some data since you took that particular backup..?
What version of SQL Server are you using? If it's 2008 then you might be using one of the...
July 13, 2009 at 6:48 am
Hello Ning,
Well done for tracking down that it is the 'Distribution clean up' job that removes the old snapshot files and folders! I had considered that, but discounted it because...
July 8, 2009 at 5:29 am
I would say that if your replication scenario demands that you generate a new snapshot every hour, you are using the wrong type of replication and should consider Transactional Replication...
July 8, 2009 at 4:06 am
Viewing 15 posts - 436 through 450 (of 497 total)