Viewing 15 posts - 17,761 through 17,775 (of 59,069 total)
bsadowsky (4/27/2016)
--Jeff Moden
Change is inevitable... Change for the better is not.
April 27, 2016 at 6:39 am
pietlinden (4/27/2016)
No wonder I'm so good at SSRS..."I'll take cryptic UI for 1000!"
😀
--Jeff Moden
Change is inevitable... Change for the better is not.
April 27, 2016 at 6:36 am
While you're at it, I recommend making the new end-date = '9999' (equals 9999-01-01 when inserted into a DATETIME column) so that you're queries aren't plagued by the use of...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 27, 2016 at 5:17 am
Heh... "DataElementOutput" property. They couldn't just call it "Headers". Gotta love it.
--Jeff Moden
Change is inevitable... Change for the better is not.
April 27, 2016 at 5:12 am
barsuk (4/27/2016)
you can use DIR PATH /S /OD
I'm pretty sure that will also list files that are currently open.
--Jeff Moden
Change is inevitable... Change for the better is not.
April 27, 2016 at 5:00 am
The fact that, unless you've tattooed the server settings, Anything + NULL = NULL makes this fairly easy.
SELECT ID,
STUFF(
...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 26, 2016 at 10:07 pm
From the Article:
We just want the database platform to work, wherever we run may run it.
If you add the words "quickly and properly" to that (and I'm sure that's...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 26, 2016 at 9:56 pm
Jeffery Williams (4/26/2016)
I print the variable PRINT cast(@ThisVariable as varchar(8000)) and it prints fine on screen. I update a table column value with it and it is shortened.
How are you...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 26, 2016 at 9:42 pm
Thanks for bringing this back up. I've always meant to ask what the OP meant by "garbled" and how many characters the limit seemed to be and what was...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 26, 2016 at 8:06 pm
patrickmcginnis59 10839 (4/26/2016)
Jeff Moden (4/26/2016)
Solomon Rutzky (4/25/2016)
--Jeff Moden
Change is inevitable... Change for the better is not.
April 26, 2016 at 5:59 pm
Rod at work (4/26/2016)
--Jeff Moden
Change is inevitable... Change for the better is not.
April 26, 2016 at 5:50 pm
YOUKHANIS.JAMES (4/26/2016)
SELECT [MachineName]
,[AssociatedApp]
,[App_ID]
,[SQLConnectionString]
...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 26, 2016 at 4:22 pm
Steve Jones - SSC Editor (4/26/2016)
The problem isn't with your machine. Probably in the chair in front...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 26, 2016 at 4:19 pm
Eric M Russell (4/26/2016)
--Jeff Moden
Change is inevitable... Change for the better is not.
April 26, 2016 at 4:13 pm
Thanks for the article, Raul. I especially like what I saw on the PerfMon chart in the "Results" section.
Not much to add because Kevin beat me too it. ...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 26, 2016 at 3:51 pm
Viewing 15 posts - 17,761 through 17,775 (of 59,069 total)