Viewing 15 posts - 241 through 255 (of 965 total)
Editing your post to delete the question and leave "Fixed" in its place removes the ability for this thread to be searchable by someone else having a similar issue in...
December 9, 2009 at 7:28 am
How is SQL Server configured to use memory? What is the max/min server memory set at? Is the service account using Lock Pages in Memory? What is...
December 9, 2009 at 7:25 am
There are a couple of things you could look at. If the bottleneck is not PFS contention and is instead a diskio problem, sys.dm_io_virtual_file_stats() would be a good thing...
December 9, 2009 at 7:02 am
I'd personally go the route that Elliot first proposed and use SQL Agent with CmdExec tasks and then use sp_start_job in a certificate signed wrapper stored procedure. Using the...
December 9, 2009 at 6:59 am
The first thing would be to validate that your hardware supports SCSI-3 persistent reservations commands which are required for clustering Windows 2008.
December 8, 2009 at 9:11 am
Geoff Hiten explained how to do this on a MSDN Post:
You can do this, it just takes a bit of downtime.
Here are the steps:
Begin by provisioning the new LUNs and...
December 8, 2009 at 8:30 am
With a cluster, I am with Jason on this one. You should be using the Cluster Administrator to handle the stop and start. How often do these maintenance...
December 8, 2009 at 7:34 am
To figure out how the UI gets the information, start a trace against the server, restrict it to your login name with a filter, and make sure that the SQL:Batch...
December 8, 2009 at 7:29 am
Paul Randal has blogged about the 1 file per cpu with tempdb in the past. You can read his thoughts on this at:
December 8, 2009 at 7:14 am
This sounds like a process issue to me. When the data gets inserted where is it coming from? An Application, a Adhoc user request, a bulk upload from...
December 3, 2009 at 12:39 pm
Rather than do this in a trigger, I'd probably go the route of using a OUTPUT clause to get the inserted information and the pop the necessary information into a...
December 3, 2009 at 10:12 am
Grant Fritchey (12/3/2009)
A threshold of 5 is extremely low, especially for an OLTP system. I'd suggest bumping it up to a higher number. I use 25 as a starting point...
December 3, 2009 at 8:48 am
GilaMonster (12/3/2009)
Kwisatz78 (12/3/2009)
December 3, 2009 at 8:44 am
My only problem with this is the TRUSTWORTHY ON part. There are so many other ramifications associated with that beyond just allowing your External_Access CLR procedure to execute. ...
December 2, 2009 at 1:27 pm
Jack Corbett (11/24/2009)
Great Jonathan. That's the blog post I've been working on for a couple weeks as I figure it all out:-D
That's the first article I just sumbitted to SSC...
November 24, 2009 at 7:01 pm
Viewing 15 posts - 241 through 255 (of 965 total)