Viewing 6 posts - 1 through 6 (of 6 total)
Try using different character for the quote: the one to the left to 1(!) key on the keyboard , right above the TAB key: `
Vadim.
February 15, 2006 at 7:37 am
I would recommend to start by setting up an index on ClaimType on both tables. Depending on the data you get it could be clustered index. Having said that, if...
February 8, 2006 at 8:10 am
Here is what we do:
We created Excel file with all the formatting they want. That workbook has hidden worksheets that have no formatting. DTS overrides the hidden worksheets on every run...
December 15, 2005 at 7:37 am
I've read the article IT Unions and it shows luck of understanding economics. Unfortunately, it cannot be "explained" in a nice soundbite, it has to be learned and comprehended. I...
July 21, 2005 at 8:52 am
I have a laptop (Inspiron 8500) and a desktop (Dimension 4700). First thing I did when received the laptop was to repartition HD and completely reinstall OS (XP Pro SP1). ...
May 18, 2005 at 7:14 am
hello daomings,
I'm using int column to store date part using following:
SET @event_date = DATEDIFF(dd, 0, getdate())
when I'm retrieving it (through stored proc) I convert it back:
CONVERT(varchar(20), cast(@event_date as...
April 11, 2005 at 10:28 am
Viewing 6 posts - 1 through 6 (of 6 total)