Viewing 15 posts - 76 through 90 (of 142 total)
Thank you all for your responses. Being in this industry, I have, of course heard the acronym RTFM. It just makes people feel like they haven't done their research, which...
December 21, 2016 at 10:43 am
Wow, I didn't expect hostility. I have been "RTFM", that is why I am asking for help. I love this site (until you responded), and I was hoping someone had...
December 20, 2016 at 7:51 am
Hi Phil,
So my script will have a one second delay before kicking off each job?
Thanks
September 12, 2016 at 11:54 am
Can you give me an example of... "simply have one task for each statement on the same schedule".
I am not sure what you mean or how to do this.
Thanks again!
September 12, 2016 at 11:51 am
Thanks guys!
June 6, 2016 at 10:34 am
Luis - The command-line that I provided will be executed from SQL Agent. From what my boss has told me, re engineering these Oracle packages to SSIS is going to...
June 6, 2016 at 10:07 am
Is there a way to SELECT the full data source from SSMS?
May 3, 2016 at 11:53 am
Found the solution on MSDN forums:
[xml] $config = get-content "yourxmlfile.xml"
$item = $config.properties.property | ? { $_.name -eq "Reports.DMV.TNSEntry" }
$item.value = "Data Source=...."
Set-Content "yourxmlfile.xml" -Value $config.InnerXml -Force
April 15, 2016 at 10:15 am
As much as I appreciate your response, please DO NOT reply with "I don't know how to do this". Once you reply to a post others might think the question...
April 15, 2016 at 7:29 am
Thanks for your response. I resolved this issue in the following blog...
http://www.sqlservercentral.com/Forums/Topic1776398-1351-1.aspx#bm1776799
April 13, 2016 at 10:22 am
Ok, I got it. This is how it's done.
I want to thank everyone for trying to help me out. SSC FTW!!!!
$ServerName = "MilanoMosh"
$ConfigFile = "C:\MyFile.dtsConfig"
function Edit-XmlNodes {
param (
...
April 12, 2016 at 10:21 am
I edited my post to reflect the error message.
My bad 😀
April 11, 2016 at 1:13 pm
Thank you for your response, but the link is not working.
April 11, 2016 at 11:47 am
Ok here is the dtsconfig file. I am trying to gain the ability to update the server name and database name.
My idea is to pass Servername and DB name variables...
April 11, 2016 at 7:14 am
Viewing 15 posts - 76 through 90 (of 142 total)