Viewing 15 posts - 151 through 165 (of 244 total)
I appreciate the answers for the CASE statement and will test them when I can later tonight. I borrowed this code from the internet and just never cleaned it...
September 15, 2015 at 6:40 pm
David,
Maybe I missed it in your script but I don't see where you have set up a Distribution database.
September 11, 2015 at 9:18 am
So the query below from another forum clued me in to the problem. I had mistyped the database name in my restore script when I restored it to another...
August 6, 2015 at 2:01 pm
I am getting this same error. My situation might be different from the person who originally posted. Not sure. I restored a database from one SQL instance...
August 6, 2015 at 1:37 pm
Justin Manning SA (7/27/2015)
This would also...
July 27, 2015 at 8:30 am
Jeff Moden (7/26/2015)
1. If the database backup isn't a compressed backup, then you have some serious file size and freespace issues...
July 27, 2015 at 8:28 am
I have used a 2005 Publisher with a 2012 Subscriber. I think if you want to try a mix of SQL versions you should try it in a test...
July 26, 2015 at 8:47 pm
Jeff, Thanks for your time on the forum and with my question. Just the feedback I am looking for to either confirm I am thinking correctly or steer me...
July 21, 2015 at 1:18 pm
Jeff,
This table does not have any unique indexes. The tables that have a unique non-clustered are few and far between. The table is not partitioned, and neither are...
July 20, 2015 at 9:12 am
Jeff, I completely agree that re-writing code is important and it is good to be reminded of the importance of re-writing code. Much of the code I see...
July 19, 2015 at 12:45 pm
Jeff, as I identify long running queries I come across tables with too many indexes. I examine the usage of those indexes with the usage_stats DMV and find that...
July 18, 2015 at 8:14 pm
Alan,
We were talking about two differenet things. I was talking about reads and writes against indexes, which is shown is the usage stats DMV and not SET STATISTICS IO...
July 18, 2015 at 9:08 am
Alan,
Thanks for the comments. If an index has 50 reads and 1 million writes, for example, then 99.9 of the usage of that index is spent on maintenence....
July 17, 2015 at 9:44 pm
I see the same issue occcuring with a lot of the primary keys as well. Would the concensus be the same there too?
July 17, 2015 at 5:49 pm
Thanks for the comments and help. The number of reads on some of these did give me pause, despite the out of balance ratio to writes. I think...
July 17, 2015 at 5:08 pm
Viewing 15 posts - 151 through 165 (of 244 total)