Forum Replies Created

Viewing 15 posts - 4,246 through 4,260 (of 5,356 total)

  • RE: VB/SQL numeric datetime values

    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...

  • RE: Do you think DBA is a desirable job?

    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...

  • RE: VB/SQL numeric datetime values

    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...

  • RE: Do you think DBA is a desirable job?

    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

  • RE: Deleting complete contents of a table

    Yes, TRUNCATE is faster than DELETE.

    Not sure what DROP and (re) CREATE TABLE do

    Cheers,

    Frank

  • RE: Dynamic Index Creation

    quote:


    Never mind! Don't you just hate software that doesn't do what you want it to do?


  • RE: Do you think DBA is a desirable job?

    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...

  • RE: Dynamic Index Creation

    Hi Tim,

    quote:


    SELECT @str = 'SELECT TOP ' + Convert(varchar(10), @topn) + ' * FROM #tmpIncentive ORDER BY ' + @sortcolumn + '...

  • RE: Dynamic Index Creation

    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...

  • RE: Dynamic Index Creation

    Hi Mark,

    quote:


    Without an ORDER BY in your SELECT statement, SQL does not guarantee the order in which rows are returned, regardless of...

  • RE: Dynamic Index Creation

    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...

  • RE: SQL Server script

    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

    #469896

  • RE: SQL Server script

    Hi Jac,

    quote:


    I have around 100 rows in my sqlserver database. How can I easliy import to Mysql database. Is it possible to...

  • RE: Refresh primary key

    Hi rachelc,

    quote:


    What about moving the data to a temporary table, resorting it into the order you want it, truncating the Title table...

  • RE: Refresh primary key

    Hi Khalidhussain,

    quote:


    hi

    Could someone help me in following:

    I have a system data table where I add system data, e.g. Title table have Mr,...

Viewing 15 posts - 4,246 through 4,260 (of 5,356 total)