Viewing 15 posts - 211 through 225 (of 18,926 total)
Revenant (1/4/2012)
Dev (1/4/2012)
Revenant (1/4/2012)
January 4, 2012 at 9:20 am
GilaMonster (1/4/2012)
Ninja's_RGR'us (1/4/2012)
Great, so you'll be done by friday 4PM?L8rs :hehe:
Should be easily possible. Friday 28th December 2012, 4pm PST.
By mayan's calendar! yes the incomplete one we're all hearing...
January 4, 2012 at 9:09 am
Kiara (1/4/2012)
Ninja's_RGR'us (1/4/2012)
Great, so you'll be done by friday 4PM?L8rs :hehe:
Absolutely.
(Done with something, at least...) :w00t:
Awesome, c u tomorrow 🙂
January 4, 2012 at 9:07 am
Great, so you'll be done by friday 4PM?
L8rs :hehe:
January 4, 2012 at 9:00 am
Close enough. I generally don't like hints but this one is fine.
January 4, 2012 at 8:34 am
Ugly, but close enough to what you need.
There are better table spaces scripts but I don't have the links right now.
SET STATISTICS IO, TIME OFF
SET NOCOUNT ON
SET IMPLICIT_TRANSACTIONS ON
GO
USE [master]
GO
IF...
January 4, 2012 at 8:32 am
I've done it to save default parameters (for each user).
I've done it to mark rows as processed or ignored or printed.
That's about as far as I'm willing to go. ...
January 4, 2012 at 8:15 am
Nothing weird in there.
It's just long to process that much data.
January 4, 2012 at 8:12 am
Kiara (1/4/2012)
Brandie Tarvin (1/3/2012)
How is your first week of 2012 shaping up work wise? Are you in firefighting...
January 4, 2012 at 8:05 am
Of course.
What does this return?
/*
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 http://download.microsoft.com/download/4/7/a/47a548b9-249e-484c-abd7-29f31282b04d/Performance_Tuning_Waits_Queues.doc
Next query by Paul Randal http://www.sqlskills.com/BLOGS/PAUL/post/Wait-statistics-or-please-tell-me-where-it-hurts.aspx
*/
WITH Waits AS
(SELECT
...
January 4, 2012 at 8:03 am
derekr 43208 (1/4/2012)
Ninja's_RGR'us (1/4/2012)
I have a few jobs that save data to a perm table, then the last step of the job (no error exit...
January 4, 2012 at 8:01 am
Depends on what you call complete.
I have a few jobs that save data to a perm table, then the last step of the job (no error exit path), you can...
January 4, 2012 at 7:57 am
GilaMonster (1/4/2012)
erikpoker (1/4/2012)
Yes i know its not the "vanilla" way to go. But unfortunalty i am left with no other option as far as i can see... 🙁
It's far more...
January 4, 2012 at 7:51 am
Stefan Krzywicki (1/4/2012)
Brandie Tarvin (1/4/2012)
Ninja's_RGR'us (1/4/2012)
Just got this ad on linked in!Become an Oracle DBA in 24 Hours... call or mail <SNIP>
Not sure if this link will work for y'all.
Wow....
January 4, 2012 at 7:35 am
Ultimately it comes down to you need to trust the guy(s) who do that job.
Doesn't matter how much security you put in place, anyone with SA access can go around...
January 4, 2012 at 7:34 am
Viewing 15 posts - 211 through 225 (of 18,926 total)