Viewing 15 posts - 61 through 75 (of 240 total)
Hello Luis
I perform This operation one time for this reason and after sending data to historic database when i keep olders years.
This database is exactly like the same that the...
November 16, 2015 at 1:17 pm
Hello Sean
Thanks for your reply, also what you recomend to shrink, SSMS, or do you know some good script to execute This operation ?
In fact, i always rebuild all indexes...
November 16, 2015 at 12:56 pm
Hello John
Thanks for your reply.
I agree that using any reporting tool or SSRS is much easier, but in this case I have a tool that turns a SELECT statment into...
October 13, 2015 at 9:30 am
Hello Scott
Thanks, that is exactly what i need.
I need to read with more attention all the kind of JOIN, because i forgot some of them.:-)
Best regards,
LSantos
October 1, 2015 at 4:10 pm
Hello Drew
I read the STUFF function on SQL server, i now that´s work great.
Many thanks for your help.
Best regards,
Lsantos
September 30, 2015 at 3:52 pm
Hello Drew
This is exactly what i need, but curiously the keyref are not correct, this is the result:
[Code="other"]
ref base qttbaseCOS ...
September 30, 2015 at 3:41 pm
Hello Sean
First, thanks for links that you send me.
In fact maybe my explanation is a little confused.
I will go to try explain better.
First, forget splitting string with comma delimiter because...
September 30, 2015 at 3:19 pm
Hello again
Many thanks for all YouTube suggestions, now i will go to try each of them.
Best regards
Luis santos
September 18, 2015 at 1:04 pm
Hello Eirikur Eiriksson
thanks for your reply, but what i need is only return information for the same Cabstamp+document where origin is different and not all the rows.
Many thanks,
LS
September 18, 2015 at 7:01 am
Hello
Thanks for yours reply they work fine.
Best regards
Luis Santos
August 7, 2015 at 4:34 am
Hello Steve
I solve the problem changing your Query:
[Code="sql"]
SELECT td.ndoc, td.nmdoc,
CASE
WHEN td.ndoc IN (1, 26) THEN 'Sede'
WHEN td.ndoc IN (30, 39) THEN 'Store Beira'
WHEN td.ndoc IN (83, 84) THEN 'Store Maputo'
WHEN...
July 27, 2015 at 8:35 am
Hello Steve
First , thanks for all your precious advises, but running the query the result don´t return any records.
Maybe i´am not explain correctly what i need, because on this...
July 27, 2015 at 8:18 am
Sorry Guys
I solve the problem like this:
ALTER FUNCTION VerificaAcessoPerfil
(
@codigo INT
)
RETURNS INT
AS
BEGIN
...
June 24, 2015 at 4:44 pm
Hello again
Thanks for your reply, this is exactly what i need.
Best regards,
Luis Santos
June 17, 2015 at 6:48 am
Hello
Sorry but i don´t understand your answer.
What i can do is possible, i need rounding numbers in multiples of 0 and 5 in sql server, independently of decimal values.
Thanks
Luis Santos
June 17, 2015 at 4:30 am
Viewing 15 posts - 61 through 75 (of 240 total)