Viewing 15 posts - 1 through 15 (of 57 total)
I agree with a couple of folks above that SQL Sentry is a good 3rd party tool. It's proven itself in our large scale environment. It's monitoring is very reliable...
April 9, 2010 at 11:47 pm
All queries failed due to missing Owner/Schema.
Example:
Invalid... "FROM HumanResources.Employee"
Valid... "FROM HumanResources..Employee"
Valid... "FROM HumanResources.dbo.Employee"
Please review this and award points...
May 21, 2009 at 5:56 am
The Suicide Hotline was busy, what's a maniac to do! I didn't get my point back, so I am suffering depression. I'll try slicing my wrists this time, maybe that'll...
June 24, 2008 at 9:18 pm
smunson (6/23/2008)
June 23, 2008 at 9:27 am
You forgot one...
___ Donate to starving DBA.
😀
June 23, 2008 at 7:37 am
I also chose the correct answer #2. Please give us our points back:angry::angry::angry:
June 23, 2008 at 6:05 am
On this website you have to guess is "sp_decribe_cursor" a typo or a trick question? Just so happens it's a typo.
Hopefully, everybody gets points.
June 18, 2008 at 10:33 am
I live on the Darkside of "Alpha Centauri C". What is daylight?
March 9, 2007 at 7:12 am
I understand the True, False, Unknown of Null evaluations. However, It's not UNKOWN to me.
March 1, 2007 at 5:16 pm
Jeff,
If the where clause is only true when the expression is true, then it's FALSE.
If NULL = NULL
Print 'True'
Else
Print 'False'
March 1, 2007 at 12:07 pm
How can that question be answered the way it is stated? I've known how NULLS work for ever and still got it wrong. I'm 100% confident in how NULLS work....
March 1, 2007 at 7:51 am
I agree with Brian, "kind of".
I think the best solution for this query is...
create index ix_cover on products (productid) include (cost, product, productdescription)
Explanation:
productid...
February 20, 2007 at 11:12 am
Category "T-SQL"? Maybe we should ask, what's the binary equivalent of the answer?
February 13, 2007 at 7:26 am
I'm coming in as a "Fourth Place" complainer. The question and answer are obviously wrong. I believe the question was intended to reference a value of '0'.
Please research this and...
January 15, 2007 at 7:48 am
Viewing 15 posts - 1 through 15 (of 57 total)