Viewing 15 posts - 19,681 through 19,695 (of 59,072 total)
Welcome aboard!
--Jeff Moden
Change is inevitable... Change for the better is not.
September 2, 2015 at 8:28 am
mar.ko (9/2/2015)
When a sale is made, a column value is established with the Lead ID in the source data table.
I need to set...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 2, 2015 at 8:27 am
John Mitchell-245523 (9/2/2015)
CONVERT(varchar(17),MIN(a.orderdue),103)
This has the added advantage that it only has to do the conversion once (on the minimum date) instead...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 2, 2015 at 8:23 am
Alvin Ramard (9/1/2015)
EasyBoy (9/1/2015)
--Jeff Moden
Change is inevitable... Change for the better is not.
September 2, 2015 at 8:17 am
jasona.work (9/1/2015)
Jeff Moden (8/31/2015)
--Jeff Moden
Change is inevitable... Change for the better is not.
September 2, 2015 at 6:32 am
I agree with Lynn. Please post the entire error message exactly as it is returned. Also, have you actually verified that the objects exist by checking sys.objects?
--Jeff Moden
Change is inevitable... Change for the better is not.
September 1, 2015 at 5:39 pm
Steve Jones - SSC Editor (8/31/2015)
update table1
set x = y
from table 2
where table1.pk =...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 1, 2015 at 5:35 pm
SQLRNNR (9/1/2015)
Sean Lange (9/1/2015)
Sean Lange (9/1/2015)
Alvin Ramard (9/1/2015)
Sean Lange (9/1/2015)
Alvin Ramard (9/1/2015)
SQLRNNR (9/1/2015)
GilaMonster (9/1/2015)
Ed Wagner (9/1/2015)
ZZartin (9/1/2015)
Steve Jones - SSC Editor (9/1/2015)
Passwords: http://www.pcworld.com/article/2978316/security/tired-of-memorizing-passwords-a-turing-award-winner-came-up-with-this-algorithmic-trick.html
Now if only all websites used the same...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 1, 2015 at 4:45 pm
tnpich (9/1/2015)
I need to take the above output and put...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 1, 2015 at 1:02 pm
coolchaitu (9/1/2015)
To confirm that an index is unused, should the values for seeks,scans,lookups and updates be zero. That is, only if
seeks=0 and scans=0...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 1, 2015 at 8:30 am
The percentages are a bit funny. At this particular time, 8 of 8 of the respondents selected "Production Support/Admin" but the numbers are all handled as single votes so...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 31, 2015 at 5:45 pm
Steve Jones - SSC Editor (8/31/2015)
--Jeff Moden
Change is inevitable... Change for the better is not.
August 31, 2015 at 3:49 pm
JustRightOfCenter (8/31/2015)
@jeff Moden, I am a "developer" (21 years experience, 20.5 years SQL experience). No excuses here. I say if you are currently in this kind of situation...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 31, 2015 at 3:44 pm
KGJ-Dev (8/30/2015)
--Jeff Moden
Change is inevitable... Change for the better is not.
August 30, 2015 at 10:18 pm
Joy Smith San (8/30/2015)
Checking with database Engine Tuning Adviser as well.
Be very careful when using the DTA. It should be taken with a very small grain of salt. ...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 30, 2015 at 9:48 pm
Viewing 15 posts - 19,681 through 19,695 (of 59,072 total)