Viewing 15 posts - 1 through 15 (of 5,102 total)
As a feedback and for completeness we ended up using:
DBCC DBINFO(DATABASENAME) WITH TABLERESULTS;
Thank you very much for pointing us in the right direction
January 14, 2016 at 8:14 am
FWIW: I do get those three records too.
We are trying to create a few ways to apply delayed transactions to some remote servers.
Database snapshots are "fast" to create and easy...
January 12, 2016 at 11:00 am
Jeff Moden (9/4/2013)
noeld (9/3/2013)
Well?Does anybody have the inside on TDS that I am looking for?
I appologize for not being able to help here. I've not had the need...
September 4, 2013 at 6:51 am
Well?
Does anybody have the inside on TDS that I am looking for?
September 3, 2013 at 11:40 am
I suspect that TDS has limitted size buffers and that the protocol itself imposes this speed limit.
600mb by today's standards is really not a lot of memory.
For reference I can...
August 29, 2013 at 10:49 am
I disagree. SSMS takes similar time using shared memory on the machine.
The fact that I get linear increase in throughput as I parallelize the access indicates that there is...
August 27, 2013 at 12:18 pm
there is no RBAR here. The server shows ASYNC_NETWORK_IO in both cases (shared memory and network)
We get in our software similar speed to SSMS
August 27, 2013 at 12:00 pm
First I would disagree with "this is a known issue"
In the vast majority of the cases you do not need to do this.
I had used transactional replication _a lot_ and...
July 24, 2012 at 4:51 am
The article was well explained and straight to the point.
The title on the other hand is *VERY* misleading (seconds?) Apparently you don't count the time you spent setting AND processing...
April 26, 2011 at 11:55 am
What is the problem with fulltext_index_columns ?
SELECT
t.name AS TableName,
c.name AS FTCatalogName ,
...
April 14, 2011 at 4:23 pm
you can setup peer-to-peer nodes but do not get carried away with that. There is a limit in the number of peers that can be setup
The main problem is that...
April 14, 2011 at 4:02 pm
Expecting any kind of useful answer with such description of the problem is futile.
April 14, 2011 at 3:45 pm
Your trigger is not correctly written and it can definitely do what they shouldn't
April 14, 2011 at 3:42 pm
Contrary to popular believe on this thread FKs CAN affect performance when the referencing table is very large and you perform a large number of writes!
Second, Replication normally marks foreign...
October 21, 2010 at 11:56 am
I used to build stuff this way loooooong time ago.
I would advice the author to look in to ORM products (that many are free) which contain MANY specifications and build...
October 13, 2010 at 9:21 am
Viewing 15 posts - 1 through 15 (of 5,102 total)