Viewing 15 posts - 151 through 165 (of 1,154 total)
As Brain mentioned the only way you can specify MAXDOP from within SSIS is to use it with SQL Query. MAXDOP =1 means disabling parallelism.
Check this ..
http://technet.microsoft.com/en-us/library/ms181007(v=sql.105).aspx
You can do...
March 26, 2014 at 11:29 am
March 26, 2014 at 11:13 am
I don't think there is any alternative method. Just search and replace.
--
SQLBuddy
March 26, 2014 at 11:01 am
That error shouldn't cause SQL Server restart. Could be a problem with the I\O Subsystem. Did you check for the SQL Server dump file and analyze it ? You need...
March 26, 2014 at 10:51 am
Ford Fairlane (3/25/2014)
With a system set up that has AlwaysOn groups configured with a number of databases that may or may not be related - and one of the systems...
March 26, 2014 at 10:45 am
mike 57299 (3/25/2014)
March 26, 2014 at 10:42 am
kaplan71 (3/26/2014)
The third-party backup program can be configured to exclude the directory where the log files reside.
That brings me to another question: Correct me if I am wrong,...
March 26, 2014 at 9:08 am
sqlserver12345 (3/25/2014)
March 25, 2014 at 1:13 pm
This is the issue " The statement has been terminated.The INSERT statement conflicted with the FOREIGN KEY constraint "
You are trying to insert a value in your table which...
March 25, 2014 at 1:06 pm
Yeah, Change it to Don'tSaveSensitive and use Config files.
Check this for PackageProtection levels ..
http://technet.microsoft.com/en-us/library/ms141747.aspx
--
SQLBuddy
March 25, 2014 at 12:49 pm
vignesh.ms (3/21/2014)
I'm newbie to SSIS. I just used this for data movement between servers. I wanted to learn more about SSIS ...
What to learn ?
How to learn?
Thanks In...
March 25, 2014 at 12:45 pm
Are you experiencing any memory pressures on the server or memory related errors ?
--
SQLBuddy
March 25, 2014 at 12:27 pm
Oracle_91 (3/15/2014)
Could anybody please suggest me a way to monitor the load on my database server?
What perfmon counters should I monitor on daily basis and confirm that load on...
March 25, 2014 at 12:21 pm
muthyala_51 (3/20/2014)
March 25, 2014 at 11:18 am
Viewing 15 posts - 151 through 165 (of 1,154 total)