Viewing 15 posts - 6,211 through 6,225 (of 26,490 total)
patrickmcginnis59 10839 (7/28/2014)
Sean Lange (7/28/2014)
patrickmcginnis59 10839 (7/28/2014)
I'm looking at the replies in this very post. Diarrhea? Yes, probably "good natured fun" as probably seen by the threadizens, but from the...
July 28, 2014 at 9:40 am
Phil Parkin (7/28/2014)
Do an INSERT to your identities table such that it generates all of the idents you need in one hit.
Then...
July 28, 2014 at 7:52 am
patrickmcginnis59 10839 (7/28/2014)
Sean Lange (7/28/2014)
patrickmcginnis59 10839 (7/28/2014)
Koen Verbeeck (7/28/2014)
patrickmcginnis59 10839 (7/28/2014)
Ed Wagner (7/28/2014)
SQLRNNR (7/27/2014)
Jeff Moden (7/26/2014)
SQLRNNR (7/26/2014)
But the BS around rep just sucks.
That might be where the word "Overflow" comes...
July 28, 2014 at 7:48 am
bantrim (7/28/2014)
Koen Verbeeck (7/28/2014)
bantrim (7/28/2014)
Lynn Pettis (7/28/2014)
bantrim (7/28/2014)
July 28, 2014 at 7:40 am
dorisdelaney (7/28/2014)
July 28, 2014 at 7:24 am
Shanmuga Raj (7/28/2014)
In My derived column I want expression for getting yyyymm ( where mm is mm-1)Expression in Derived Column
(DT_STR,4,1252)DATEPART("yyyy",GETDATE()) + RIGHT("0" + (DT_STR,2,1252)DATEPART("mm",GETDATE()),2)
Result : 201407
Expected Result : 201406
Try this:
(DT_STR,4,1252)DATEPART("yyyy",DATEADD("Month",-1,GETDATE()))...
July 28, 2014 at 7:11 am
bantrim (7/28/2014)
July 28, 2014 at 7:01 am
Sindhu Ravi (7/28/2014)
declare @date datetime
select @date=MAX(date) from #mytable where...
July 28, 2014 at 6:36 am
First, please pay attention to how I setup the test data. This is something you should do for us. I found it easier for this solution to use...
July 27, 2014 at 4:23 pm
jonathan_blac15 (7/27/2014)
I'm hoping someone can help as I'm clueless 🙂
I'm looking for some TSQL script that filters the method field by A, except for the latest date which I...
July 27, 2014 at 3:00 pm
Here is the code I run on our systems to look at performance. Also use it for identifying blocking as that happens more often. Couldn't air gap it...
July 27, 2014 at 6:51 am
Welsh Corgi (7/27/2014)
It is the only active process hat is active.
I do not know...
July 27, 2014 at 5:55 am
I'm going to say it depends. When first starting to work with one, almost necessary to get a feel for the recruiter and the company. Sometimes this is...
July 26, 2014 at 10:27 am
Eirikur Eiriksson (7/26/2014)
...
I've seen some utterly horrid .NET (and almost anything else also) answers, the problem is exactly what you said earlier, most of the time one cannot down-vote the...
July 26, 2014 at 7:48 am
Also, it would help to know what indexes are defined on the tables.
July 25, 2014 at 10:10 am
Viewing 15 posts - 6,211 through 6,225 (of 26,490 total)