Viewing 3 posts - 1 through 3 (of 3 total)
SELECT [Name]
, COUNT(*) AS 'RowCount'
, SUM(LineTotal) AS 'TotalValue'
FROM Production.Product P
JOIN Sales.SalesOrderDetail D ON D.ProductID = P.ProductID...
April 11, 2012 at 12:55 pm
capn.hector (3/12/2012)
MR@SD (3/12/2012)
To change the password try to use sp_password (see help for details on it).
not what the OP is looking for.
im guessing you have tried closing SSMS THEN moving...
March 12, 2012 at 7:09 pm
Wow. Thank you so much for the prompt reply.
I was wondering if there is any easier way in the form of a built-in function that would do the same which...
March 18, 2009 at 4:26 pm
Viewing 3 posts - 1 through 3 (of 3 total)