Viewing 15 posts - 256 through 270 (of 281 total)
Use Service Broker whenever you need asynchronous processing. See http://technet.microsoft.com/en-us/library/ms345113.aspx for examples.
September 18, 2008 at 3:23 am
It is a good practice to have a clustered key for each table. Kimberly Tripp offers all the explanations you need on her blog on sqlskills.com.
September 18, 2008 at 3:03 am
See http://sqlskills.com/blogs/kimberly/2005/06/25/8StepsToBetterTransactionLogThroughput.aspx
Step 8 may help you...check the log file fragmentation.
September 16, 2008 at 2:52 am
Grant, that's true, things can easily go "crazy" in this situation...SQL 2005 is great, however this does not extempt anybody from carefully planning ahead...
September 12, 2008 at 12:56 pm
However even if the applications share a SQL 2005 database you can still obtain some separation by placing the tables that are not common in different schemas.
September 12, 2008 at 12:25 pm
For SQL 2005:
Go to SQL Server Agent, find the job corresponding to your maintenance plan, right click the job, choose "Properties" and go to the "Notifications" tab. Here you can...
September 12, 2008 at 11:35 am
Happy birthday, Steve...
I'll be 41 in a few weeks. I'm not feeling old - not yet :).
That’s what I want for my birthday:
- good news for my business - ...
September 12, 2008 at 4:45 am
Indeed I/O can be a problem, even if everithing is captued, see also
September 11, 2008 at 3:43 pm
I agree with Christian & Ric Sierra - great question, but the option to choose depends on other circumstances (i.e. indexes, isolation level, how much performance you need.....)
September 4, 2008 at 2:20 pm
September 4, 2008 at 12:23 pm
September 4, 2008 at 12:07 pm
What about gathering the client info in text files and afterward importing the data in SQL Server?
September 4, 2008 at 12:04 pm
Viewing 15 posts - 256 through 270 (of 281 total)