Viewing 15 posts - 3,961 through 3,975 (of 5,111 total)
Using the DelimitedSplit8K function:WITH Paths AS (
SELECT *
FROM (VALUES
('\ENQ123\Testing Data\Testing More Data\Test'),
('\ENQ345\Testing...
April 7, 2017 at 7:22 am
WITH Times AS (
SELECT *
FROM (VALUES
('2017-03-27 09:24:00.000'),
('2017-03-27 09:48:00.000'),
('2017-03-27 09:49:00.000'),
('2017-03-27...
April 7, 2017 at 7:17 am
Got to be honest, totally (logically) guessed this one, but wasn't surprised it was the right answer.
April 7, 2017 at 4:06 am
Possibly depends on what your end game plan is. I assume that the external clients will need to authenticate. How are you planning for them to authenticate (Windows Credentials, Username...
April 7, 2017 at 4:04 am
Stop the PC going into power saving mode. This'll be in Control Panel->Hardware & Sound->Power Options and select High performance.
On a related note, is this someone's normal desktop...
April 7, 2017 at 3:53 am
April 6, 2017 at 8:11 am
Okay so something like MS Azure as a cloud based Data Warehouse or an...
April 6, 2017 at 7:34 am
April 6, 2017 at 6:18 am
t they were a coupl e
April 6, 2017 at 5:48 am
Although not T-SQL have a look Brandie's Detective Stories - Tracking Down the Database's Dependents Part 2, which has a section on SSIS.
April 6, 2017 at 5:41 am
Always ensure you test your code before posting it. For your dates, you are inserting the expression [day] / [month] / [year] (where / means divide). As you're dividing all...
April 6, 2017 at 5:03 am
April 6, 2017 at 4:21 am
Ok, firstly, I'm going to admit, I've done this more for other readers feedback rather than the OP's (sorry). Table design isn't something I really get to do at work,...
April 6, 2017 at 4:18 am
April 6, 2017 at 3:19 am
Viewing 15 posts - 3,961 through 3,975 (of 5,111 total)