Viewing 15 posts - 9,901 through 9,915 (of 22,213 total)
Glad to hear it's fixed.
Just curious though, why not use a PowerShell type of step in SQL Agent for a PowerShell script?
April 1, 2013 at 4:12 am
It does depend on how your security is set up, but you can set a database to restricted_user. This will make it so that only logins with privileges as SA...
April 1, 2013 at 4:06 am
Lynn Pettis (3/31/2013)
Yes, I am sure about doing this, but I am both anxious and excited about going. It may not be the safest place but having talked to...
April 1, 2013 at 3:43 am
I so wish we had voting here. i just want to vote up Gail's answer & move on. Trace flags and and the system_health Extended Event session would be my...
March 29, 2013 at 6:53 am
If you want monitoring on both SQL Server and Oracle, your choices are limited. Quest software (Dell?) has a tool that can do both. Confio has two tools that each...
March 29, 2013 at 6:51 am
Not to mention that adding all those checks into a single transaction increases the time that transaction will run which increases the likelihood of blocking and deadlocks.
March 29, 2013 at 6:41 am
Without seeing the queries or the execution plan, everything that follows is just a vague guess.
If you're seeing scans, it means either that you don't have the right indexes in...
March 29, 2013 at 6:39 am
Steve Jones - SSC Editor (3/28/2013)
I know we don't keep people away, but treating them with respect, somewhat without regards to how snippy they may appear, is something...
March 28, 2013 at 7:06 pm
ScottPletcher (3/28/2013)
Grant Fritchey (3/28/2013)
ScottPletcher (3/28/2013)
For single row lookups, this is not really a performance hit.
But for table scans,...
March 28, 2013 at 8:59 am
ScottPletcher (3/28/2013)
For single row lookups, this is not really a performance hit.
But for table scans, even partial ones,...
March 28, 2013 at 7:55 am
Your choices are very limited at present. Until SSAS is included in the Azure stack and until they get the Azure VMs out of beta, your only choice is as...
March 28, 2013 at 5:04 am
A few other resources that might prove helpful. You can download the free e-book, Troubleshooting for the Accidental DBA[/url]. It covers a lot of what you're asking about. Also, take...
March 28, 2013 at 5:00 am
I worked with a design for several years that allowed for versioned data and queries that ran extremely fast. You just have to make sure that you index the tables...
March 28, 2013 at 4:57 am
kapil_kk (3/28/2013)
DBCC FREEPROCCACHEDBCC DROPCLEANBUFFER
run this.. it will help you
Define help. This will remove all data from the buffer and force a recompile of all queries. If the data load was...
March 28, 2013 at 4:52 am
If restarting the server clears up what's going on, I'm not sure that you're seeing memory problems. I'd suggest hitting the sys.dm_os_ring_buffers[/url] to determine if you're getting out of memory...
March 28, 2013 at 4:46 am
Viewing 15 posts - 9,901 through 9,915 (of 22,213 total)