Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by jconner

  1. jconner

    Where to purchase MSDN Subscription

    I purchased my Universal MSDN from a guy on eBay and have had absolutely no problems with it. I paid $899 for it and then got a &300 rebate for getting it on DVD. The guy I purchased it from had a strong rating and many previous customers, and he set it up for me and everything rocked! I got...
  2. jconner

    Calling an executable from code

    Hey guys...sorry for the newbie question here, but I'm wanting to execute the BCP command utility (bcp.exe) from code (VB.NET). The app allows the user to plug in the command line switches and then needs to call the executable. I'll build the command line string with all the switches, but I...
  3. jconner

    Covering indexes question

    Thanks for the info! That helps a lot...exactly the info I needed! On the last part, about the columns in the where clause needing to be in the same order as the index - I thought the optimizer would hanlde that? I'll look to see if I can confirm what you said about that. Thanks for your help!
  4. jconner

    Covering indexes question

    If I have an index on 3 columns, and a user submits a query that uses only one of the columns, will SQL Server use the 3 column index or would you have to have an index on the single column alone? We use a lot of covering indexes, but occasionally get queries that use one or two of the columns...
  5. jconner

    How should columns be ordered for performance?

    Is there any particular way that you should order the columns in your tables to enhance performance? I'm guessing that indexed columns should be first, but other than that does it really matter? I was under the impression that SQL Server stored the data it's own way (fixed length data first...
  6. jconner

    Does table order in joins with WHERE clause matter?

    We have a situation where several tables are being joined together...with a few constraints on the query...and I was wondering whether or not the order in which the tables are joined mattered as far as the where clause is concerned. In other words, if I'm joining TABLE_A - TABLE B - TABLE C -...

Part and Inventory Search

Back
Top