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!

Search results for query: *

  1. ahmedsa19051985

    After adding Feature Name and Feature Value query takes more than 5 minutes

    I work on SQL Server 2014 and my issue occurred after displaying Feature Name and Feature Value separated by $. When executing the query below after adding Feature Name and Feature Value with stuff it became very slow. How to enhance it? Before adding the two stuff statements it took 28...
  2. ahmedsa19051985

    How to get FeatureName and FeatureValue separated by $ for table AllData ?

    I work on SQL server 2012 I face issue I can't get Feature Name and Feature Value for Table All Data From table Part Attributes Feature Name and Feature Value exist on table Part Attributes IF OBJECT_ID('[dbo].[Codes]') IS NOT NULL DROP TABLE [dbo].[Codes] IF OBJECT_ID('[dbo].[gen]') IS...

Part and Inventory Search

Back
Top