Viewing 4 posts - 1 through 4 (of 4 total)
Try this:
Go to Service Mannager at the server, and look for SQL Server Analysis Services, then look for properties window and go to the Session tab (i have...
September 19, 2007 at 7:29 pm
Try this:
Go to Service Mannager at the server, and look for SQL Server Analysis Services, then look for properties window and go to the Session tab (i have...
September 19, 2007 at 7:29 pm
Hi
try this
SELECT
*
FROM
TableWithNewData inner join TableWithOldData old on new.col1=old.col1
WHERE
...
September 19, 2007 at 7:19 pm
Try this:
SELECT MyColumnName_That_I_Free_Choosed
FROM (
SELECT
(Convert(varchar(Numeric),Column1)+ '.'...
September 19, 2007 at 6:51 pm
Viewing 4 posts - 1 through 4 (of 4 total)