Viewing 15 posts - 61 through 75 (of 132 total)
Hi Thom,
Thanks for this. Yea, I am struggling with this a bit.
Basically, I need to find Users that are on for 24 hours, with no inactive...
February 3, 2017 at 9:34 am
SELECT COUNT(T.UID),January 31, 2017 at 1:31 pm
SELECT COUNT(T.UID),January 31, 2017 at 7:54 am
January 13, 2017 at 8:28 am
Thanks Lowell.
Is this supposed to be a shared drive? Can it work without? My companies security is locked down, unfortunately.
January 3, 2017 at 2:41 pm
I will check that out and thank you.
December 21, 2016 at 12:48 pm
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
Viewing 15 posts - 61 through 75 (of 132 total)