Viewing 15 posts - 1 through 15 (of 31 total)
Fantastic! Two of my three flat file connection managers somehow got assigned a Code Page of 65001 and nothing I did in the advanced column mappings fixed it. After reading...
J Pratt
July 29, 2025 at 4:00 pm
Awesome that you are upgrading, and that you are sharing the details! Please share more on the progress. I have a vested interest in that I am running SQL Server...
J Pratt
November 1, 2023 at 1:02 pm
I recommend getting the data out of the AS400 data source directly into staging tables in SQL Server first. If there is any question about the data-typing from the AS400,...
J Pratt
May 28, 2019 at 7:14 pm
I have just encountered a similar error and symptoms after deploying Power BI Report Server October 2017 GA on a SQL Server 2016 Enterprise server. I had been running SSRS 2016...
J Pratt
December 14, 2017 at 1:02 pm
I deal with the variable field values by A) making each name component field a varchar(50), B) setting the field to NOT NULL, and C) providing a default value of...
J Pratt
August 4, 2016 at 10:59 am
rizwankhalid214 (10/18/2013)
please follow below steps
1-stop analysis Services on your New Server from SQL Server Configuration Manager and close SQL Server Configuration Manager
2-go to registry . START>RUN>regedit
3-in registry , go...
J Pratt
July 6, 2016 at 12:45 pm
I've been burned in the past with the .997 accuracy of datetime, especially when dealing with orders that come in or events that occur during just before midnight. An...
J Pratt
January 5, 2016 at 10:59 am
Great scripts! To show memory buffer MB with a decimal value, I changed "128" to "128.00". Since many of my indexes use less than 1 MB, they all...
J Pratt
November 10, 2015 at 9:35 am
This is great! I was able to immediately put it to use, and then made a small adjustment to the implementation to see if it could be done.
I slightly...
J Pratt
August 4, 2015 at 10:28 am
I had the same situation as posted with the results not being returned as expected, except the results weren't returned at all. I am running SQL 2012 Enterprise 64-bit...
J Pratt
July 28, 2015 at 11:41 am
As an architect, I always try to align object names with what they really are. As the systems I develop adapt to changing conditions over the years, sometimes the...
J Pratt
June 14, 2015 at 10:01 am
A clustered index gives great, if not the best, performance IF you use it. If you do not use it in the match, or if you are inserting large...
J Pratt
May 17, 2015 at 9:49 am
I've seen that happen (inserting multi-millions of rows into an empty table taking hours) when using a clustered index on the target and the records are inserted in an order...
J Pratt
May 16, 2015 at 1:10 pm
I totally agree with The Dixie Flatline. Indexes, indexes, indexes. The one caveat I have found working on ETL processes is that having indexes on the tables being...
J Pratt
March 25, 2015 at 7:12 am
This is a great post and a great demo of recursion capabilities in T-SQL/SPs. My current issue is the duplicate key/ID in the source data. What I am...
J Pratt
November 9, 2010 at 8:54 am
Viewing 15 posts - 1 through 15 (of 31 total)