Forum Replies Created

Viewing 5 posts - 916 through 920 (of 920 total)

  • RE: Retrieve Last Record

    quote:


    Sorry for butting in!

    If you are dealing with last value on IDENTITY columns I would suggest using:

    IDENT_CURRENT( <table_name> )

    According to my book...

  • RE: julian day conversion in SQL

    quote:


    The values are just the number of the day of an year. I have got year in one column, and just...

  • RE: Cannot persuade SQL to bypass Bitmap Create

    Yes, I've seen this sort of thing before. If you can't find some trick to make the SP find a different plan (just for fun, try WHERE WS.strProj =...

  • RE: Cannot persuade SQL to bypass Bitmap Create

    Try a MAXDOP 1 query hint. Or increase the cost threshold for parallelism. The query analyzer sees the SP execution time, but not that of the raw query,...

  • RE: SQLDMO

    Replace(objTable.Script, "CREATE TABLE [", "CREATE TABLE [" & objTable.Owner & "].[")

    --Jonathan

Viewing 5 posts - 916 through 920 (of 920 total)