Forum Replies Created

Viewing 15 posts - 16 through 30 (of 56 total)

  • RE: syntax error in query

    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...

  • RE: i want to have this updated record.

    i wrote this :

    select * from [files] where (update [File]

    set DownloadCount=DownloadCount+1

    Where FileCode = '1')

    but there is syntax error

  • RE: a simple question

    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...

  • RE: a simple store procedure

    thanks a lot. you solved my problem

  • RE: full text index

    i used Microsoft SQL Server 2005

  • RE: Sa

    thanks alot

    but wher i should write this command? and how?

  • RE: Sa

    i should say that i forgot my password, and i tried to change it when i use new pass this error is occured ,i think i did not chane...

  • RE: Sa

    from Management Studio , File Connetion Object Explorer...

    then i type IP and Sa and pass...

  • RE: a simple question

    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...

  • RE: Store procedure:why it does not ask me about variables?

    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...

  • RE: Store procedure:why it does not ask me about variables?

    i tried to correct it:

    alter PROCEDURE Garhasbi1

    @Cat1_Value int,

    @Cat2_Value int,

    @Date_Time datetime

    ...

  • RE: a problem in writting a storeprocedure

    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

    ...

  • RE: a problem in writting a storeprocedure

    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...

  • RE: a problem in writting a storeprocedure

    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 ...

  • RE: make store procedure

    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?

Viewing 15 posts - 16 through 30 (of 56 total)