Viewing 15 posts - 6,106 through 6,120 (of 6,400 total)
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...
November 24, 2011 at 4:19 am
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...
November 24, 2011 at 4:15 am
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...
November 24, 2011 at 1:55 am
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))
November 24, 2011 at 1:25 am
7 points for that, amazing, have a good holiday all in the US
November 24, 2011 at 1:22 am
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...
November 23, 2011 at 9:36 am
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...
November 23, 2011 at 4:54 am
This is a quote from Richard Jones @ Quest
Hi Anthony, yes you do still get windows instances for free with SoSSE
November 23, 2011 at 4:19 am
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...
November 23, 2011 at 4:08 am
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...
November 23, 2011 at 3:49 am
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...
November 23, 2011 at 3:37 am
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
November 23, 2011 at 3:25 am
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...
November 23, 2011 at 3:19 am
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...
November 23, 2011 at 2:43 am
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...
November 23, 2011 at 2:12 am
Viewing 15 posts - 6,106 through 6,120 (of 6,400 total)