Forum Replies Created

Viewing 15 posts - 2,731 through 2,745 (of 4,745 total)

  • RE: SQL 2008 Compressed Backups

    matt stockham (3/31/2010)


    fyi, compression is allowed in 2008R2 Standard Edition.

    which perhaps partly accounts for why it costs 25% more 🙂

    ---------------------------------------------------------------------

  • RE: Problem renaming database files

    The best way to rename a file is to offline the database, use alter database modify file to amend the file path in sys.master_files, physically rename the file to match,...

    ---------------------------------------------------------------------

  • RE: ghost msdb file

    does that file actually exist?

    is this message occuring on startup during the database recovery phase?

    ---------------------------------------------------------------------

  • RE: ghost msdb file

    as you say you are a new user........

    your system database files are not necessarily in the same location as your user databases.

    what does the query

    select type_desc, physical_name from master.sys.master_files...

    ---------------------------------------------------------------------

  • RE: Seeing SQL 2000 Agent Jobs w/ 2005 SQL Mgr

    then personally this is a non-problem I would not waste time trying to fix. I would provide EM to administer this instance.

    ---------------------------------------------------------------------

  • RE: Seeing SQL 2000 Agent Jobs w/ 2005 SQL Mgr

    kiran-597331 (3/31/2010)


    Yes, they are connecting remotely. and Enterprise manager is working fine but when they use SSMS trowing error.

    then I highly recommend you use SQL2000 tools to administer SQL2000 instances,...

    ---------------------------------------------------------------------

  • RE: Seeing SQL 2000 Agent Jobs w/ 2005 SQL Mgr

    are they connecting remotely and what version are the client tools if they are.

    does it work if they use enterprise manager rather than SSMS?

    ---------------------------------------------------------------------

  • RE: Are the posted questions getting worse?

    GSquared (3/31/2010)


    GilaMonster (3/30/2010)


    CirquedeSQLeil (3/30/2010)


    Those don't grate on me nearly as much as changing my name.

    i.e.

    Thanks Jase

    You're complaining?

    You know how many ways there are to misspell either a 4-letter name...

    ---------------------------------------------------------------------

  • RE: DATA BASE LOG SHIPPING AND MIRRORING

    Asking about SQL server internals in an interview seems over the top, I think the answer that one works at the transaction log backup level and the other at individual...

    ---------------------------------------------------------------------

  • RE: HELP - SQL WILL NOT START

    my pleasure.

    ---------------------------------------------------------------------

  • RE: Database restore commands

    Paul White NZ (3/30/2010)


    Define 'developer'...:-P

    people what code but can't restore databases! :-):-D;-)

    ---------------------------------------------------------------------

  • RE: How to give an access to the report server (http://localhost/reportserver/) for the new user

    you can do that either through the reports web page or via SSMS, its just a matter of adding them to the correct Role.

    ---------------------------------------------------------------------

  • RE: SSRS with DB Mirroring for Disaster Recovery

    when setting up RS on the failover server you should have done all the configuration steps exactly as on the primary server, including creating RS databases, did you do that?

    The...

    ---------------------------------------------------------------------

  • RE: How to remove / delete multiple logins

    Apologies Ron, reading my post back I realise it sounds a bit brusque, which I did not intend.

    I should have just said my code was SQL2005 compatible.

    ---------------------------------------------------------------------

  • RE: How to remove / delete multiple logins

    presuming this is SQL2005 the above will not work in SQL2005.

    As this is a one off exercise you can reverse engineer the SQL and run the results -- AFTER EDITING...

    ---------------------------------------------------------------------

Viewing 15 posts - 2,731 through 2,745 (of 4,745 total)