Viewing 15 posts - 5,716 through 5,730 (of 13,877 total)
April 13, 2017 at 1:53 pm
April 13, 2017 at 1:39 pm
You sore about not being in the Top 100, Des? 🙂
Notice how the column is titled 'Score', rather than 'Posts'. There is more going on here than just posts.
April 13, 2017 at 1:00 pm
There is also stuff like this
DTS:CreationDate="2/17/2016 10:19:04 AM"
DTS:CreatorComputerName="Brad"
DTS:CreatorName="Wile E Coyote"
Which I'm not sure can be modified through the GUI, though...
April 13, 2017 at 10:50 am
If you have the infamous DelimitedSplit8k stashed somewhere, it becomes trivial
DECLARE @FilePath VARCHAR(500) = '\\FileServer\\FileShare\\Directory\Sub Directory\My File Name.pdf';
SELECT TOP 1
FileName = split.Item
FROM dbo.udfDelimitedSplit8K(@FilePath,...
April 13, 2017 at 10:45 am
April 13, 2017 at 10:26 am
Seems to work OK for me in 2016.
April 12, 2017 at 11:05 am
That clears things up a lot, thanks. But I do not know the answer.
April 12, 2017 at 7:41 am
I know I'm probably...
April 11, 2017 at 2:04 pm
Pasting in a ton of code with no text description of why really isn't helpful.
April 11, 2017 at 1:11 pm
@Patrick123 - Tuesday, April 11, 2017 12:43 PMHi,
Can we delete data from parent table (1 year data) and child tables(6 months data)??
This not...
April 11, 2017 at 12:48 pm
Hi all - thanks in advance for any suggestions, they are appreciated.
I have a need to...
April 11, 2017 at 11:59 am
Does anybody know a way to install the conflict viewer tool without installing SQL Server...
April 11, 2017 at 6:18 am
It's not totally clear to me how you want the data to be broken down.
Can you post a couple of rows of source data (including only a subset...
April 11, 2017 at 6:16 am
April 10, 2017 at 4:30 pm
Viewing 15 posts - 5,716 through 5,730 (of 13,877 total)