Forum Replies Created

Viewing 15 posts - 3,496 through 3,510 (of 4,745 total)

  • RE: What are jobs a DBA can create?

    A look in the options available in maintenance plans will give you a clue.

    Core jobs would be backups (full, transaction, perhaps differential)

    Integrity checks

    Index defragmentation (either rebuilds or reorganise but not...

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

  • RE: Money no object, what would be your ideal sql server production solution / environment???

    ta.bu.shi.da.yu (7/3/2009)


    Swirl80 (6/15/2009)


    so in an ideal world where your boss came in and said you can any sql server solution (including DR) you want, what would you go for? Load...

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

  • RE: The perfect database

    I think I would take this from the i/o perspective as that is the usual bottleneck , especially in an OLTP system where concurrency is paramount.

    I am not sure what...

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

  • RE: Money no object, what would be your ideal sql server production solution / environment???

    Swirl80 (6/17/2009)


    has anyone on here had any experience of SAN replication?

    what i'd like to have is 2 sites, each with its own load balanced (active/active) clustered environment and SAN...

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

  • RE: Is Microsoft Certification Becoming Worthless?

    exactly, they increase the chances of getting past the non-technical people who tend to do the initial screening. It ticks one of their boxes.

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

  • RE: Ulock read only database

    Niyala (7/2/2009)


    Hi,

    Thanks again. I was wondering if you could give me information or guidelines about how to failover. I have not witness. I have only the principal and the mirror....

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

  • RE: Ulock read only database

    sorry no. have you tried BOL - search on 'Setting Up Database Mirroring (Transact-SQL)'

    Otherwise it looks like there is a problem with the server name or port.

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

  • RE: Full Text partial matches

    have you tried the freetext function? that should return any word that contains the word 'red'

    select * from addressinfo

    where

    freetext(address1,N'red')

    Its not as precise as contains so you should compare results.

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

  • RE: Hyperbac

    cheers Lynn.

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

  • RE: Where can Service Pack release info???

    steve jones, editor of this site, maintains the best list I know of. Search for SQL Build List, that should find it.

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

  • RE: Is Microsoft Certification Becoming Worthless?

    A cert shows that at least you have been prepared to sit down and put some study time in, which is a good sign you take your career seriously.

    without the...

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

  • RE: Hyperbac

    thanks guys for the feedback. If I use hyperbac it would be mostly on SQL 2005 and even some 2000 (all standard edition).

    I will of course test this but as...

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

  • RE: Virtual server for Monitoring Log shipping

    AlexSQLForums (7/1/2009)


    rambilla4 (7/1/2009)


    Is it legal to use developer edition of sql server 2005 for monitoring purpose in production environment?

    yes, because its not supporting a production application itself.

    Can you point me...

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

  • RE: Ulock read only database

    else, set up just one via the GUI and then use the script option on the mirroring tab of properties to create the base script for you.

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

  • RE: Ulock read only database

    I think you are missing the grant connect statement to the endpoints.

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

Viewing 15 posts - 3,496 through 3,510 (of 4,745 total)