Viewing 15 posts - 31 through 45 (of 49 total)
Hi ,
I found where i am getting error ,for each and every userid the below set statement is getting more than one row.
i.e. for userid =1 the usertoterritory table...
March 4, 2010 at 7:31 am
Jeff Moden (3/3/2010)
itskumar2004 (3/3/2010)
Hi ,Is there a reaon why you don't just write separate deletes for each table?
Yes,each procedure i am calling will insert the row into history table...
March 4, 2010 at 6:27 am
Hi,
I have created a procedure to do this and created a cursor inside a procedure.
March 3, 2010 at 3:29 pm
I got it .
I am executing the procedure with execute as 'name'
looks like i don't have permission for the name i have given .
Thanks
February 22, 2010 at 8:20 am
here is what i am trying to do ,intially i am creating a procedure and inserting the values as 0,0,0.and later updating using updation criteria.
February 19, 2010 at 7:55 am
I have looked every where for this,
I want datetime to convert into varchar (ex:16-feb-10)
but i found convert(varchar, columnname , 6) which is converting into 16 feb 10..
can anyone help?
February 16, 2010 at 1:59 pm
Structures are the same,
If i use first method do i lose the data in table A,since i want to add the rows from table B to table A.
February 16, 2010 at 1:44 pm
I am sorry for my confusion.i got the results using the syntax thanks for that ...
My results are including the datefield column below(2010-01-01) ,Can you also tell me how...
February 1, 2010 at 12:51 pm
hi,
it should fetch the next 3 months for my given date which is going to be a parameter in my stored procedure ,for whatever date we give it should fetch...
February 1, 2010 at 12:13 pm
can anyone please give me any ideas on this topic it is tricky one from my side....
January 26, 2010 at 7:37 am
I am using this query to get the forecast that i can compare with forecast in history report which ran on oct 2009 .i am getting error arthematic flow since...
January 26, 2010 at 7:34 am
Viewing 15 posts - 31 through 45 (of 49 total)