Viewing 15 posts - 19,351 through 19,365 (of 59,072 total)
Welsh Corgi (10/23/2015)
Lynn Pettis (10/23/2015)
SELECT
DATEPART(yyyy,tc.Call_Date) AS ArchiverYear
FROM
dbo.tblCall tc
INNER JOIN PrismDataArchive.dbo.ArchiveDriver AS Arch
...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 25, 2015 at 11:12 am
Jayanth_Kurup (10/25/2015)
I just imagine that somewhere there is a dot net guy on a forum...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 25, 2015 at 10:31 am
I agree. Since most spam posts are by new users, it would be good to also make the new user signup have an email verification process where they must...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 25, 2015 at 9:43 am
Jayanth_Kurup (10/25/2015)
Just because you CAN do something in T-SQL, doesn't mean you MUST.
Thanks for the link to the video and your explanation.
As to your comment above, my point is that...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 25, 2015 at 9:39 am
Ratheesh.K.Nair (10/25/2015)
We are observing very strange scenario in which some relationships are getting removed from tables. We havent deleted any tables? Can anyone help me understand or any...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 25, 2015 at 9:18 am
celticpiping (10/25/2015)
well, I suppose then, if SQL rules dictate that it could NOT
have deleted everything, then I MUST have selected the top line.
But I think when I'm back...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 25, 2015 at 9:08 am
Jayanth_Kurup (10/25/2015)
Jeff Moden (10/24/2015)
I'll never understand why anyone considers dynamic SQL to not be an elegant solution when it's so bloody effective (and safe) when done correctly.
I once fixed a...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 25, 2015 at 8:58 am
My recommendation is to keep just about anything that even smells like a DW on a totally separate server. Yes, it takes a bit of effort to move the...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 25, 2015 at 8:15 am
Kim Crosser (10/24/2015)
However, if this "IsActive" column...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 24, 2015 at 9:29 pm
dmbaker (10/23/2015)
Thanks for the article...5 stars (especially since you didn't say "performant" anywhere) 😀
Thanks for the feedback and the stars. I appreciate it.
I'm curious as to why the slang/lingo...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 24, 2015 at 8:42 pm
SQLUSERMAN (10/24/2015)
Thanks for replying. Suppose the user provides the following data in the web app and clicks the Submit button
@Price = 1350.00
@CustomerRating = 5
@priceWeight = 1
@ratingWeight = 5
Since the...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 24, 2015 at 8:33 pm
Luis Cazares (10/24/2015)
Jeff Moden (10/24/2015)
--Jeff Moden
Change is inevitable... Change for the better is not.
October 24, 2015 at 8:24 pm
Ah... those aren't "Hot Jobs". Those are just some of the "high paying" jobs. I don't have time to resurrect the links I've recently come across but I've...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 24, 2015 at 7:53 pm
jorge_gomes98 (10/24/2015)
can you tell me yf this works when you put this code into ASP page and run from remote location?
This is exactly what i need to run a SSIS...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 24, 2015 at 7:32 pm
ChrisM@Work (10/19/2015)
DECLARE @StartTime DATETIMEDECLARE @Item VARCHAR(20) = ''
SET @StartTime = GETDATE()
SELECT @Item = @Item + ','+d2.Item
FROM dbo.DelimitedSplit8K_LEAD ('Param1=3;param2=4;param4=testval;param6=11',';') d1
CROSS APPLY dbo.DelimitedSplit8K_LEAD (d1.Item, '=') d2
WHERE d2.ItemNumber = 2
ORDER BY...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 24, 2015 at 7:13 pm
Viewing 15 posts - 19,351 through 19,365 (of 59,072 total)