Forum Replies Created

Viewing 15 posts - 241 through 255 (of 783 total)

  • RE: Server change

    When I try to restore the msdb db, it says exclusive access could not be obtained bcoz db is in use.

    When I try to restore the master db, it says...

    Regards
    Sushant Kumar

  • RE: Server change

    Should the logins be transferred before or after the restoration of system and user dbs.

    Regards,

    Sushant

    Regards
    Sushant Kumar

  • RE: job name and job step are disappear

    Try by deleting it and again creating it.

    Regards
    Sushant Kumar

  • RE: Login faield for user 'sa'

    Lowell (5/5/2011)


    change it again. if you typed in the password in a config file, it's in clear text in that file and a security risk of the highest order.

    create...

    Regards
    Sushant Kumar

  • RE: Login faield for user 'sa'

    .

    Regards
    Sushant Kumar

  • RE: job name and job step are disappear

    Cant you modify it from the maint plan also?

    Regards,

    Sushant

    Regards
    Sushant Kumar

  • RE: Login faield for user 'sa'

    I founded out the application whcih was trying to connect every minute.

    I went into its (application) database connection settings and updated the 'sa' password and everything seems to be fixed...

    Regards
    Sushant Kumar

  • RE: Login faield for user 'sa'

    SQLRNNR (5/4/2011)


    Track down the ip address from that log table you just created and find out what application resides there. An application is using .Net 3.5 to connect to...

    Regards
    Sushant Kumar

  • RE: Login faield for user 'sa'

    Lowell (5/4/2011)


    did you find out what it was? was it a job or a script or application that was running?

    select * from T_DBA_FailedConnectionTracker

    order by tsRegistration desc

    I get :-

    <ApplicationName>.Net SqlClient...

    Regards
    Sushant Kumar

  • RE: Login faield for user 'sa'

    Ok

    i drop the event notification:-

    DROP EVENT NOTIFICATION N_Failed_Login_Notification ON SERVER

    Regards,

    Sushant

    Regards
    Sushant Kumar

  • RE: Login faield for user 'sa'

    and the created table T_DBA_FailedConnectionTracker is empty

    Regards,

    Sushant

    Regards
    Sushant Kumar

  • RE: Login faield for user 'sa'

    I get this wehn i run tht script after craeating new db :--

    Table [T_DBA_FailedConnectionTracker] Created

    trustworthy switched to ON

    Msg 2714, Level 16, State 21, Line 2

    There is already an object named...

    Regards
    Sushant Kumar

  • RE: Login faield for user 'sa'

    ALZDBA (5/4/2011)


    Maybe this can help out.

    Failedconnectiontracker is using sqlserver event notifications to capture all login info.

    We have a dba database on every sqlserver instance to host all sysadmin/dba systems stuff.

    In...

    Regards
    Sushant Kumar

  • RE: How to transform table results into another table

    Phil Parkin (5/4/2011)


    SKYBVI (5/4/2011)


    Koen Verbeeck (5/4/2011)


    So you have data in one table, you want to manipulate it with TSQL and put the results in another table.

    I would use an Execute...

    Regards
    Sushant Kumar

  • RE: Login faield for user 'sa'

    Pouliot Philippe (5/4/2011)


    Try with SQL Profiler or Minotor, or in the Error log u will see [CLIENT : IP]

    find the hostname of the IP with ping -a.

    Error says Client :...

    Regards
    Sushant Kumar

Viewing 15 posts - 241 through 255 (of 783 total)