Viewing 15 posts - 1 through 15 (of 34 total)
I have a question about the composite index.
Should a composite index be in the same order as it appears in the WHERE clause?
For example, the composite index is (address_id,...
October 28, 2005 at 1:31 am
AJ Ahrens, That Sql stmt doesnt' modify the schema of the table. It only updates the table just when you run that stmt. My Question is how to modify the...
February 20, 2004 at 8:53 pm
Finally I found the formula I've forgotten: DateAdd(day,0,DateDiff(day,0,@DateVar))
...but I think using edwin_fredrick's way to cast it to varchar(11) is much more efficient ......
January 4, 2004 at 11:16 pm
Happy Holidays,
Thanks all for your suggestions.
I find that using a global table to store sequences and using SP to get the NextKey from that table is the affordable solution...
January 1, 2004 at 10:57 pm
Gabor, Thanks for your response. However, using Convert function with a defined style will query syslanguages table so there's a bit of I/O hit.
I got that info from somewhere in...
December 29, 2003 at 10:50 pm
I can't use identity field since there's a business rule to reset the number to 0 for every new month.
It's a requirement to store the sequential number as it's part...
December 29, 2003 at 10:46 pm
Hi Guys,
Thanks for the suggestions, now I come across an idea to use Disk Partitions instead of RAID. I try to put heavy transaction tables on different Hard disk partition....
December 4, 2003 at 11:02 pm
Thanks Bard, That's what I'm looking for.
Hendry
December 1, 2003 at 2:00 am
noeld, the link you sent to me is broken. I got "Sorry, the page you requested is not available" from the site.
I'm still curious with that link...
Thanks,
Hendry
November 30, 2003 at 10:49 pm
Andy and Jonathan, Thanks for the suggestion. Both is really worthy for me. However, I have one more question. Why the uniqueidentifier is slower than other data type? Is that...
October 20, 2003 at 1:11 am
That's what I'm looking for.
Thanks a million,
Hendry
September 9, 2003 at 4:22 am
Hi Andy,
Thanks for the input. Anyway, Could you tell me how to Merge several XML docs, possibly using the .NET Framework. Any sample or web resource is Ok. I appreciate...
September 7, 2003 at 10:38 pm
Thanks guys for the help. I learn alot here.
Cheers
Hendry
July 16, 2003 at 10:41 pm
Great! It works.
Thanks very much.
Hendry
June 12, 2003 at 4:25 am
Viewing 15 posts - 1 through 15 (of 34 total)