Viewing 15 posts - 16 through 30 (of 56 total)
O.K
i want to insert a some fileds to a record wich is in a database (i saved it before), i want if the primary key of that record equal with...
May 26, 2010 at 6:36 am
i wrote this :
select * from [files] where (update [File]
set DownloadCount=DownloadCount+1
Where FileCode = '1')
but there is syntax error
October 29, 2009 at 2:53 am
ooooooooo no
i want to have store procedure that do this:
ALTER PROCEDURE [dbo].[DownloadCount_SP]
@FileCodesql int
AS BEGIN
update [File]
set DownloadCount=DownloadCount+1
Where FileCode = @FileCodesql
END
and this store proceduure in...
October 28, 2009 at 9:00 am
Thank u very much but i have 3 questions:
why when i write:
1) EXECUTE GetLastID2 @sqlString
it doesnt work ?
2) what should i write instead of @sqlString when...
August 4, 2009 at 2:06 am
i want it asks me about the value of those 3 variables, and when i wrote them , the select can Do,
for example iwant to write "exec Garhasbi "in...
December 31, 2008 at 3:40 am
i tried to correct it:
alter PROCEDURE Garhasbi1
@Cat1_Value int,
@Cat2_Value int,
@Date_Time datetime
...
December 31, 2008 at 2:07 am
Sorry
i think you understand mu problem correcctly but your Solution isdifficult for me
i want to ask could we complete this WHERE clause and solve the problem
Create Procedure test
...
December 30, 2008 at 1:51 am
sorry dont you use from ( filter_value) ?
and i dont understand
Set @sql = @sql + @filter_column + ' + @filter_column and Date_Time = @date'
Exec sp_executesql...
December 30, 2008 at 1:22 am
i thinkk i need 4 variable for enter the parameters:
1: Category name
2: Category desc
3:date&Time1
4:date&Time2
ii want this store procedure ask me these three and then give me he records:for example:
ID ...
December 30, 2008 at 12:21 am
Thank you
i created it, but where is it saved? i mean from where i can see and modify this Store Procedure again it future?
December 23, 2008 at 5:14 am
Viewing 15 posts - 16 through 30 (of 56 total)