Forum Replies Created

Viewing 15 posts - 31 through 45 (of 46 total)

  • RE: How can i subscribe "Transaction Log Shipping Status Report" to my mail through JOB.

    Hi,

    You can add a step to each of those transaction log jobs which get created from the logshipping wizard. In that step you can add the send mail details based...

    ----------------------------------------------------------------
    **"There is only one difference between dream and aim. Dream requires Soundless sleep to see…Where as Aim Requires Sleepless Efforts to Achieve":-) **

  • RE: Service could not be started due to logon failure

    hi,

    Try running the service with a domain account & make sure this domain account has sysadmin priveleges.

    Have a nice day !!!

    ----------------------------------------------------------------
    **"There is only one difference between dream and aim. Dream requires Soundless sleep to see…Where as Aim Requires Sleepless Efforts to Achieve":-) **

  • RE: Connect to Database after restore

    hi,

    After restoring the Dbs normally the user loses its logins/permissions when restored over a different DB. Please try executing the stored proc

    use master

    go

    sp_change_users_login 'Auto_fix','loginname'

    Have a nice day !!!

    ----------------------------------------------------------------
    **"There is only one difference between dream and aim. Dream requires Soundless sleep to see…Where as Aim Requires Sleepless Efforts to Achieve":-) **

  • RE: Monitoring sqlservers

    Hi,

    Please specify on what aspect you would like to monitor the SQL servers. Is it the jobs, services, etc.

    Thanks,

    Have a nice day !!!

    ----------------------------------------------------------------
    **"There is only one difference between dream and aim. Dream requires Soundless sleep to see…Where as Aim Requires Sleepless Efforts to Achieve":-) **

  • RE: problems with oracle linked server (SQL 2000)

    Hi ,

    This is actually a bug in MS SQL Server 2000. When you run a four-part name query on a table in an Oracle data source, if the table name...

    ----------------------------------------------------------------
    **"There is only one difference between dream and aim. Dream requires Soundless sleep to see…Where as Aim Requires Sleepless Efforts to Achieve":-) **

  • RE: DBNETLIB]SQL Server does not exist or access...

    Hi,

    Check if the TCP/IP protocol has been enabled & also if the SQL services are started & running fine.

    Thanks

    Have a nice day !!!

    ----------------------------------------------------------------
    **"There is only one difference between dream and aim. Dream requires Soundless sleep to see…Where as Aim Requires Sleepless Efforts to Achieve":-) **

  • RE: Need a script to audit the DDL & DML events for SQL server 2000

    Thanks. But i need to run it on on-going basis. Will this not cause an overhead on performance if I run daily?

    Thanks

    ----------------------------------------------------------------
    **"There is only one difference between dream and aim. Dream requires Soundless sleep to see…Where as Aim Requires Sleepless Efforts to Achieve":-) **

  • RE: Need a script to audit the DDL & DML events for SQL server 2000

    Are you refering to Perfmon? If not then please provide me the details on server side trace.

    ----------------------------------------------------------------
    **"There is only one difference between dream and aim. Dream requires Soundless sleep to see…Where as Aim Requires Sleepless Efforts to Achieve":-) **

  • RE: Need a script to audit the DDL & DML events for SQL server 2000

    I haven't received any reply yet. Can someone help me out urgently?

    Thanks.

    ----------------------------------------------------------------
    **"There is only one difference between dream and aim. Dream requires Soundless sleep to see…Where as Aim Requires Sleepless Efforts to Achieve":-) **

  • RE: How to change the ownership of Maintenance plan?

    Hi,

    You may go to the Job being created by that Maintenance plan and there go to the Job properties. Under 'General' Tab, you will find a field 'Owner'. Change it...

    ----------------------------------------------------------------
    **"There is only one difference between dream and aim. Dream requires Soundless sleep to see…Where as Aim Requires Sleepless Efforts to Achieve":-) **

  • RE: Any option to get rid of "rows affected" line ?

    Hi,

    I have resolved it myself... 🙂

    Thanks

    ----------------------------------------------------------------
    **"There is only one difference between dream and aim. Dream requires Soundless sleep to see…Where as Aim Requires Sleepless Efforts to Achieve":-) **

  • RE: Running Multiple procedures using SQLSMD

    Hi,

    You can create a txt or .sql file & include all the commands there. then you may refer to this file while using the SQLCMD ... I have used this...

    ----------------------------------------------------------------
    **"There is only one difference between dream and aim. Dream requires Soundless sleep to see…Where as Aim Requires Sleepless Efforts to Achieve":-) **

  • RE: Email not firing

    Hi,

    Since you are using DB mail to send mails, Db mail uses SMTP relay server for sending mails. Just check if you have access to SMTP relay mail server &...

    ----------------------------------------------------------------
    **"There is only one difference between dream and aim. Dream requires Soundless sleep to see…Where as Aim Requires Sleepless Efforts to Achieve":-) **

  • RE: Database mail not delievered

    Hi,

    You need to provide the server name to your System Administrator and check if they have given access to SMTP server for your IP. If not then get the access...

    ----------------------------------------------------------------
    **"There is only one difference between dream and aim. Dream requires Soundless sleep to see…Where as Aim Requires Sleepless Efforts to Achieve":-) **

  • RE: Database mail not delievered

    Hi,

    Database Mail makes use of SMTP mail server to send the mails. Make sure you have access to the SMTP mail server. Then you need to use this server name...

    ----------------------------------------------------------------
    **"There is only one difference between dream and aim. Dream requires Soundless sleep to see…Where as Aim Requires Sleepless Efforts to Achieve":-) **

Viewing 15 posts - 31 through 45 (of 46 total)