Viewing 8 posts - 16 through 23 (of 23 total)
Yes i checked is on. Also checked the firewall settings.
I can connect to the default instance in the same server.
July 8, 2010 at 8:17 am
SELECT LASTNAME FROM CPM.dbo.T_CANADIAN
WHERE '678567' BETWEEN '673001' AND '679000'
AND 'Z' BETWEEN 'P' AND 'P'
this worked.
February 2, 2010 at 8:55 am
CREATE FUNCTION [dbo].[f_ServiceAvailability]
(
@DateForm DATETIME,
@DateTo DATETIME
)...
January 7, 2010 at 8:39 am
I need the result in percentage value.
The accumulated date range has to be converted to percentage?
Please help.
January 7, 2010 at 8:08 am
I want to use CURSOR, which will be scanning the temporary table.
So with cursor you will be reading the temporary table row by row. Then I have to compare...
January 6, 2010 at 8:52 am
Sample data:
reading_timestamp level
06/09/2005 1000
07/09/2005 ...
January 6, 2010 at 5:03 am
Thanks very much for your help.
December 17, 2009 at 7:52 am
Viewing 8 posts - 16 through 23 (of 23 total)