Viewing 15 posts - 1,126 through 1,140 (of 2,647 total)
April 17, 2012 at 9:52 am
I've dropped some indexes that have 0 reads (or very few) and a high number of writes.
If I did that, I'd be fired. If you don't know why the index...
April 17, 2012 at 9:50 am
Lynn Pettis (4/17/2012)
PiMané (4/17/2012)
Thanks.. that's probably it... it has very low amount of data.In addiction, what's the "optimal", if possible, fillfactor value? 90?
Thanks,
Pedro
Simple answer, it depends. It depends on...
April 17, 2012 at 9:38 am
My first question is how much data do you have (how many pages)? If it is small, you will not be able to reduce fragmentation. ADD: Fragmentation is also irrelevant...
April 17, 2012 at 9:19 am
Banana-823045 (4/16/2012)
Jared - In MySQL, to drop a default constraint, the syntax is...
April 16, 2012 at 2:25 pm
My guess is that data is not actually there. How do you know it got refreshed? Can you use a SELECT * and verify that the data is...
April 16, 2012 at 2:17 pm
Shouldn't hurt anything unless you have something querying a specific constraint name for some reason. They have names so you can add and remove them easily. I don't like to...
April 16, 2012 at 2:08 pm
Did you add them to it? They are not there by default. You have to add those counters to your monitor.
April 16, 2012 at 1:18 pm
Sure! You could install it on a domain controller/web server/application server/media server/any kind of server combination you want. The question is, why would you want to or why would...
April 16, 2012 at 1:13 pm
There are other factors to consider. Multiple publications to manage and keep in sync.
In my situation, and now that I know the OPs situation... This will still have to...
April 16, 2012 at 12:47 pm
Lynn Pettis (4/16/2012)
SQLKnowItAll (4/16/2012)
April 16, 2012 at 11:49 am
david.alcock (4/16/2012)
Edit: The publishers will be identical databases (tables, etc etc ) but across seperate servers.
If the databases are identical, wont you potentially get primary key violations on the single...
April 16, 2012 at 11:48 am
In something like tic-tac-toe, chess, or checkers moves occur asynchronously; i.e. team a, then team b, then team a, etc... This is not the case in football (soccer for...
April 16, 2012 at 11:42 am
sqlbi.vvamsi (4/16/2012)
you can also try an else instead of another "When" clause, with a proper cast
And still get an error...
April 16, 2012 at 10:50 am
Jeremy... (4/16/2012)
April 16, 2012 at 10:49 am
Viewing 15 posts - 1,126 through 1,140 (of 2,647 total)