Viewing 15 posts - 55,096 through 55,110 (of 59,072 total)
My pleasure... thank you for the feedback.
--Jeff Moden
Change is inevitable... Change for the better is not.
September 10, 2007 at 5:10 pm
I think you're asking for trouble by converting to decimal... but it's your data...
You can build a couple of functions from the following example...
DECLARE @IPAddress VARCHAR(15) SET @IPAddress = '5.152.61.94' DECLARE...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 10, 2007 at 4:59 pm
Ummm.... you need to identify to us what makes a "duplicate" and, perhaps, post the DDL for the table where the dupes exist. Elimination of duplicates is not difficult but...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 10, 2007 at 4:34 pm
Wow... been there and done that... Glad to see you got a got DBA for a change. ![]()
--Jeff Moden
Change is inevitable... Change for the better is not.
September 10, 2007 at 2:43 pm
Yep... you've got it... just wanted to make sure ![]()
--Jeff Moden
Change is inevitable... Change for the better is not.
September 10, 2007 at 2:39 pm
And, selecting more columns than you need may also cause high speed INDEX SEEKs to change to mere INDEX SCANs, not to methion the additional network traffic that selecting more...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 10, 2007 at 2:30 pm
Too bad that SET XML_SHOWPLAN ON doesn't work in SQL Server 2000, eh?
--Jeff Moden
Change is inevitable... Change for the better is not.
September 10, 2007 at 2:26 pm
You really want to learn? The best way to learn is to get good enough to teach. The only way to do that is to practice. The best way to...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 10, 2007 at 12:05 am
First, thank you for the high compliment.
The thing that makes it "set based" is the fact that only the effect on a column was considered. Yes, it appears that a...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 9, 2007 at 11:57 pm
It's the many that don't understand that we've run into in many a thread. Between the two of us, it's almost like a standing joke... except it's not funny.
--Jeff Moden
Change is inevitable... Change for the better is not.
September 9, 2007 at 11:47 pm
You may have to limit the amount of memory each server uses because each is looking for 2 gig for a total of 4 gig... no room for the apps...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 9, 2007 at 10:32 am
Seems to me, based on the chart that Matt posted and the low volume of your anticipated connection/data plans, standard edition would do.
--Jeff Moden
Change is inevitable... Change for the better is not.
September 9, 2007 at 10:24 am
I sure do feel for folks that get stuck in that type of situation. Definitely not a pleasant position. Was going to suggest you find a new company but you've...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 9, 2007 at 9:27 am
Heh... maybe it figured out that you're breaking the license agreement and, therefore, the law by using the Developer Edition for production? ![]()
--Jeff Moden
Change is inevitable... Change for the better is not.
September 9, 2007 at 9:20 am
Heh... yeah... I did noticed that... easier for them to throw hardware at the problem even though that doesn't work. Still makes them feel like they did something.
--Jeff Moden
Change is inevitable... Change for the better is not.
September 9, 2007 at 9:18 am
Viewing 15 posts - 55,096 through 55,110 (of 59,072 total)