Viewing 4 posts - 1 through 4 (of 4 total)
Hi There,
Ye i did not read your reply, only after i posted i have yours. But cool stuff, at least he got his answer.
Regards,
March 29, 2010 at 6:49 am
TRY THE FOLLOWING:
Select I.ItemCode, I.ItemDesc, ID.ItemQty, ID.ItemUnitCost, SUM(ID.ItemQty x ID.ItemUnitCost) AS LineTotal
FROM Item I
LEFT JOIN ItemDet ID ON ID.ItemCode = I.ItemCode
GROUP BY I.ItemCode, I.ItemDesc, ID.ItemQty, ID.ItemUnitCost
March 29, 2010 at 5:03 am
Hi,
When executing the powershell script for Write-DbSpaceToDb.ps1 i get the following error :
PS SQLSERVER:\SQL\JHB-BARTUSD\DEFAULT> param($destServer, $destdb)
The term 'param' is not recognized as a cmdlet, function, operable program, or
script file. Verify...
November 20, 2009 at 5:46 am
Hi Guys,
What worked for me. Right click the sql server agent and look at the following tabs; general and connection. The general tab contains the information for starting up the...
October 28, 2008 at 1:19 am
Viewing 4 posts - 1 through 4 (of 4 total)