Viewing 14 posts - 1 through 14 (of 14 total)
Thank you very much...
It's easy and usefull...
January 27, 2010 at 11:21 am
Brandie Tarvin (11/5/2009)
If you can only "fix" certain users, try putting the specific logins in a table on a DBA...
November 5, 2009 at 6:27 am
Brandie Tarvin (11/5/2009)
The way I do it is to have my restores created in jobs. After the restore step, I have...
November 5, 2009 at 5:52 am
Piotr.Rodak (11/4/2009)
Just curious - do these developers and programmers have db_ddladmin role membership on production system?
If they use Windows authentication, the sp_change_users_login will not work.
Maybe permissions set on production database...
November 5, 2009 at 4:26 am
Piotr.Rodak (11/4/2009)
Just curious - do these developers and programmers have db_ddladmin role membership on production system?
If they use Windows authentication, the sp_change_users_login will not work.
Maybe permissions set on production database...
November 5, 2009 at 4:22 am
I understand an agree perfectlly with your point...
But... now.. the problem is installed, I have to correct it... and I think, I should not do it looking for...
October 7, 2009 at 8:30 pm
K. Brian Kelley (10/7/2009)
October 7, 2009 at 8:08 pm
Hello Everybody...
I got my problem solved by using the stored procedure sp_validatelogins
Thank you very much
October 2, 2009 at 9:06 pm
CirquedeSQLeil (9/18/2009)
Try
set ansi_warnings on
execute your proc
If you get an error, then reverse the setting. And then add set ansi_warnings...
September 18, 2009 at 11:48 am
Remembering...
the Error only happens when I run it using a JOB...
September 17, 2009 at 6:15 pm
CirquedeSQLeil (9/17/2009)
Also, are there any other inserts happening inside this proc?
Lastly, inside the sql agent job, what is the command you...
September 17, 2009 at 12:27 pm
Richard M. (9/17/2009)
Can you provide the table definition of TRA_LOTE_DOC_TRANSPORTE ?Also, did you try the commands I posted previously?
The commands you've posted previously, was already in the procedure...
the...
September 17, 2009 at 10:36 am
Sergey Vavinskiy (9/16/2009)
Is it SSIS job?
No... It isn`t a SSIS job...
follow a part of the code
declare @v_Max_Lote int
declare @r1_cd_serie_doc_transporte int
declare @v_ini_faixa numeric(18,0)
declare @v_fim_faixa numeric(18,0)
set @v_Max_Lote = 977
set @r1_cd_serie_doc_transporte...
September 16, 2009 at 6:35 pm
Viewing 14 posts - 1 through 14 (of 14 total)