Is it possible to convert rows to columns using CTE in sql server 2005 and i would like to know where will be using CTE and how it is implemented to...
Thank you preethi, The Table Item_ledger_entry table as 3 indexes one on Item_ID,Comibination of Item_Id,Document_id and etc. I would like to create...
SELECT TOP 20 II.NAME_FOR_SALES COMPANYNAME, -SUM(TOTAL_PRICE) AMOUNT, 6 GROUPORDER, II.ITEM_ID,II.ITEM_NUM ITEMNUM FROM ITEM_LEDGER_ENTRY ENTRY,...
Separate names with a comma.