Viewing 15 posts - 20,476 through 20,490 (of 59,072 total)
IIRC, the old "mode" command for DOS will do it for you. See the following.
EXEC master..xp_cmdshell 'mode con cols=255 && powershell.exe "Get-ChildItem D:\Databaze\paleontologie\prilohy\verejne\g -filter g417*.* -recurse | select Fullname...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 3, 2015 at 10:25 pm
Junglee_George (6/3/2015)
Please help me to rewrite the code in a meaning way.
It is now in a zig-zag way. Any help is appreciated.
select A.activitySqlId, A.activityIncId,
S.studyName as...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 3, 2015 at 10:12 pm
Alvin Ramard (6/3/2015)
ChrisM@home (6/3/2015)
GilaMonster (6/3/2015)
What, other than the NOLOCK hints, is the problem?
The OP is confused by the location of the ON clauses. Since there are only INNER joins, I...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 3, 2015 at 10:09 pm
ramana3327 (6/3/2015)
--Jeff Moden
Change is inevitable... Change for the better is not.
June 3, 2015 at 10:01 pm
rockstar283 (6/3/2015)
SELECT 'A' as Item, '1' as Version, 0 as Counter, '01-01-2011' as CreatedDate UNION ALL
SELECT 'A' as Item, '1.1' as Version, 1 as Counter, '01-02-2011'...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 3, 2015 at 9:57 pm
Getting back to it, you've got a good touch for writing. You should do it more often.
--Jeff Moden
Change is inevitable... Change for the better is not.
June 3, 2015 at 9:45 pm
David Burrows (6/3/2015)
Jeff Moden (6/3/2015)
If the PeriodNo is ever increasing, then yeah, I agree.
Thanks Jeff
Yes PeriodNo will always be increasing
I will go with Tom's suggestion 🙂
Just one more addition......
--Jeff Moden
Change is inevitable... Change for the better is not.
June 3, 2015 at 8:57 pm
Mickey Stuewe (6/2/2015)
I'm looking forward to you reading your article.Mickey
Heh... I've gotta ask... slip or something else, Mickey?
--Jeff Moden
Change is inevitable... Change for the better is not.
June 3, 2015 at 8:49 pm
Perry Whittle (6/3/2015)
--Jeff Moden
Change is inevitable... Change for the better is not.
June 3, 2015 at 8:43 pm
TomThomson (6/3/2015)
--Jeff Moden
Change is inevitable... Change for the better is not.
June 3, 2015 at 10:31 am
My favorite "prop" for a true introductory class is a yellow pages telephone book. It even has a kind of B-Tree index in it.
--Jeff Moden
Change is inevitable... Change for the better is not.
June 3, 2015 at 8:18 am
BL0B_EATER (6/3/2015)
--Jeff Moden
Change is inevitable... Change for the better is not.
June 3, 2015 at 8:13 am
Ok... just to kick in a bit here because it seems that we keep trying to redevelop the wheel for test data. What's wrong with the million row test...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 3, 2015 at 6:16 am
douglas.allison1 (6/2/2015)
--Jeff Moden
Change is inevitable... Change for the better is not.
June 3, 2015 at 6:10 am
The next question would be, do you understand how and why Lowell's solution works?
--Jeff Moden
Change is inevitable... Change for the better is not.
June 3, 2015 at 6:04 am
Viewing 15 posts - 20,476 through 20,490 (of 59,072 total)