Forum Replies Created

Viewing 14 posts - 76 through 90 (of 90 total)

  • RE: Checking for blank sql passwords

    Hi Brian

    I haven't used SQLping, may u perhaps share more light on that

    Tx

    It's better to fail while trying, rather than fail without trying!!!

  • RE: Checking for blank sql passwords

    Thank you once again for suggestions:-)

    It's better to fail while trying, rather than fail without trying!!!

  • RE: Changing Flat file destination doesn't change

    Thanks a lot, now it's sorted:-D

    It's better to fail while trying, rather than fail without trying!!!

  • RE: Changing Flat file destination doesn't change

    I changed it to d:\ with the same permissions on c:\ and folders

    It's better to fail while trying, rather than fail without trying!!!

  • RE: Running a report for previous day

    Tx, how do put that together in a code e.g is the below correct

    select col1,col2,DATEADD(day,-1,getdate())

    from test

    ta

    It's better to fail while trying, rather than fail without trying!!!

  • RE: Running a report for previous day

    Hi

    Thanks for ur response, it's a parameter for a report but the report will schedule within SSRS to send an email auto

    Ta!!

    It's better to fail while trying, rather than fail without trying!!!

  • RE: Dropping Unused sql logins

    Thanks for your response.

    My sql server security propeties is set to audit both failed and successful logins. What about syslogins?

    It's better to fail while trying, rather than fail without trying!!!

  • RE: SQL error

    Thanks for your response!!

    No i dont get that error from SQL Conf Manager. When go via computer management, that's were i get an error.

    Thanks

    It's better to fail while trying, rather than fail without trying!!!

  • RE: Passing SQL Parameters to command prompt

    Thanks for your response.

    xp_cmdshell it's part of my code but now the tricky part is, i'm using replication then i have a job that validates all subscribed articles, if one...

    It's better to fail while trying, rather than fail without trying!!!

  • RE: Killed\Rollback

    In my case the process runs from Peoplesoft application and connects through linked server to another sql box that runs a billing app. so the process from Peoplesoft insert and...

    It's better to fail while trying, rather than fail without trying!!!

  • RE: Archiving

    Hi

    No partition on the table

    Thx

    It's better to fail while trying, rather than fail without trying!!!

  • RE: Stored Procedure with Parameters

    Thank you very much for your help it worked. Now it's on production

    It's better to fail while trying, rather than fail without trying!!!

  • RE: Stored Procedure with Parameters

    Thanks for your time and help, i found the problem it now works.

    I need help on the same issue with regards in updating the domain account. Example

    Staff_numb ...

    It's better to fail while trying, rather than fail without trying!!!

  • RE: Stored Procedure with Parameters

    Thanks for your response, i applied the below with few modifications.

    After exec, no record affected. Please help. Thanks once again

    CREATE PROCEDURE SP_UpdateStaff

    @staf_num VARCHAR

    AS

    Update SECURITY_USER1

    SET PASSWORD_FULL = NULL

    WHERE staff_numb =...

    It's better to fail while trying, rather than fail without trying!!!

Viewing 14 posts - 76 through 90 (of 90 total)