Viewing 13 posts - 16 through 28 (of 28 total)
Alan
It's so unfortunate that people respond to your offering criticizing what you have done and made freely available. I have a simple response "If you don't like it, don't use...
November 9, 2016 at 2:54 am
Jeff
I guess we have all had our wins of note. I think my best was 4h+ to under 13minutes.
I also don't deny the importance of squeezing all available performance with...
September 26, 2016 at 3:50 am
Adi Cohn-120898 (8/2/2016)
August 2, 2016 at 5:48 am
John Mitchell-245523 (8/2/2016)
Given that this is a data warehouse application, all the data is sourced from existing databases, so in theory it should be correct. That said I did work...
August 2, 2016 at 5:45 am
Eirikur Eiriksson (8/2/2016)
You will have to understand how the SQL Server works, which workload is expensive and which factors bear more weight than others, data sizes and IO do have...
August 2, 2016 at 5:34 am
Eirikur Eiriksson (8/2/2016)
pcd_au (8/1/2016)
August 2, 2016 at 4:45 am
John Mitchell-245523 (8/2/2016)
August 2, 2016 at 4:38 am
I thought TFS supports GIT. We are using the Visual Studio Team Services and it appears to be working OK for us, but it's a small setup / project.
pcd
August 1, 2016 at 10:34 pm
Phil
Currently only one, but we have proven that we can run multiple SSIS servers, with centralised logging / monitoring / reporting.
As for the number of packages, I have a model...
August 23, 2014 at 1:52 am
The recommendation we received from a MSoft consultant recently was reserve 2Gb for the OS for each 16Gb of memory - if the server is dedicated. Just another guideline to...
July 10, 2010 at 5:17 pm
to get the collation of a column of a table
select COLLATION_NAME
from information_schema.columns
-- you complete this bit as necessary
where table_name like '%'
and column_name like '%'
or have I missed something?
pcd
April 4, 2008 at 3:20 am
Viewing 13 posts - 16 through 28 (of 28 total)