Viewing 15 posts - 1 through 15 (of 431 total)
The FQDN didn't change anything. I changed Remove-Item to OutFile -FilePath C:\Test.txt but the file comes up blank.
August 21, 2020 at 9:05 pm
Yes, but several caveats. The problem with the msdb operator roles is that they grant rights to the user to do these things on ALL Agent Jobs, not only the...
May 5, 2020 at 10:35 pm
I found a better answer:
invoke-SqlCmd -InputFile "C:\DBAScripts\Script.sql" -ServerInstance XXXX -Database XXXX -Verbose 4> "F:\OutputPath\OutputScript.sql"
December 31, 2019 at 9:47 pm
I see I can also SELECT * from sys.dm_exec_connenctions where encrypt_option = 'TRUE' and join it to sysprocesses to get the database names.
March 12, 2018 at 2:00 pm
Some of clusters have multiple instances\roles, so it seems faster to pause & resume the passive nodes instead, and since this is every machine in that datacenter we'll have a...
January 19, 2018 at 10:59 am
The Trustworthy setting was it. Thank you.
October 27, 2017 at 3:03 pm
Can you do a search like that in TFS?
April 26, 2017 at 10:27 am
I found the answer to my question. Yes, in SSDT 2015 you can set the Project properties down to SQL 2012, which means you can deploy to a SQL 2012 Integration...
April 24, 2017 at 2:28 pm
Wait! I thought I read that the current version of SSDT can develop for SQL 2005, 2008 and 2012 Integration Server instances.
Is that not true? Do we need...
April 24, 2017 at 11:27 am
Arrg, We were recently instructed to install Visual Studio 2017 Pro, which doesn't have support for SSIS (yet)...
April 21, 2017 at 4:32 pm
Like many application this particular application has a database connection config screen with a "Test Connection" button. With the service account in the DB Owner group for it's database I tried several...
March 21, 2017 at 6:59 pm
When I read threads like this I realize that different people have different learning styles, and what works for one person may not work well for another. Maybe someone will...
February 10, 2017 at 5:03 pm
How about with XtremIO or similar flash storage? That's what the server I'm building will have access to.
February 10, 2017 at 4:51 pm
The IT Training site https://www.pluralsight.com/ includes tests you can take that rate your proficiency and recommend training videos on the areas you would benefit learning more on. That's a great...
February 9, 2017 at 4:08 pm
This was the quick & easy solution. I assumed that an identity column had to be specified before you start adding records. No, it will create them on existing...
September 1, 2016 at 2:46 pm
Viewing 15 posts - 1 through 15 (of 431 total)