Viewing 15 posts - 8,521 through 8,535 (of 59,091 total)
@Phil...
As you know, I'm not a great study of SSIS or Azure and so I have to ask... for something like this (consistent use of delimiters and text qualifiers), it's...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 23, 2019 at 1:51 am
Azure Blob Source does not supports multiple-character delimiter.
Nit-picking a little, but the delimiter is only a single comma. The double quotes are text qualifiers.
Now I don't feel so bad...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 23, 2019 at 1:47 am
Have you checked to see if you actually do have an open transaction on the database? And, yeah... I agree with Steve T in his suggestion. I've not had to...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 23, 2019 at 1:31 am
While you're at it, don't forget to store a date with the age so that you can estimate the actual age in the future. You might want to consider further...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 23, 2019 at 1:21 am
Over the years as both a Database Developer and DBA, I've found SSIS to be a good tool. As others have said, not necessarily the best tool, but...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 23, 2019 at 1:02 am
London would be interesting. The SuperBowl is such an event and exepnsive. Likely not much more cost in London than LA for attendees.
Long as they don't change the time,...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 23, 2019 at 12:49 am
dang i missed that part.
that literally says bring it into someplace where you can use a flat file connection manager, since it is not supported yet.
sorry:
Azure Blob Source does...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 23, 2019 at 12:40 am
Just use an outer join to the Products table.
--Jeff Moden
Change is inevitable... Change for the better is not.
October 22, 2019 at 3:11 pm
Fair points. I've updated the function to return a "0, No value" record if a NULL value is passed to the function. An empty string within the function returns...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 22, 2019 at 3:01 pm
The only thing I use checksums and hashes for is a quick check to prove things are not the same. If the checksum or hash indicates they are, then further...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 22, 2019 at 2:45 pm
I know that a lot of people don't have the following kinds of problems with SSIS but I see them happen enough where I'm really happy that I've mostly divorced...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 21, 2019 at 11:40 pm
Welcome aboard.
--Jeff Moden
Change is inevitable... Change for the better is not.
October 21, 2019 at 1:12 pm
The better option would be to have your database object definitions in your code store, so you can grab them and run them in the new server.
+1 million to...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 21, 2019 at 11:59 am
The most efficient method for reducing any number of spaces up to 8000 that I've ever seen is as follows...
SELECT REPLACE(REPLACE(REPLACE(REPLACE(REPLACE(REPLACE(REPLACE(
...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 21, 2019 at 1:36 am
This is a pretty common "fix" for this problem but, Microsoft makes no guarantees that such a thing will actually work forever. Knowing how most managed code would work to...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 20, 2019 at 4:30 pm
Viewing 15 posts - 8,521 through 8,535 (of 59,091 total)