Forum Replies Created

Viewing 15 posts - 646 through 660 (of 860 total)

  • RE: Backups for Master database

    klnsuddu (2/23/2009)


    I just want to know that the Differential and log backups for Master database is allowed or NOT?

    You cant take a differential/transactional backup of a master database. This is...

  • RE: Backup all databases

    The only best way to verify a good backup is to restore it to a different server but there are alternatives as well like said abive you can look at...

  • RE: Alter Database DBNAME Set Recovery Full. Gives error.

    swmsan (2/23/2009)


    Sorry, There was a mistake.

    I installed SQL 2005 without UNINSTALLING SQL 2000.

    Wel, I was just practising Backup, Restore etc.

    I just tried to chage the recovery mode of database and...

  • RE: server error

    Check out this kb article, could be useful to you and you can provide us more information:

    http://support.microsoft.com/kb/909678

  • RE: Alter Database DBNAME Set Recovery Full. Gives error.

    swmsan (2/22/2009)


    Dear All,

    I installed SQL Server 2005 in my home PC. SQL server 2000 was allready existing.

    I installed SQL 2005 without installing SQL 2000. Will it make any difference..?

    No, it...

  • RE: How to Schedule backup to remote machine in SQL server 2005?

    Hi,

    Make sure that the service account(Network service) has write permissions to the network drive.

    Check out this article which would be useful:

    http://support.microsoft.com/kb/207187

  • RE: How to Schedule backup to remote machine in SQL server 2005?

    manisha (2/20/2009)


    I am not able to take backup on remote disk as its giving me error as

    " Operating system error 5(Access is denied.)."

    Please give me solution

    Check your permissions. Make sure...

  • RE: Close a session

    Eswin (2/19/2009)


    Hi experts

    Can anyone please tell me the command to close a session after that particular process has finished executing.

    I am not talking about Kill process, i want...

  • RE: Huge Log File

    shri_sastry (2/19/2009)


    Hello All

    I ran the following command on my server(production)

    dbcc sqlperf(logspace)

    For one of the databases, here is what I got

    DatabaseName ...

  • RE: Disable sql 2005 backup schedule

    solution_developer (2/20/2009)


    i have a netbackup technology in place now thats doing the generally backup .

    pls help am running out of space and need to either reschedule it or disable the...

  • RE: Series of basic index and performance questions

    xgcmcbain (2/20/2009)


    as for reubilding indexes, sql server does not do this automatically at some point?

    Nope it does not you have to manually do it or create a job using ALTER...

  • RE: Series of basic index and performance questions

    MANU (2/20/2009)


    Gila,

    Why you said that "no index on leading field" for a primary key having two columns?

    TIA,

    MJ

    Because in SQL server, the first column is enforced by an index

  • RE: How Many DBAs

    Loner (2/20/2009)


    I used to work for companies that had more than 2 production databases and had no DBA. All SQL developers were 'DBA'.

    ahh ...developers would have been hammered with...

  • RE: Delete process

    David Kranes (2/20/2009)


    Steve, there are only 2 tables that are heavily deleted from and inserted into. those are the ones that would need any type of defragmenting on a...

  • RE: Stored Procedure Management

    noeld (2/20/2009)


    ... but if someone accidentally drops the database your code is gone.

    If anyone can "accidentally" DROP a database you have much bigger problems!!!!

    You can prevent "accidental" DROP DATABASE using:

    1....

Viewing 15 posts - 646 through 660 (of 860 total)