Viewing 15 posts - 5,881 through 5,895 (of 10,144 total)
GSquared (8/16/2012)
ChrisM@Work (8/16/2012)
Not sure of the name though. Symba is a bit silly, it’s a misspelling...
August 16, 2012 at 9:33 am
pwalter83 (8/16/2012)
ChrisM@Work (8/16/2012)
WHERE MB.CREATE_DT > = DATEADD(HOUR,-14,GETDATE()-1) -- similar to DATEADD(D, 0, DATEDIFF(D, 1, GETDATE()))
WHERE MB.CREATE_DT > = DATEADD(HOUR,0,GETDATE()-1) -- similar to getdate()...
August 16, 2012 at 9:23 am
Hi folks, this evening I’m collecting Symba from here: http://www.tvaw.org.uk/Adoption.htm. We’ve met already, he’s awesome.
Not sure of the name though. Symba is a bit silly, it’s a misspelling of the...
August 16, 2012 at 9:13 am
Earlier this year I had an interview for a gig right next to Swindon station, a dream forty-minute commute compared with the two hours each way I’d been on for...
August 16, 2012 at 8:45 am
Paul, have you tried these two yet?
WHERE MB.CREATE_DT > = DATEADD(HOUR,-14,GETDATE()-1) -- similar to DATEADD(D, 0, DATEDIFF(D, 1, GETDATE()))
WHERE MB.CREATE_DT > = DATEADD(HOUR,0,GETDATE()-1) -- similar to getdate() - 1
It's...
August 16, 2012 at 8:24 am
GilaMonster (8/16/2012)
ChrisM@Work (8/16/2012)
but for a CI, there is so much activity associated with a value change that I'm surprised there's no check.
I suspect it's because of the level and point...
August 16, 2012 at 8:06 am
Abu Dina (8/16/2012)
Sorry
select cleanstring from dbo.isfn_QBRemoveNonAlphaChars('Abu???////Dina')Gives back AbuDina so no spaces insrted. 🙁
Here's something I knocked up over lunch, shouldn't take long to swap the tally table for Jeff's:
SELECT...
August 16, 2012 at 8:01 am
pwalter83 (8/16/2012)
ChrisM@Work (8/16/2012)
pwalter83 (8/16/2012)
The query I am working on runs very slow due to a piece of code -
CREATE_DT > = DATEADD(D, 0, DATEDIFF(D, 0, GETDATE())) -1
Could someone please...
August 16, 2012 at 7:37 am
GilaMonster (8/16/2012)
August 16, 2012 at 7:15 am
Phil Parkin (8/16/2012)
I'd like to nominate this as a candidate for the 'esoteric thread of 2012' award 🙂
+1
The proofs are educational - but sooner or later someone's conclusions will be...
August 16, 2012 at 6:50 am
asranantha (8/16/2012)
1)a ssrs reports has multiple parameters the reports works fine when opened from visual studio but,fails when all parameters values are selected on a broweser,what could be the reason?
August 16, 2012 at 6:28 am
Something like this:
SELECT
Company,
AVG_MatchedToSent = AVG(DATEDIFF(hour,Matched_Date, Sent_Date))
FROM YourTable
GROUP BY Company
August 16, 2012 at 6:25 am
pwalter83 (8/16/2012)
The query I am working on runs very slow due to a piece of code -
CREATE_DT > = DATEADD(D, 0, DATEDIFF(D, 0, GETDATE())) -1
Could someone please suggest an...
August 16, 2012 at 6:20 am
asranantha (8/16/2012)
hi friends i have a small doubt in sql plz tell me how to solve this task
Hi
You've posted four or five similar questions and as Gail has already pointed...
August 16, 2012 at 5:46 am
Hi Don, I can't help with the SSRS issue - however, if you were to choose to do the aggregation and calculations in a query, then I could certainly help...
August 16, 2012 at 5:27 am
Viewing 15 posts - 5,881 through 5,895 (of 10,144 total)