Viewing 15 posts - 121 through 135 (of 240 total)
Hello Micky
The purpose for using a Cursor is because i need to run an Update not for one "referencia" = Article, but for more and less 170000, and for each...
October 10, 2012 at 2:25 am
Hello eugene
could you give me the sample on how to build the code ?
Many thanks
Luis Santos
October 9, 2012 at 5:15 pm
Hello Lynn
i don´t understand your comment:
"you have to copy them to another query window and run them."
Do you refer to copy all the result into another TSQL windows ?
could...
April 2, 2012 at 10:44 am
Hello
Your TSQL return error RIGHT, i run like this
SELECT ASCII(RIGHT(CCT,20))
from cu
WHERE cct like '72.1.107%'
QA return : 55
I solve my problem using this UPDATE:
update cu
set cct = substring(cct,1,8)
from cu WHERE...
January 20, 2012 at 7:15 am
Hello again
you ask to me "inside a query". That was possible ?
Have you a simple example to see the result for example on Northwind database.
Best regards
Luis Santos
December 15, 2011 at 11:33 am
Hello
excellent, it was exactly what I needed.
Many thanks
Luis Santos
December 15, 2011 at 11:31 am
Hello Again
Many thanks for all yours suggestions and informations link.
Best regards
Luis Santos
December 14, 2011 at 3:16 pm
Hello comunity
Yes, i comment deliberately out @RunningTotal in your FETCH...INTO, because the TSQL returning error
it´s also true that is EDEB > Zero then ECRED = 0 .
But, thats ok i´am...
April 28, 2011 at 4:12 pm
Hello comunity
Don´t worry anymore about my problem , but i solve them.
best regards
Luis Santos
April 3, 2011 at 4:43 pm
hello Jack
i will keep trying to explain:
You are going to have to do some translation for me. There is no CustomerID column in the information you provided. Can you translate...
March 30, 2011 at 11:41 am
Hello Jack
First, many thanks for your reply you probably solve my problem but i need to test it.
I have only one dought, suppose that i have 2, 3 or more...
March 30, 2011 at 10:24 am
Hello comunity
I write the code to create table ML and also the lines for 1 document. Also, if i help you , i think the problem is that the update...
March 29, 2011 at 4:16 pm
Hello comunity
Nobody have an ideia to solve my problem ?
Luis Santos
March 28, 2011 at 5:54 pm
Hello Sean
Have you find a solution or ideia for my problem ??
Thanks
Luis Santos
March 28, 2011 at 7:42 am
Hello Sean
Thanks for your reply.
I attach the script to create table ML and also to insert the records.
on my trigger when i write ,
IF (RTRIM(@SUBCONTA) = '' OR RTRIM(@SUBCONTA)...
March 25, 2011 at 5:39 pm
Viewing 15 posts - 121 through 135 (of 240 total)