Viewing 15 posts - 106 through 120 (of 202 total)
ok
this PROCEDURE is good to generate report for
ProductName = 'A'
AND FOR
ProductName = 'B'
AND I HAVE another table name Table_Product_id
----------------------------
ProductName | CategoryID
a 1
b 2
c 3
d 4
e 5
f 6
....... ......
z 99
---------------------------------
that...
July 31, 2005 at 5:50 pm
is it possible to create a smart PROCEDURE
thet count the Rows in Table Products
and generate report thet know how many "ProductName" i have
for example let's assume that I add new...
July 31, 2005 at 12:40 pm
thnks
but how to use ONLY IF exist
i need to see in the report only if the ProductName exist
thnks again
ilan
July 30, 2005 at 3:45 pm
A
----------------------
aaa 55
aaa 99
aaa 76
B
----------------------
bbb 888
bbb 999
bbb 444
----------------------
OK NOW
WHAT IS THE answer ??
July 30, 2005 at 1:14 pm
how to do it from Stord procedures
thet generate report
with the title in heder=ProductName
and after the amount_SUM like in table
like this
ProductName-11
----------------------
aaa 55
aaa 99
July 28, 2005 at 2:30 pm
hi
can i get help on my Stord procedures ??????????
thnks
ilan
July 28, 2005 at 1:10 am
i wait for the answer !!!!!!!!!!!!!!!!
April 14, 2005 at 3:51 pm
do you have a good example for run this job
thnks
ilan
March 20, 2005 at 2:51 pm
need more help
how to do it ??????????
create function to Replace text from table
in field type TEXT
thnks ilan
March 1, 2005 at 5:51 pm
i is not ok
my problem is this
------------------------
--1----v-1-----------
UPDATE [pitable].[dbo].[allpi]
SET val1 = (SELECT *
FROM OPENQUERY(pcnh, 'SELECT value as ro1 FROM picomp WHERE time = date(''*'') AND tag = ''rt1mp001''
'))
--2----v-2-------
UPDATE [pitable].[dbo].[allpi]
SET...
January 16, 2005 at 9:32 am
how can i do this
select
CASE
SELECT *
FROM OPENQUERY(pcntn, 'SELECT value as val ,''UNIT1''as uu ,''FF9900'' AS col FROM picomp WHERE time = date(''*'') AND tag = ''a1mp340''
December 30, 2004 at 11:42 pm
thnks but thre is a problem
----------------------------------
Server: Msg 14295, Level 16, State 1, Procedure sp_verify_jobschedule, Line 57
Frequency Type 0x2 (OnDemand) is no longer supported.
----------------------------------------------
can i to force the JOB to do this
thnks ilan
December 30, 2004 at 3:43 pm
i dont understanding what is the problem of microsoft so thet i can run job evry 20 second ????
no way to manual do it from Transact SQL ????
thnks ilan
December 30, 2004 at 3:05 pm
no i need it for my web site for live data
any idea how ????????????????
December 30, 2004 at 2:29 pm
Viewing 15 posts - 106 through 120 (of 202 total)