Forum Replies Created

Viewing 15 posts - 901 through 915 (of 1,335 total)

  • RE: SQL Server Log....

    SQL Server information will have information like when the sql server has started, recovery of databases, any user or system errors, backup of databases, restorations, dbcc commands, login informations and...

  • RE: SQL Server 2005 Min/Max Security Best Practices

    Search for Microsoft Best Practices Analyzer for SQL Server 2005 in microsoft website you can download a tool which will list out the vulnerabilities in the server.

  • RE: Copy database to create Read Only MI version on daily basis

    Database snapshots are supported on all the editions of SQL 2005. Use that instead of copying the database to other server or so. I too knew that SQL 2005 2-node...

  • RE: Ideal Memory Config with 16GB?

    What books online says is true. Yu should not use /3GB switch with 16GB RAM. You should use /PAE switch in boot.ini file and specify max and min server memory...

  • RE: Load/Suspect database issue

    If the restore is terminated abruptly in middle then database being resotred will go to loading state and you will need to restore the full backup copy again to bring...

  • RE: Linked server connection error

    I don't have the KB number suspected that kerebros may be the culprit because SQL be default tries to use kerebros to access network resources. And when you say that...

  • RE: Backup error

    Might be the folder that you have used in the backup database might not be there. This error occurs if the path to back is given incorrect. If this is also...

  • RE: how to execute stored procedure using batch file

    osql -U username -P password -S ServerName -q"exec procedure name"

    if you feel that passing user name and passsword is not providing the right security that you want u can use...

  • RE: Copy database to create Read Only MI version on daily basis

    You do you copy the whole database. You have the option of database snapshots in SQL 2005 that can be a consisntent copy till the point the snapshot was created...

  • RE: Backup error

    Is the drive that you use to take backups a networked drive. f so did you check if that was mapped to the server while the backup command was running....

  • RE: Data base mail error

    do this test to see if port 25 is open

    telnet servername 25

    if it takes you to a blank DOS screen its open else not.

  • RE: Linked server connection error

    The patch for Kerebros would have caused the issue. With Windows 2003 and SQL 2005 microsoft says us to use Kerebros instead of NTLM. See BOL for more details.

  • RE: unable to login remotely in SQL Server 2005.

    Are you running with SQL Server 2005 Express Edition. I hope this issues is with that edition and few mant threads are already running in this forum for the same.

  • RE: Security Primer Request

    You are using SQL 2005 and its easy to use email functionality there with the new DBMAIL feature thats available with it. All you neeed to know is your smtp...

  • RE: SQL Log Shipping

    Don't try to kill any SPIDs that have a value less than 50 as they are system related processes. Since you say that you are stuck i suggest the following

    1....

Viewing 15 posts - 901 through 915 (of 1,335 total)