Viewing 15 posts - 7,471 through 7,485 (of 13,876 total)
rsampson (2/29/2016)
Also, since I'm deploying to MSDB, are the "All Executions" reports available ?
No. And there's a reason right there 🙂 Logging is taken care of for you if you...
February 29, 2016 at 3:02 pm
PJ_SQL (2/29/2016)
Can we run sql agent in sql server 2014 express edition?
No. You'll have to find other ways of scheduling tasks in Express Edition.
February 29, 2016 at 2:49 pm
Are you using the project deployment model?
If so, you could try looking on the All Executions report. The run-time values of all params would be logged there.
February 29, 2016 at 2:46 pm
SQL!$@w$0ME (2/29/2016)
Thanks.
Should I set connection...
February 29, 2016 at 12:41 pm
SQL!$@w$0ME (2/29/2016)
How is it different in 2012 SSIS deployment model and package execution comparing to old package deployment model?Should I schedule each package through sql server agent?
SQL Server Agent ......
February 29, 2016 at 11:33 am
Lowell (2/29/2016)
I add columns...
February 29, 2016 at 10:55 am
GonnaCatchIT (2/29/2016)
I am using Integrated Security = SSPI now, unable to resolve this error.
That's the better solution anyway.
February 29, 2016 at 9:03 am
GonnaCatchIT (2/27/2016)
Yes, no problems with SQL instance
Did you get this working? My next suggestion would be to attempt to capture the exact command line which is being sent by the...
February 29, 2016 at 5:51 am
Sorry if this is an obvious question, but has the SQL instance been set to mixed mode authentication?
February 27, 2016 at 7:56 am
scotdg (2/26/2016)
February 26, 2016 at 12:32 pm
Luis Cazares (2/25/2016)
Is it too early for these answers? http://www.sqlservercentral.com/Forums/Topic1764225-3411-1.aspx
Not at all.
February 25, 2016 at 7:43 am
TheSQLGuru (2/24/2016)
February 24, 2016 at 1:39 pm
If you post the actual execution plans for the queries you detailed, it will be helpful to others.
February 24, 2016 at 11:53 am
SSIS is not going to perform raw data processing work any faster than the SQL Server database engine. In fact, it will usually be slower.
Therefore trying to move everything into...
February 24, 2016 at 11:51 am
Jeff Moden (2/24/2016)
February 24, 2016 at 8:46 am
Viewing 15 posts - 7,471 through 7,485 (of 13,876 total)