Viewing 15 posts - 91 through 105 (of 155 total)
Thanks!
The are no problems, only solutions. --John Lennon
September 12, 2016 at 12:17 pm
Hi Phil,
So my script will have a one second delay before kicking off each job?
Thanks
The are no problems, only solutions. --John Lennon
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!
The are no problems, only solutions. --John Lennon
September 12, 2016 at 11:51 am
Thanks guys!
The are no problems, only solutions. --John Lennon
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...
The are no problems, only solutions. --John Lennon
June 6, 2016 at 10:07 am
Is there a way to SELECT the full data source from SSMS?
The are no problems, only solutions. --John Lennon
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
The are no problems, only solutions. --John Lennon
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...
The are no problems, only solutions. --John Lennon
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
The are no problems, only solutions. --John Lennon
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 (
...
The are no problems, only solutions. --John Lennon
April 12, 2016 at 10:21 am
I edited my post to reflect the error message.
My bad 😀
The are no problems, only solutions. --John Lennon
April 11, 2016 at 1:13 pm
Thank you for your response, but the link is not working.
The are no problems, only solutions. --John Lennon
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...
The are no problems, only solutions. --John Lennon
April 11, 2016 at 7:14 am
Going to try it with Environment Variables, thanks as always 😀
The are no problems, only solutions. --John Lennon
April 6, 2016 at 2:37 pm
Hi Phil,
If you are using integrated security, what security issues concern you?
I guess my question should be... "What types of security issues will I have to concern myself with using...
The are no problems, only solutions. --John Lennon
April 6, 2016 at 2:01 pm
Viewing 15 posts - 91 through 105 (of 155 total)