Viewing 15 posts - 1,951 through 1,965 (of 13,838 total)
Install the 74 bit driver.
Oh I want some of that. When 64 bits just isn't quite enough!
June 28, 2021 at 2:51 pm
Are they both in YYYYMMDD format?
There is no such thing as an 'Execute SQL Script Task component'. I think you mean an ExecuteSQL task, is that correct?
June 28, 2021 at 2:49 pm
Why not something like this?
IIF(LEN(Col1) <2, Col1, LEFT(Col1, LEN(Col1) - 2))
June 28, 2021 at 2:46 pm
where t.col5 is not null
Hah! I thought of this too, but assumed that the values in Col3 and Col4 for the NULL date were required to be included somewhere in...
June 25, 2021 at 3:34 pm
This is likely to be problematic. Consider the following (I added an extra row of data)
SELECT t.col1
,t.col2
...
June 25, 2021 at 3:24 pm
Can we assume that DATETIMEIN and DATETIMEOUT will be on the same day?
Is MINTUES a mistype? Do you mean MINUTES?
June 24, 2021 at 7:21 am
Phil Parkin wrote:As you suggest, the /passive flag on the command line bypasses the restriction.
Why have I only just discovered this... Literal head desk moment...
It's not that long ago that...
June 23, 2021 at 12:39 pm
Maybe something has changed but, in the past, it wouldn't allow you (unless you knew the "silent" trick) to install the 64 bit version if 32 bit apps were...
June 22, 2021 at 3:00 pm
There are two files in the download, one 64-bit and one 32-bit. You need them both.
June 22, 2021 at 1:18 pm
Presumably you've tried searching for "Microsoft.ACE.OLEDB.12.0 Provider Download"?
Because that's what I did. If you do that, you'll find both the download files and information from others on how to perform...
June 22, 2021 at 1:05 pm
You are correct. I only have the 32-bit DTExec installed. I am having an issue though finding how to install the 64-bit version of this.
If you are hoping that...
June 22, 2021 at 12:30 pm
Have you got both the 32- and 64- bit versions of the drivers installed?
(SSDT uses the 32-bit version and (by default) DTExec will use the 64-bit version – might as...
June 21, 2021 at 3:13 pm
DACPAC will do that. If you are not familiar, there is plenty of material available online. The process should be straightforward:
June 18, 2021 at 1:03 pm
It is likely that you will get more responses if you post your sample data in consumable format (ie, with DDL and INSERT statements).
June 18, 2021 at 8:56 am
I have used that before.. but was looking for something that would dump tables in order with foreign key reference in mind, so I could pickup this file and...
June 18, 2021 at 8:53 am
Viewing 15 posts - 1,951 through 1,965 (of 13,838 total)