Viewing 15 posts - 2,776 through 2,790 (of 7,164 total)
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...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
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...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
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...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
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?
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
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...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
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...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
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...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
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...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
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...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
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...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
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...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
November 15, 2012 at 6:37 am
marc.snoeys (11/14/2012)
But a query on this view does not show this...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
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?
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
November 14, 2012 at 4:40 pm
I see this a lot in multi-user environments. Chances are good that you and your colleagues are not running the exact same build number of SSIS, i.e. same SQL Server...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
November 14, 2012 at 1:25 am
carsten.kunz 37074 (11/13/2012)
opc.three (11/13/2012)
carsten.kunz 37074 (11/13/2012)
For the SQL Server I also usually set max degree of parallelism to 1, under advanced server settings.Why do you do such a thing?
I have...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
November 14, 2012 at 12:05 am
Viewing 15 posts - 2,776 through 2,790 (of 7,164 total)