Viewing 15 posts - 31 through 45 (of 73 total)
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
SSMS isn't 64-bit as far as I know.
I built a VLDB in SQL 2008 which takes 17 billion rows per month (all numeric values), using good old fashioned INSERT INTO...
July 2, 2009 at 4:05 am
What version of SQL Server are you using?
There are far better ways to write this query. Your JOIN condition is on a non-equal value, which is the first problem.
Why are...
July 2, 2009 at 4:01 am
This is not an exhaustive list:
- Ensure the SP doesn't introduce fixes or features that will break the apps using your database.
- Create a backout/rollback plan in case you break...
July 2, 2009 at 3:50 am
You only need to ask this question once. I have answered this question in your other thread.
July 2, 2009 at 3:38 am
Are you sure you have version numbers correct?
SQL 2005 Express installs into its own instance anyway.
Why do you need to install SQL 2000? You can install 2005 Developer edition and...
July 2, 2009 at 3:37 am
Are there any differences between the behavior of a SQL Server 2000 database using simple recovery model and a SQL Server 2000 converted to 2005 (trought restore and changing the...
July 2, 2009 at 3:32 am
Max degree of parallelism: 2 sent CPU through the roof - 4 seems to be a much better setting, and CXPACKET wait is way down
Cost threshold for parallelism: 25 made...
June 18, 2009 at 12:48 am
Thanks, Eddie and Randy. I'll look into it during daylight hours tomorrow.
To be honest, I wouldn't be surprised if there's a lot of table scanning happening. Some of the big...
June 17, 2009 at 1:49 pm
One more thing - the system is distributed between three cities and headoffice. I'm discussing the headoffice box specifically. I've taken into account various external factors (which also accounts for...
June 17, 2009 at 11:45 am
Hi Gail
I inherited it two weeks ago and I've made it go much faster with query optimisations, indexes, etc., but I'm now trying to squeeze a little bit more...
June 17, 2009 at 11:40 am
Dankie, Gail 🙂
I've read up on it before posting, so *theoretically* I know what it means. That said, your advice and suggestions are welcome. I've not seen the wait number...
June 17, 2009 at 9:58 am
Viewing 15 posts - 31 through 45 (of 73 total)