Viewing 15 posts - 46 through 60 (of 93 total)
Here is a great post about how to configure the firewall part.
http://www.lewisroberts.com/2009/08/16/msdtc-through-a-firewall-to-an-sql-cluster-with-rpc/
But the idea is that every cluster after Windows 2003, you configure the MSDTC resource inside each...
January 5, 2015 at 7:41 am
Thanks. I will have that fixed.
September 9, 2014 at 8:53 pm
OK, thanks. I have used it on SQL 2005 and above with great success so I guess mileage varies on the project and versions of SQL server.
Thanks for commenting.
May 14, 2014 at 6:47 pm
Is this just a comment or is there a question you have? I know that SMO is not perfect, but it has a lot of functionality and in my...
May 14, 2014 at 5:32 pm
The error is most likely indicating that you do not have a WindowsPowerShell directory in your Documents folder.
You can solve that by using this:
New-Item -Path (Split-Path $profile) -ItemType Directory -Force
Then...
May 9, 2014 at 2:35 pm
I simply mean that when you think of a module you will use Import-Module modulename.
With dot-sourcing, it is simply a .ps1 file somewhere that has a function in it or...
May 4, 2014 at 8:11 pm
Well, you should be able to have both the Cmdlet100 and the Provider100 loaded with the SQLPS.
But if you loaded 2012 on your machine, you would have what you have...
August 27, 2012 at 4:37 pm
Something just does not seem right. What is the OS?
I am assuming that you can connect via management studio. But if you close PowerShell and open it fresh...
August 27, 2012 at 12:17 pm
This should be able to help you.
http://blogs.msdn.com/b/john_daskalakis/archive/2009/05/07/9593110.aspx
August 26, 2012 at 8:55 pm
If you only have SQL 2012 installed then try this:
Import-Module SQLPS
Then try the command.
August 26, 2012 at 8:45 pm
This is due to not having Administrative privileges on the machine you are going against. So on the remote machine you have to be able do administrative things so...
August 26, 2012 at 7:11 am
SQLSERVER:\SQL is a PSDrive and path.
If you use Get-PSDrive you will see that there is a SQLSERVER: drive and SQL is a path under SQL Server.
You can see which paths...
August 21, 2012 at 2:47 pm
Ariel, if you go to the previous Level in this stairway you will see where you can get PowerShell for WinXP SP3. In the table there it shows that...
August 16, 2012 at 9:03 am
I think it just means that I am a really good author 🙂
August 15, 2012 at 9:54 am
Well, to change the prompt, there just needs to be a prompt function in place. It does not have to be in a profile, but it is convenient to...
August 15, 2012 at 9:52 am
Viewing 15 posts - 46 through 60 (of 93 total)