Viewing 15 posts - 646 through 660 (of 5,103 total)
you may want to change "db_owner" to "db_ddladmin" 😉
January 27, 2009 at 9:23 am
In addition you are using SQL 2000 "compatibility" views you are posting on a SQL 2005 forum!
DMV are supposed to be used instead.
January 27, 2009 at 9:20 am
Use google there are a ton of scripts to do that. Don't try to discover the wheel.
January 27, 2009 at 9:18 am
Index missing are "HINTS" based on usage at a particular time period they are not actual necessary indexes that you need. Be really careful with that!
January 27, 2009 at 9:16 am
I have found that the best solution for this is to use persisted calculated columns!
January 27, 2009 at 9:03 am
Just don't specify the identity column in your insert statement.
January 27, 2009 at 8:52 am
Nils Andersson (1/27/2009)
Can this be done.
I want to return distinct name if complete is true on all rows
ID NAME ...
January 27, 2009 at 8:50 am
Distribution database is like any other DB. If you insert a lot of commands it has to grow.
File size management is up to you!
January 27, 2009 at 8:45 am
Clearly FK violations on the "SUBSCRIBER" could be impacted but as already said above this has nothing to do with replication if the problem is a on the "PUBLISHER"
January 27, 2009 at 8:43 am
I liked your article ( a lot ) and it seems that you put a lot of effort into it.
My view of running totals is simple. It is a CLIENT-SIDE...
January 27, 2009 at 8:37 am
Locking could be an issue if there is a lot of contention and temptable version "could" be better and on the other hand the subquery version could skip some extra...
January 21, 2009 at 1:42 pm
See my post in the other thread!
Please, do not double post.
January 21, 2009 at 11:02 am
Swiss-Al (1/21/2009)
I seem to be observing a parameter mix-up in a transactional replication. The parameter "ReadBatchSize" which...
January 21, 2009 at 11:00 am
IF you have enterprise edition you can select "database snapshot" for snapshot type It WONT lock the tables extensively like native mode does. If you don't have Enterprise Edition...
January 21, 2009 at 10:55 am
raj (1/21/2009)
Requesting all guru's to help me on my query.
Can you post the DDL of you Indexed View and the one of the underlying table ?
January 21, 2009 at 10:50 am
Viewing 15 posts - 646 through 660 (of 5,103 total)