Viewing 15 posts - 4,246 through 4,260 (of 5,356 total)
quote:
it seems vb's day 1 start on 1899-12-31, and sql's on 1900-01-02. i've played around with some settings and it seems that...
August 14, 2003 at 8:27 am
Hi Dale and Ritch,
I've missed your long and indepth explanations, Dale ![]()
However, to claim the longest post I think you have to beat Antares686.
A small hint:
Unless...
August 14, 2003 at 8:13 am
Hi Robert,
quote:
I need to insert a date+time value from VB into a datetime field. I do not want to use a formatted...
August 14, 2003 at 8:01 am
Hi Dale,
I always thought 'associate' is only used with business meaning.
Can I say: '(S)He's my buddy' when it is not so official?
Cheers,
Frank
August 14, 2003 at 7:52 am
Yes, TRUNCATE is faster than DELETE.
Not sure what DROP and (re) CREATE TABLE do
Cheers,
Frank
August 14, 2003 at 7:49 am
quote:
Never mind! Don't you just hate software that doesn't do what you want it to do?
August 14, 2003 at 7:28 am
Hi Patrick,
quote:
You rarely say "This is an acquaintance." when introducing someone. It means that you don't know them and have only met...
August 14, 2003 at 7:18 am
Hi Tim,
quote:
SELECT @str = 'SELECT TOP ' + Convert(varchar(10), @topn) + ' * FROM #tmpIncentive ORDER BY ' + @sortcolumn + '...
August 14, 2003 at 7:00 am
Hi Tim,
quote:
I realise this makes it all the more important to use an Order By clause, but I really don't want to...
August 14, 2003 at 6:41 am
Hi Mark,
quote:
Without an ORDER BY in your SELECT statement, SQL does not guarantee the order in which rows are returned, regardless of...
August 14, 2003 at 6:34 am
Hi Tim,
quote:
I'm trying to create an index dynamically on a temp table in an sp. I can build the statement happily but...
August 14, 2003 at 6:06 am
Hi Jac,
quote:
I am in an in house project, so fund allocated for this. I am sorry !Any alternative?
August 14, 2003 at 4:46 am
Hi Jac,
quote:
I have around 100 rows in my sqlserver database. How can I easliy import to Mysql database. Is it possible to...
August 14, 2003 at 4:35 am
Hi rachelc,
quote:
What about moving the data to a temporary table, resorting it into the order you want it, truncating the Title table...
August 14, 2003 at 3:44 am
Hi Khalidhussain,
quote:
hiCould someone help me in following:
I have a system data table where I add system data, e.g. Title table have Mr,...
August 14, 2003 at 2:52 am
Viewing 15 posts - 4,246 through 4,260 (of 5,356 total)