Forum Replies Created

Viewing 15 posts - 40,996 through 41,010 (of 49,571 total)

  • RE: Interview questions on SQL Server 2005.

    swmsan (2/18/2009)


    I do backup restore 10 times a day...still I was not able to answer such questions...

    Errr, those are pretty trivial questions. If you don't know the answers, how well...

  • RE: dbcc checkdb takes up all my buffer cache

    With 16 GB, you can probably safely increase the max memories to total 14.

  • RE: Are the posted questions getting worse?

    Steve, one query about Active Threads. Some article discussion threads appear in that and some don't. Is that intentional?

  • RE: Data Files and Log Files

    Best thing would be to have each log on a separate physical drive and, if possible each data file on a separate physical drive

    RAID or single disks?

  • RE: Are the posted questions getting worse?

    Roy Ernest (2/18/2009)


    That is if I use the "Less than" and "Greater Than" symbol to denote Server Name or Table Name to be replaced with your own, that part...

  • RE: Are the posted questions getting worse?

    Steve Jones - Editor (2/18/2009)


    What features would really help you "high posters" here at SSC? Changes to the forums? the site?

    Can you ask for one small change please. Remove the...

  • RE: Cant login to SQL Server 2005

    Grant Fritchey (2/18/2009)


    Ramesh (2/18/2009)


    By default, users on Windows Vista that are members of the Windows Administrators group are not automatically granted permission to connect to SQL Server, and they are...

  • RE: Cant login to SQL Server 2005

    Ramesh (2/18/2009)


    Using "sa" Login

    Using Administrator login

    Or you can just run the SQLProv.exe tool that's provided with SP2 to set the desired administrative logins for you.

    Do a file search to find...

  • RE: Deadlocks on update

    Post the execution plan please (saved as a .sqlplan file, zipped and attached)

  • RE: Moving User Databases

    winston Smith (2/18/2009)


    Msg 5120, Level 16, State 101, Line 2

    Unable to open the physical file "C:\DatabaseRestoreTest\Files_location\test_DB_temp.mdf". Operating system error 5: "5(failed to retrieve text for this error. Reason: 15105)".

    Google tells...

  • RE: SQL 2008 Restore Never Completes

    Were there any messages in the error log concerning the restore?

  • RE: Corrupted log file - SQL Server 2005 Express

    lior (2/18/2009)


    When I run a backup from Management Studio everything go smooth.

    The error message apears only when the application that is using the database tries to execute a backup.

    So what's...

  • RE: Restore error from bak file

    prakash414 (2/18/2009)


    i am getting error after when i am executing this script

    I saw that. I'm asking what the sql statement looks like before it's executed. Use PRINT to see the...

  • RE: Interview questions on SQL Server 2005.

    swmsan (2/17/2009)


    Can anyone send me some interview questions pls.

    Different companies will ask different questions. Memorising sample questions is unlikely to help.

    Advice:

    Relax

    Don't exaggerate your abilities.

    If you don't know...

  • RE: Moving User Databases

    Are you aware that ALTER DATABASE .. MODIFY FILE does not actually move the files? It just changes the metadata for the database saying where the files are. Once...

Viewing 15 posts - 40,996 through 41,010 (of 49,571 total)