Viewing 15 posts - 4,036 through 4,050 (of 7,168 total)
That looks correct. You could change the middle call to only show you the max memory setting so it's easier to see what it was before the change...and then maybe...
May 16, 2012 at 1:54 pm
That looks like VBScript. You posted in a PowerShell Forum. You may have better luck looking online for a VBScript Forum, I do not know of one here on SSC.
May 16, 2012 at 1:46 pm
Please post a screenshot of your Data Flow.
May 16, 2012 at 11:53 am
You could pre-process the file to append a line number to each line prior to processing the file with SSIS.
You could use a Transformation Script Component as mentioned to add...
May 16, 2012 at 11:47 am
johnnycash (5/16/2012)
Once again I come in search of your wisdom and guidance. I have an undetermined number of objects in DB A that have a...
May 16, 2012 at 10:44 am
ssurekha2000 (5/15/2012)
user A logs in & selects few records from main table
suppose user B also logs in...
May 16, 2012 at 10:16 am
Stewart "Arturius" Campbell (5/16/2012)
Consider using the sys.sysprocesses catalogue view
Regarding the use of sys.sysprocesses, please do not recommend or use it for new development unless absolutely necessary. The replacement views are...
May 16, 2012 at 10:15 am
I can appreciate the proactive nature of what you're trying to do but I could suggest a different approach. Implement an OnError Event Handler at the package level that logs...
May 15, 2012 at 6:07 pm
One more question... Is undo file is like Checkpoint ?
Maybe in an abstract way in that they both help us arrive at a transactionally consistent database in different scenarios, but...
May 15, 2012 at 3:59 pm
DBA_Dom (5/15/2012)
May 15, 2012 at 2:54 pm
atfalatitkb (5/15/2012)
May 15, 2012 at 2:52 pm
You can centralize the password for use by multiple packages using Package Configurations. As far as I know though there is no built-in functionality that will allow SSIS to access...
May 15, 2012 at 2:36 pm
I am not picking up on the need to use dynamic sql.
May 15, 2012 at 2:27 pm
WebTechie38 (5/15/2012)
1) Yes, I am using a foreach container.
I have over 80 databases. For debug purposes, I need to stop when the name of the database gets to...
May 15, 2012 at 2:24 pm
jitendra.padhiyar (5/15/2012)
opc.three (5/15/2012)
May 15, 2012 at 2:11 pm
Viewing 15 posts - 4,036 through 4,050 (of 7,168 total)