Viewing 15 posts - 4,816 through 4,830 (of 5,356 total)
Hi,
thanks to replies, though they didn't make a decision easier ![]()
I had my subscription to SQL Server mag, before I was aware of SSWUG.
BTW, is there...
June 24, 2003 at 11:57 pm
quote:
The PASS conference is very worthwhile. Not as sold on the value of the web site - but I might be biased!
June 24, 2003 at 9:20 am
quote:
No ability to work things out.
how often have you heard 'but the book says...'
*I didn't do anything...
June 24, 2003 at 7:42 am
quote:
ahhh, Frank.Should have guessed you'de be here. You seem to do less work than me. If that's possible?
June 24, 2003 at 7:22 am
Hi Crispin,
quote:
I was having an argument with a co-worker. He said that the W3C controlled SQL.As far as I can see on...
June 24, 2003 at 7:15 am
Hi Jeremy,
quote:
If I understand things correctly, using an index is at least 2 reads - one (or more) for the index and...
June 24, 2003 at 6:59 am
Hi rmilford,
quote:
today -1.
what about
declare @mydate datetime
set @mydate = getdate()-1
print @mydate
?
Cheers,
Frank
June 24, 2003 at 6:30 am
quote:
It may be a problem with settings on your computer. I've never seen the forum nor the registration page as 'black-on-black'.
June 24, 2003 at 6:28 am
June 24, 2003 at 5:15 am
Hi Tim,
quote:
But in practice, using variable length columns means that row size will typically be much smaller than the maximum. You need...
June 24, 2003 at 5:10 am
Hi Tom,
could it be you're using bit field in SQL Server without a default value?
Cheers,
Frank
June 24, 2003 at 4:55 am
Hi Tim,
quote:
I'd say it depends how wide the tables are. If they are just: surrogate key(PK ID int column), Param name (%char),...
June 24, 2003 at 4:50 am
Hi crosspatch,
quote:
Interesting question. I guess the answer is six of one and half a dozen of the other.
June 24, 2003 at 4:39 am
Hi Patrick,
I've never experienced performance issues with 'large' tables, but when your table design goes beyond 4KB, only one row can be stored in a page. The rest is wasted...
June 24, 2003 at 4:32 am
Hi Markus,
quote:
HI Steve, I haven't done any benchmarking myself but I remember an article telling that hyperthreading gives you about 1.2 times...
June 24, 2003 at 2:49 am
Viewing 15 posts - 4,816 through 4,830 (of 5,356 total)