Viewing 15 posts - 16 through 30 (of 70 total)
While it would be a nice feature, I don't think it serves us well, especially with differences in datatypes between versions.
Sure you could try to force compatibility levels, but what...
January 13, 2010 at 2:34 am
Good tip, Steve! I completely forgot about that. I'm going to have a look myself. 🙂
December 1, 2009 at 12:22 am
I can't answer question 1, but regarding question 2, a checkpoint will automatically be called during a server shutdown. If you don't run a checkpoint, all the pages that have...
November 30, 2009 at 2:15 am
TechJunky (11/24/2009)
After I run SHOWCONTIG they look fine afterwards.
I backed up and restored to a test server....
November 30, 2009 at 2:03 am
Howdy
The percentages I did in Excel after copying the results into a spreadsheet.
You could also download sp_waitstats.
September 10, 2009 at 12:32 pm
First off, non-clustered indexes will be better. I don't even want to think how long it would take to build a clustered index.
You would have improved performance using table partitioning...
July 3, 2009 at 6:06 am
Simple recovery mode and batch inserts will probably be enough, without shrinking the logs, but as you say, this isn't production.
It's always interesting to do this sort of thing. My...
July 2, 2009 at 10:48 pm
smunson (7/2/2009)
July 2, 2009 at 9:51 am
Stripe for speed, mirror for redundancy.
Partitioning is a whole nother kettle of fish. You can benefit from table partitioning as long as it's done sensibly.
July 2, 2009 at 7:03 am
Add this to your hosts file:
127.0.0.1 crl.microsoft.com
Then try again.
If this fixes it, it's the service trying to connect to the Internet, which the user doesn't have...
July 2, 2009 at 5:12 am
SQL 2005 includes the PIVOT keyword, which you can use in combination with SUMs and COUNTs and so on.
July 2, 2009 at 4:57 am
Or do it the hardcore way like Peso's example 🙂
July 2, 2009 at 4:54 am
You're going to run into that problem because of the rule for the floating point. How about converting to decimal(38,17) from real before trying to cast it out to a...
July 2, 2009 at 4:45 am
Technically speaking, they are the same.
However, you're asking the wrong question. Why do you need to know whether it's the same? What is it that you're trying to find out?
July 2, 2009 at 4:19 am
CrazyMan (7/1/2009)
I am not using Union...
July 2, 2009 at 4:18 am
Viewing 15 posts - 16 through 30 (of 70 total)