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

    How to get monther per part id from last date to current date and include remaining date ?

    i use date format (year-month-day) as example partid 1234 partid 1234 have gap on created date for 2 months between 2021-07-03 and 2021-10-05 so it will be 2021-08-03 and leading value 5 2021-09-03 and leading value 5 leading value will take first value of gap start meaning it will get...
  2. 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...
  3. 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