Viewing 15 posts - 226 through 240 (of 1,158 total)
Will this be hosted on enterprise edition? Alternatively phrased, can you use compression?
I would probably pre-size another filegroup to the correct size then rebuild the clustered and non-clustered indexes into...
November 6, 2013 at 6:08 am
You need to bear in mind that snapshots are almost a "temporary" backup. I wouldn't bother taking them in addition to normal backups unless there was likely to be...
November 6, 2013 at 5:57 am
ramyours2003 (11/6/2013)
MessagesSQL Server could not disable publishing on 'EPSOMT12'. (Microsoft.SqlServer.ConnectionInfo)
Looks like you're trying to remove replication after having problems ( perhaps incorrectly doing something).
You can try these procedures to manually...
November 6, 2013 at 5:13 am
Normally after you add a new subscriber which needs initialising or you add additional articles to the publication. In the second case, only the new articles will be in...
November 1, 2013 at 5:36 am
That is pretty common and is down to some barely acceptable code (in my opinion) in the clean up procs. In many cases some of this code isn't even...
October 31, 2013 at 10:25 am
Different collations shouldn't be an issue.
What could be an issue is newer datatypes in use in the tables being replication. These cannot be replicated. Otherwise, I don't see a...
October 31, 2013 at 9:09 am
It depends a little on how much data is building up and if its causing an issue. In a high throughput distribution db you can have the replication cleanup...
October 31, 2013 at 9:06 am
r.dragoi-1095738 (10/31/2013)
Just take a look to the properties of the replicated table and under Subscription Options you will...
October 31, 2013 at 9:02 am
Why can't you use a stored procedure or TSQL? What are your restrictions and why are they imposed?
It would appear to me that there is some misunderstanding somewhere.
October 31, 2013 at 8:56 am
Replication isn't really high availability and is probably the most complicated to maintain.
October 4, 2013 at 2:56 am
I've quickly scanned this thread and I'm surprised that no one has mentioned that this is one of the prime reason partitioned tables exist.
In this kind of situation I would...
March 7, 2013 at 2:24 am
Perry Whittle (1/9/2013)
DBA in Unit 7 (1/8/2013)
January 9, 2013 at 7:19 am
SQL Guy 1 (11/9/2012)
Recently we created a new table, it has a PK, and I added it to articles.
How?
If you did this by TSQL using sp_addarticle then you still...
November 10, 2012 at 4:43 am
mrichardson 57577 (11/8/2012)
Error 15335 - is already in use as a object name...
when trying to rename a view in sql2005.
The view name does not appear in...
November 8, 2012 at 6:16 am
Brandie Tarvin (11/8/2012)
Koen Verbeeck (11/7/2012)
Lee Crain (11/7/2012)
"Can...
November 8, 2012 at 4:38 am
Viewing 15 posts - 226 through 240 (of 1,158 total)