Viewing 15 posts - 691 through 705 (of 18,926 total)
kyle.doouss (12/2/2011)
Sorry that's all new to me. How do I know what I am running in?
SSMS= management studio... scripting window
GUI = graphical user interface, like the edit view GUI.
December 2, 2011 at 4:56 am
David Conn (12/1/2011)
worse part after the time it took was not knowing what I'd lost. The only upside is that it's a Data Warehouse and in percentage terms this...
December 1, 2011 at 6:03 pm
100% OFF the list is far more accurate for the majority of folks actually.
December 1, 2011 at 6:02 pm
Hey Joe, you could at least "correct" people with the correct queries.
t'was 1900-01-01 NOT 03
December 1, 2011 at 11:20 am
That'd be a last resort option. Usually you can remove that issue with better indexes, proper isolation levels and faster code.
Then if you want to be safer your option...
December 1, 2011 at 10:56 am
GSquared (12/1/2011)
December 1, 2011 at 9:18 am
Did you read the blog post?
It does about 100 different things, all better than whatever the MP is doing.
December 1, 2011 at 7:56 am
This is a way better method of going about this.
Ninja's_RGR'us (11/29/2011)
December 1, 2011 at 7:39 am
I've seen successful restores even if the dbs were live. that being said it's not the norm, hence you need to test.
December 1, 2011 at 7:08 am
Only 1 way to know... assuming you never tested the scenario.
December 1, 2011 at 6:58 am
Not too sure what you need to do...
this will pretty much never filter out anything.
select *
from
(
select '01-jan-1900' as DayBase
union select GETDATE() as DayBase
) a
where a.DayBase IS NOT NULL
December 1, 2011 at 6:56 am
Free ebook, "index seek" for the right chapter
Gail's fabulous articles
Wait stats tells you where your server(s) hurt!
/*
Cost threshold for parallelism (CXPACKET) http://sqlblog.com/blogs/jonathan_kehayias/archive/2010/01/19/tuning-cost-threshold-of-parallelism-from-the-plan-cache.aspx
Paul White: Understanding parallelism http://www.simple-talk.com/sql/learn-sql-server/understanding-and-using-parallelism-in-sql-server/
Microsoft White Paper on waits...
December 1, 2011 at 5:36 am
Viewing 15 posts - 691 through 705 (of 18,926 total)