Viewing 15 posts - 2,776 through 2,790 (of 7,168 total)
You'll have to test because as usual, it will depend on your workload and data. Here is a great place to start:
November 16, 2012 at 1:31 pm
dwain.c (11/15/2012)
opc.three (11/15/2012)
November 16, 2012 at 7:42 am
According to Kalen Delaney (buy her book) you can safely disable these services on Server 2003 running SQL 2008:
Alerter, ClipBook, Computer Browser, Messenger, Network Dynamic Data Exchange (DDE), Task Scheduler
I...
November 15, 2012 at 10:21 pm
Linked Servers are useful for server-to-server communication but if you're just needing to communicate from one database to another on the same instance then Linked Servers would not be a...
November 15, 2012 at 10:10 pm
bugg (11/15/2012)
Luis Cazares (11/15/2012)
You could check the Stairway for Database Design, it can give you an introduction to...
November 15, 2012 at 10:01 pm
CozyRoc (11/15/2012)
Check here for sample code.
The site says under Requirements:
Depends on CozyRoc Script Task Plus component for implementing parameters user interface.
Is CozyRoc Script Task Plus something that must be purchased?
November 15, 2012 at 9:54 pm
RTO > Recovery Time Objective: the duration of time and a service level within which a business process must be restored after a disaster (or disruption) in order to avoid...
November 15, 2012 at 4:10 pm
You skipped Step 1. Please define your RTO and RPO, then you can start to evaluate your options. If your RPO is 24 hours then Simple Recovery Model with nightly...
November 15, 2012 at 12:31 pm
kwyman (11/15/2012)
The current code I have is :
string website = "http://www.findafosters.com/formbuilder/export_entries.php?id=9&type=csv"; //or...
November 15, 2012 at 12:19 pm
Just curious, is this another design where the UUIDs are generated in the app tier within disconnected memory-resident objects and then committed to the database when the user likes what...
November 15, 2012 at 10:38 am
eugene.pipko (11/15/2012)
For instance you have a scheduled job that runs at 6PM daily. You have an automated email every morning reporting success/failure.
Then...
November 15, 2012 at 9:11 am
Huh? If one job executed twice then asking "which one executed last" does not make a lot of sense since it is the same job that executed both times.
For detailed...
November 15, 2012 at 6:44 am
OK, have to keep going 🙂
It would be convenient to know whether these drops were caused by internal or external memory pressure, but it could be a combination.
External - Do...
November 15, 2012 at 6:37 am
marc.snoeys (11/14/2012)
But a query on this view does not show this...
November 14, 2012 at 5:23 pm
Thanks for the detailed write-up! Are you confirming that the reduction in reads due to adding a new covering index has curbed the PLE drops?
November 14, 2012 at 4:40 pm
Viewing 15 posts - 2,776 through 2,790 (of 7,168 total)