Forum Replies Created

Viewing 15 posts - 691 through 705 (of 1,335 total)

  • RE: Log Shipping Failover situation

    Hi,

    I find no answer for this. I even posted the same in MSDN and there was none to answer. Have i asked a question that was wrong? Anyways after much...

  • RE: Moving files from one direcory to another

    I dont have a script but the commands are as given below.

    move <<SOURCEpath>>\filename <<DESTINATIONPATH>>\filename

    rename <<SOURCEPATH>>\filename filename

    the first will move the file to the destination location adn the second will rename...

  • RE: Backups fail regularly

    Check if you have quotas enabled in the server and if that limits the space that you can use.

  • RE: Monthly, Weekly reports

    Can you be more specific whats the reports that you want?

  • RE: I did something dumb with MSDB

    This is ofcourse undocumented but for sure will rebuild the msdb database without having to rebuild your sql server system.

  • RE: Certification scoring question

    Microsoft does not say this. But i hope scroable question should be only 40 and not 50. It would have taken the wrong ones and you should have failed. better...

  • RE: [SQL Server 2000 ENT] WARNING: Failed to reserve contiguous memory of Size= 6422528

    Is the /3GB switch set. Can you monitor the memory used by SQL Server using perfmon counters and see at what time this error occurs. I suspect some incorrect setting...

  • RE: Filesystem device for backups and/or BackupExec devices

    If your tape backup is running daily then you can place the backups on disk and then take the files to tape so that they are consitent enough. Yuo too...

  • RE: Backup schedule and SQL Agent jobs

    I am not clear with your question. Do you want to know if the schedule is ok to be implemented or do you want to have a script that will...

  • RE: Connection problem in SQL server 2005

    When you login to the server using local. Check what is the server name using select @@servername

    if this is not consistent then

    use sp_dropserver and sp_addserver to add the server...

  • RE: Please help for auditing

    You want to limit the table in profiler that can be done. Filter it by objectname column like

    ('%table1%,'%table2%',.......................,'tablen%')

  • RE: Sql server Ce connection.

    DataSource should be the name of the server and Initial Catalog will be the name of the database in the connection string. The database will have your mdf, ldf and...

  • RE: Please help for auditing

    As Sachin suggested yo can go to read the log file. But you have to have the database in FULL recovery model to have all transaction in the log file.

  • RE: TempDB Log Growth

    But you will be able to shrink only the unused log file space if suppose the log file is being heavily used and if you are not able to shrink...

  • RE: Please help for auditing

    ok There is some misunderstanding somewhere anyways no issues. But the first post from Rahul on this topic ask for that. Just confirmed thanks that the before and after image...

Viewing 15 posts - 691 through 705 (of 1,335 total)