Viewing 15 posts - 211 through 225 (of 1,226 total)
People have mentioned about formatting and casing consistency in code for readability. To me readability starts with knowing what each piece is doing to check for logic and not just...
November 2, 2018 at 12:25 pm
If it reasonably takes an employee months to learn how a business unit works, it is not reasonable to expect a forum helper to pickup all details in one shot....
November 2, 2018 at 12:07 pm
Glad to know that it worked for you.
Cheers.
October 26, 2018 at 12:09 pm
Using your data, I was able to successfully import to a table with date data type. Ahead of the import, I specified the three columns shown as [DT_dbDAte] types. I...
October 25, 2018 at 11:13 pm
October 25, 2018 at 10:26 pm
One thing I would add is instead of having a paycheck amount, having a paycheck ID that links to a paychecks table. This normalises the design better. The would be...
October 25, 2018 at 10:21 pm
I have to wonder why you are changing the column values when copying the data to a new table. It definitely will not help with auditing if you need to...
October 25, 2018 at 10:12 pm
One consideration if you had SSIS jobs running on the old servers to import data:
The folder structure on the new server may not match. That would require some adjustment...
October 25, 2018 at 12:51 pm
I have seen this issue where a change of data type to datetime solves a insertion issue with date data. I just chalked it up to a Sql Server anomaly.
October 25, 2018 at 12:40 pm
The thing that I would want to see is initiative. Listing the books read along with a professional certification as a plus shows me this person is not only motivated,...
September 7, 2018 at 12:18 pm
One of the great times in my career was when I was hired to complete a difficult task that took months and months of planning and building and testing. It...
August 17, 2018 at 10:21 pm
Here the SQL solutions presented are just patchwork as this is really a design problem. Now you probably cannot go and change things in a table or a ETL process...
August 2, 2018 at 12:04 am
Im still stuck on the point that SSIS did not error out when the data in the source file did not match the expected meta data. IS there a configuration...
August 1, 2018 at 11:39 pm
Viewing 15 posts - 211 through 225 (of 1,226 total)