Viewing 15 posts - 946 through 960 (of 5,103 total)
If the subscription was already deleted try
sp_removedbreplication @dbname = 'dbname'
September 4, 2008 at 2:09 pm
Usually after snapshot delivery SQL rebuilds all indexes so this is probably not related with replication. Have you tried updating the stats. I am assuming that many execution plans...
September 4, 2008 at 2:04 pm
... It frustrates me to no end how little DBAs are consulted during the SAN design process.
Welcome to the DBA Team! 😀
September 4, 2008 at 12:17 pm
The fact that you can are not using SP2 *is* a big deal.
My only thought is that you should run a sqltrace at the times this happens and figure...
September 4, 2008 at 12:15 pm
you can create a column with a default of "suser_sname()". You will still have to be responsible for updates though... an update Trigger can do the job.
I am not sure...
September 4, 2008 at 11:08 am
Issuing a rollback on a logon_trigger prevents the connection from succeeding.
September 4, 2008 at 9:08 am
levsha_z (9/4/2008)
I need this function to use it's output result as one...
September 4, 2008 at 8:59 am
In addition you could consider peer-to-peer replication 🙂
Previous advice is very wise. Consult with a professional if this is a Production level environment. Replication has many quirks!
September 3, 2008 at 3:54 pm
parackson (9/3/2008)
I would like to accomplish the...
September 3, 2008 at 3:48 pm
I vote for Logshipping !
August 29, 2008 at 1:25 pm
brekher (8/29/2008)
ENT on one with SP2 and 64GB of RAM and 32...
August 29, 2008 at 11:55 am
John.D.Wilson (8/28/2008)
1. Take one fresh, blank install of SQL 2005
2. Add one idiot to the mix (Yours truly:D)
3. Configure Distribution, creating a nice...
August 28, 2008 at 12:26 pm
Suresh B. (8/28/2008)
Is it possible to rename a publication?If yes, how?
seriously doubt that it can be "renamed". On the parameters that can be changed are specified in sp_changepublication which uses...
August 28, 2008 at 11:50 am
Rodrigo Moreira (8/28/2008)
I'm facing a situation that might be a bug.
I have 2 databases, one in brazil and the other in china. Each one replicates all the changes to the...
August 28, 2008 at 11:46 am
Viewing 15 posts - 946 through 960 (of 5,103 total)