Viewing 15 posts - 3,241 through 3,255 (of 5,111 total)
As Phil says, the packages are actually stored as a varbinary in the SSISDB database, rather than files.
When running anoter package, you'll need to ensure it's in the...
August 22, 2017 at 8:13 am
TheSQLGuru - Tuesday, August 22, 2017 7:47 AMOOPSIE!! Coffee clearly hasn't kicked in yet! 🙂
Ha, no worries. You had me worried I...
August 22, 2017 at 7:50 am
You might be right about that it references other packages. In your current 2008 packages, I assume that the location of the package is the full file path? In SSISDB...
August 22, 2017 at 6:22 am
I totally agree that SQL Server is not the right place for it. My main aim right now is 2 parts:
August 22, 2017 at 6:08 am
It sounds like what you're after here is dynamic SQL. You can't pass variables as of a SQL statement, so you need to write our the SQL statement into it's...
August 22, 2017 at 5:53 am
August 22, 2017 at 5:06 am
August 22, 2017 at 5:01 am
August 22, 2017 at 4:42 am
Duplicate of topic, where discussion already taking place: https://www.sqlservercentral.com/Forums/1892957/Query-optimization-Select-Into-Alter-Table-ADD-CONSTRAINT-PRIMARY-KEY-ID-ASC
Also, your prior topic is in the SQL 2005 forum, and this in in the 2012 forum. If you...
August 22, 2017 at 4:31 am
Pretty sure this can't be achieved, but if anyone does have any ideas (or wants to point and laugh) would be greatly appreciated! https://www.sqlservercentral.com/Forums/1892967/Send-and-save-a-copy-of-an-email-as-msg
August 22, 2017 at 4:09 am
The first thing is you don't seem to quite understand CASE expressions. There is often little need to NEST them like you have done here. If you have a different...
August 22, 2017 at 1:46 am
SQL isn't run on the client side, so you can't "check" the timezone of the client in there. You'd need to check the client's date/timezone some other way and pass...
August 21, 2017 at 2:25 am
August 21, 2017 at 1:15 am
Your expected output can't be created. When using a Union, you need to return the same number of columns in every resultset. In yours, the first 2 have 6 columns,...
August 18, 2017 at 9:43 am
Viewing 15 posts - 3,241 through 3,255 (of 5,111 total)