Viewing 15 posts - 316 through 330 (of 1,246 total)
May 2, 2018 at 2:19 pm
May 2, 2018 at 11:40 am
Here's an option that should work fairly well. SET QUOTED_IDENTIFIER ON;
GO
SET ANSI_NULLS ON;
GO
CREATE FUNCTION dbo.tfn_ProperCase
/* ===================================================================
05/02/2018 JL, Created:
This function...
May 2, 2018 at 10:37 am
Jeff Moden - Wednesday, May 2, 2018 7:44 AMAye. Nicely done, Jason.
Thank you for the kind words Jeff.
I did, however, just notice...
May 2, 2018 at 8:40 am
Here is an example of a dynamic cross tab (similar to what's described in Jeff's 2nd link)IF OBJECT_ID('tempdb..#TestData', 'U') IS NULL
BEGIN -- DROP TABLE #TestData;
CREATE TABLE #TestData (
SRV...
May 1, 2018 at 10:37 pm
sgmunson - Tuesday, May 1, 2018 2:12 PMAncient Greek & Roman building architecture
Parthenon
May 1, 2018 at 2:52 pm
April 30, 2018 at 12:32 pm
April 30, 2018 at 10:49 am
April 27, 2018 at 5:05 pm
April 27, 2018 at 2:18 pm
April 27, 2018 at 1:40 pm
April 27, 2018 at 11:14 am
April 27, 2018 at 8:58 am
April 26, 2018 at 8:24 am
ManicStar - Thursday, April 26, 2018 7:35 AMPlanets
Intergalactic
April 26, 2018 at 7:47 am
Viewing 15 posts - 316 through 330 (of 1,246 total)