Viewing 15 posts - 976 through 990 (of 1,999 total)
it is transactional publication, but multiple publishers pushing to a single subscriber database (not a single table). no merge replication at all.
i'm not interested in replication topology or which initialization...
April 20, 2015 at 3:37 am
microsoft documentation states that it is linear fill for log files ....
we can't do initialise from backup as there are multiple publications replicating to the subscriber database - restoring from...
April 17, 2015 at 9:44 am
I'm sorry , but I can't even begin to describe how much I disagree with this article
my main gripe is the fact that the author has not realised that a...
June 26, 2014 at 8:24 am
iamsql1 (4/25/2013)
USE EXEC dbo.sp_spaceused TO FIND OUT INTERNAL FRAGMENTATION.
that 100% categorically does not give you internal fragmentation, external fragmentation or any other kind of fragmentation.....
April 25, 2013 at 2:24 am
While this is a great innovation, i can see it potentially causing more issues than it actually fixes...
if you've ever tried using an XL amazon instance to run a DB...
April 8, 2013 at 4:41 am
is auto shrink turned on ? is there a dbcc shrinkfile/shrinkdb command being issues?
September 14, 2012 at 8:04 am
yes all of them - originally i posted 6 servers, but it's actually 18.. the other 50 or so servers (all win 2008 datacentre with sql 2008 sp3) seem...
September 7, 2012 at 2:55 am
exactly!!!
what if you only needed to delete 1%... i was just wondering if there was any specific Windowing issue that you know of (like Jeff's stuff about recursive CTE)
September 6, 2012 at 8:56 am
Eugene Elutin (9/6/2012)
MVDBA (9/6/2012)
example 2 wont work -you'll end up with a table called demo1 not demo
Are you serious? :w00t:
It is just an EXAMPLE 🙂
So, I've named the table in...
September 6, 2012 at 8:20 am
Eugene Elutin (9/6/2012)
MVDBA (9/6/2012)
eugene... just out of interest... why avoid the windowing???Because using them may be slower then implementation without them...
hmmm.... yes, but also alternate solutions might use other resources...
September 6, 2012 at 8:18 am
Luis Cazares (9/6/2012)
You can change the name to #demo.
If you...
September 6, 2012 at 8:15 am
a couple of options then
.. is the field in the database a date or datetime field?
.. is your report passing dates in the wrong format ... easy to test...
September 6, 2012 at 7:58 am
example 2 wont work -you'll end up with a table called demo1 not demo
September 6, 2012 at 7:44 am
eugene... just out of interest... why avoid the windowing???
September 6, 2012 at 7:41 am
GilaMonster (9/6/2012)
Before you do anything else...It's not a space issue, it's a complete lack of log management.
+1 gail ---- READ THE ARTICLE
September 6, 2012 at 5:59 am
Viewing 15 posts - 976 through 990 (of 1,999 total)