Viewing 6 posts - 1 through 6 (of 6 total)
INSERT INTO #myTable
(date, companyID, industry)
SELECT '20000430', '2', 'Corporate' UNION ALL
SELECT '20000430', '2', 'Corporate' UNION ALL
SELECT '20000430', '2', 'Corporate' UNION ALL
SELECT '20000531', '2', 'Corporate' UNION ALL
SELECT '20000531', '2', 'Corporate' UNION ALL
SELECT...
January 21, 2016 at 10:47 am
Using SQL Server 2012, Visual Studio 2010 shell
January 8, 2016 at 7:33 am
Yes, user would be executing from SSIS, or executing package from Window Explorer.
January 8, 2016 at 7:32 am
This worked great Thank you!
December 31, 2015 at 8:38 am
Awesome thanks! 50K is a bit much, will probably look for something more budget friendly...
September 24, 2015 at 9:22 am
Thanks for response Eirikur,
Ideally it would be a machine that would have between 4-8 users connect to the server/machine.
It would be performing complex DAX calculations where most likely materializations and...
September 24, 2015 at 5:33 am
Viewing 6 posts - 1 through 6 (of 6 total)