Forum Replies Created

Viewing 15 posts - 6,106 through 6,120 (of 6,400 total)

  • RE: Automatic Emails from a query -Unique records only

    is the insert of the order done by a stored proc?

    you could amend the logic in the proc so that if the parameters meet the criteria then send a mail

    if...

  • RE: 70-432 Certified Independent Consultants

    in my professional opinion, in all the interviews which i have conducted to hire junior and senior DBA's in the companies I have worked in, we have always found that...

  • RE: which High Avaiblity Option is better?

    if your production server can take the load of production OLTP traffic and reporting traffic, you could look at database snapshots

    otherwise I would say your looking at either logshipping or...

  • RE: ROUND / TRUNCATE WITH REMOVAL OF ZEROS

    take a look at cast and convert functions, they can manipulate the data into a decimal value with what ever precision you give it.

    EG

    PRINT CONVERT(DECIMAL(10,2),ROUND(12.3456789, 4, 0))

  • RE: Thanksgiving

    7 points for that, amazing, have a good holiday all in the US

  • RE: Hi , How to check how many servers are there and information at a time in one command

    think what you are looking for is a central management server, will require all the "100" servers being registered under the CMS but you can execute a query against the...

  • RE: Best 3rd party management tools?

    take a look at the custom counters part of spotlight this is a powerful part of the app as it allows you to write your own metrics

    if your clued up...

  • RE: Best 3rd party management tools?

    This is a quote from Richard Jones @ Quest

    Hi Anthony, yes you do still get windows instances for free with SoSSE

  • RE: Best 3rd party management tools?

    Idera is more expensive than Quest

    Idera pricing per server for Diagnostic Manager for SQL (20% maintenance charge each year after)

    Lic & 1 Yr Maintenance - £1620

    Lic & 2 Yr Maintenance...

  • RE: How to Bring Online a Warm Standby Server

    you may want to look at renaming a SQL server as well (will try and find a link somewhere) as this is part of our recovery but may not be...

  • RE: Refresh of database

    to close existing connections you can set the database to single user which will close all connections to that db but leave the connection issuing the command in the db.

    alter...

  • RE: Refresh of database

    your best asking the person doing the handover what they mean by refresh, once you know it might be obvious, if not we are here to help

  • RE: Refresh of database

    can i ask why you would want to do that.

    surely that means that the database is not production as you would never want to go back to a point in...

  • RE: Refresh of database

    in terms of?

    what we call a refresh in our organisation is a copy of the live database, being placed onto the DEV/UAT/SYSTEST environment so that development have a like for...

  • RE: Restricting external/remote access

    by external / remote do you mean from outside of your organisation or nothing can use SQL apart from anything which runs on the SQL host?

    e.g block all WAN traffic...

Viewing 15 posts - 6,106 through 6,120 (of 6,400 total)