Viewing 15 posts - 3,661 through 3,675 (of 13,874 total)
Can RANGE window function take user input as value for interval and ranges instead of unbounded preceding and current row?
What do you mean by "user input"? What client application...
May 16, 2019 at 10:21 pm
Please note that I hit 'Report' when I meant to hit 'Quote' and there seems to be no way of reversing that ... apologies.
This makes no sense to me -...
May 16, 2019 at 2:01 pm
On a side note, if you have any control over the structure, you would be better off storing the date as a DATE or DATETIME field. Then it can...
May 15, 2019 at 2:57 pm
I need to change the sql server collation of the installed sql 2016 how can I do ? can any one provide the steps to change ?
Presumably you've done...
May 14, 2019 at 7:05 pm
Rant understood!
The only possible non-GUI way I can think of for adding these variables to multiple packages is as follows:
May 14, 2019 at 2:41 pm
Config data should be held in parameters, not variables.
Assuming you are using the project deployment model, parameters can be added at the project level.
So you can do it all in...
May 14, 2019 at 2:07 pm
Are you saying that you have multiple packages to modify and each of them needs to have the same 10 variables added?
Can you provide some background on the requirement? There...
May 14, 2019 at 1:46 pm
Why not just
SELECT * INTO [Database].[Schema].[Table]
FROM #tmp_Table
WHERE 1 = 0
?
May 14, 2019 at 1:44 pm
It seems logical to use a sqlvariant given the horrors of importing a field where the data looks like this: Column 1:1 1:1 Considered 1:2 2:1 Undetermined What...
May 13, 2019 at 9:51 pm
So ... presumably you checked the log. What did it say?
May 11, 2019 at 10:54 pm
Save the filename in an SSIS variable at the point where it is created, then use that in your subsequent copy.
May 11, 2019 at 10:50 pm
After installation I noticed that SQL server don't work
Please go into more detail about the "don't work" part.
May 10, 2019 at 7:42 pm
I don't think you can because the hash is created internally based on a structure in the optimizer, not the T-SQL text, that would also have to be recreated....
May 10, 2019 at 1:48 pm
For 10,000 rows, it could well be faster (and simpler to code and maintain) for you to do a full truncate/reload every time.
Unless you have a reason not to?
May 10, 2019 at 1:36 pm
Which hash are you referring to?
Which tool are you wanting to calculate the hash with?
Which engine are you referring to? The Mazda I have at the moment is pretty fast,...
May 10, 2019 at 1:30 pm
Viewing 15 posts - 3,661 through 3,675 (of 13,874 total)