Viewing 15 posts - 1,756 through 1,770 (of 8,760 total)
At the first glance, it looks like the parameters @[User:TongueathCurrentFile] and @[User::CurrentFile] are not enclosed in double quotation marks,
😎
Exit code 2 for 7zip means a fatal error,...
November 29, 2017 at 12:23 am
I have 3 ndf files for Tempdb and each one is now grown...
November 29, 2017 at 12:11 am
Can you post the actual execution plan please?
😎
This is one horiffic query and my thought is that those lookups are the least of the problem. Few...
November 29, 2017 at 12:04 am
I was hoping to get some confirmation on specific details regarding how SQL Server...
November 28, 2017 at 10:26 pm
November 28, 2017 at 10:19 pm
Here is a quick suggestion as a starting point, (probably better to keep the maxdop 1)
😎
;WITH BASE_DATA AS
(
SELECT
D.PeriodStartDate
,D.PeriodEndDate
November 26, 2017 at 2:46 am
Another way of doing this is to import everything as a text into a staging table and transform it from there. This makes error/exception handling easier and generally makes the...
November 25, 2017 at 12:02 am
Further on Matt's good advice, I suggest you look into using FOR XML PATH instead of RAW, gives you much better control over the output.
😎
If you...
November 24, 2017 at 11:33 pm
Quick question, can you run the query with OPTION (MAXDOP 1) and post the actual execution plan? The paralellism is causing lots of noise and my thought is that it's...
November 24, 2017 at 11:27 pm
I have a numeric value in SSIS like = numeric 28,14 and I have...
November 23, 2017 at 10:47 am
November 21, 2017 at 12:56 pm
November 21, 2017 at 10:16 am
November 21, 2017 at 10:01 am
November 20, 2017 at 12:45 pm
November 20, 2017 at 12:33 pm
Viewing 15 posts - 1,756 through 1,770 (of 8,760 total)