Viewing 15 posts - 2,491 through 2,505 (of 2,651 total)
On the particular sample of data you supplied it seems that everything field is within double quotes without exception.
That being the case would it not be an easy...
April 19, 2017 at 10:34 am
try changing the header delimiter to LF - there is a discrepancy between the header and row delimiters.
And what I have found before is that where there is...
April 11, 2017 at 5:34 am
I would say it may require one of the following
sysadmin - but should not be granted
dbowner - should be avoided
view definition (database level) or view any...
April 8, 2017 at 9:45 am
Regarding the links that Jeff posted be aware of some of the issues with it.
Firstly the Attunity driver is only for Enterprise Edition.
As for the driver itself.
April 5, 2017 at 5:13 pm
are both same exactly the same spec?
mainly memory but also
number cores
size of databases - are they same size as prod? - having one or more tables...
April 4, 2017 at 12:37 pm
does this work? without setting location
get-item "\\pathToPolicyfiles\policy.xml" | Invoke-PolicyEvaluation -TargetServer "servername"
March 31, 2017 at 11:15 am
Although the examples there do not use a network share, the Get-ChildItem can get them from there with no issues, and you pipe the file onto...
March 31, 2017 at 1:10 am
but ...
DECLARE @T table (data char(1))
Insert @T (data) values ('A')
Insert @T (data) values ('a')
Insert @T (data) values ('B')
Insert @T (data) values ('b')
March 29, 2017 at 4:08 pm
rowversion is indeed unique and can not be copied like that - talk with the customer and see what are the implications of changing it.
For that table to be...
March 28, 2017 at 11:31 am
I suggest that you go to https://www.appdynamics.com/community/ and look at the several threads there.
And if you have specific questions that aren't already answered post them there.
It...
March 28, 2017 at 2:15 am
It is advisable that you identify the correct mapping for the oracle types and apply those instead.
Oracle is has its own way of dealing with datatypes and that...
March 27, 2017 at 1:41 pm
How are you copying from the big table to the partition table?
As I said on my comment -- this is better done using SSIS or a small C#...
March 27, 2017 at 12:16 pm
Discipline is in my opinion the most important thing on working from home.
Those that tend to get distracted with things going on in their house, or that, for...
March 24, 2017 at 2:49 pm
why don't you try it out?
March 24, 2017 at 4:40 am
March 24, 2017 at 3:00 am
Viewing 15 posts - 2,491 through 2,505 (of 2,651 total)