Forum Replies Created

Viewing 15 posts - 55,456 through 55,470 (of 59,078 total)

  • RE: SQL 2000 - Performance suggestions

    Not sure what you're calling a base table but the correct covering indexes will allow for full length table access using index seeks across all tables in a join.  By...

  • RE: 10 Top 1 rows chosen at random

    Sorry Tomm... was just trying to lighten things up a bit.  And, maybe I'm taking you the wrong way, but "flame war" about what?  It takes two and I'm out...

  • RE: Script to list all PK & FK keys?

    Cool.  Thanks for the feedback

  • RE: The T-SQL Quiz

    Heh... and it's true, too!

  • RE: Bulk Insert Format file prblem

    First problem is the header record...

    NEATCM|8.07.00|867850731

    ...which does not have the same number of delimiters as the other rows.  Will always throw an error or cause a skip of the first...

  • RE: Writing Maintainable Code

    Heh... I asked the same thing... and the answer is... crappola 3rd party software. 

    So, Mike, you never hardcode anything?

  • RE: Portability

    Couldn't have said it better myself... thanks Steve.

  • RE: osql Cursor values to output file

    You're not... the DEL command is being executed by xp_CmdShell and the >> is just part of any command line as a redirection of output from whatever command is on...

  • RE: SQL 2000 - Performance suggestions

    Wrong... correctly formulated covering indexes will be used no matter how much of the correct columns are used... this example uses 90 % of the data in two columns and...

  • RE: Reporting on data from three databases

    If you're users want real time data when they open the spreadsheet, don't export the data as an "Excel file"... create a spreadsheet that uses "External Data" from a view. ...

  • RE: Portability

    SQL Portable?  Maybe for the GUI world but certainly not in the batch world.  For example, define some variables in SQL Server and do the same thing in Oracle... now, try...

  • RE: alternate to query analyser

    That's Enterprise Manager... look for ISQLW.EXE in the MSSQLServer directory.

  • RE: ASCII Characters?

    Just pass it to a variable/parameter in the proc as you would any other string...

  • RE: Do what I said?

    I agree... working for a jerk full time is a full time PITA.  Start looking for something better.

    If I may make a suggestion and I'm not trying to be a...

  • RE: Bulk Insert Format file prblem

    Copy... paste... don't post a bazillion lines.

Viewing 15 posts - 55,456 through 55,470 (of 59,078 total)