Viewing 15 posts - 1 through 15 (of 21 total)
Hi coool_sweet,
Got this response from a helpful fellow at MSFT:
"The deployment wizard will extract the ispac and load the package using the current SSIS runtime installed...
December 22, 2017 at 11:02 am
Hey coool_sweet,
I'm having the same problem I think, I am using the latest SSMS release (17.4, 14.0.17213.0) and SQL Server 2016 (v13.0.4435.0), and developed the...
December 20, 2017 at 7:24 pm
jbnv, are you serious about working on an open source version? Do you think it is worthwhile?
I've actually been trying to build a SQL/table based workflow engine with a...
January 27, 2012 at 4:39 pm
I second the sommarskog.se site (which gretchkosiy 2550 refers to above) - that is an excellent writeup which includes gotchas for SQL 2008 SP1 and dynamic SQL if I recall...
May 20, 2010 at 12:14 am
How about something really simple like:
select
case
when (num % 5 = 0 and num % 3 = 0) then 'FizzBuzz'
when num % 5 = 0 then 'Buzz'
when num % 3...
February 23, 2010 at 6:15 pm
StreamInsight and SQL 2008 R2 should be RTM in May 2010. See this article for more info about the release.
I'm excited about the great new features! It's a...
February 4, 2010 at 6:48 pm
Actually, for a little while (in SQL 2000) we used to pin tables in memory using the "dbcc pintable" command. It didn't load the entire table into memory by...
February 1, 2010 at 10:34 am
Soki,
Thank you for responding and your comments! Here is a slightly different (self contained) example that I think highlights my question better:
--build a temp table with an integer field...
November 13, 2009 at 5:30 pm
Soki (9/25/2009)
Just a small piece of mind, in regards of the performance, SQL Server supports short circuiting, which can be a MAYOR help if you know what kind of...
September 25, 2009 at 11:01 am
dmbaker (9/25/2009)
September 25, 2009 at 10:55 am
I wanted to add that I have specifically had some really serious performance headaches with SQL Server's query engine and its handling of SARGS (search arguments), particularly related to OR...
September 25, 2009 at 10:48 am
Great thought-provoking article. Nice to think a little outside of the box!
Actually, I have always thought that there are still only the 4 basic functions, Create, Read, Update and...
September 12, 2006 at 10:26 am
I recommend Watchguard. They have a slew of high-end all the way down to the low-end devices, some that specialize in only VPN connections, others that are more general...
June 6, 2006 at 11:11 am
I'll gladly trade you a cheeseburger today for your pencil w/ Voight bite mark Tuesday.
Taken from the old saying "I'll gladly pay you Tuesday for a cheeseburger today"!
Jon
April 21, 2006 at 9:46 am
Viewing 15 posts - 1 through 15 (of 21 total)