Forum Replies Created

Viewing 15 posts - 16 through 30 (of 327 total)

  • RE: SSMS 17.3 Start Powershell give s error - No SQL Server cmdlets found on this computer

    When you go to C:\Program Files\WindowsPowerShell\Modules, are there a couple of sqlps files in that directory? And do you have a SQLServer directory?
    In Powershell, try updating...

    MG

    "There are two ways of constructing a software design. One way is to make it so simple that there are obviously no deficiencies. And the other way is to make it so complicated that there are no obvious deficiencies."
    Tony Hoare

    "If you think it's expensive to hire a professional to do the job, wait until you hire an amateur." Red Adair.

  • RE: SSMS 17.3 Start Powershell give s error - No SQL Server cmdlets found on this computer

    Did you install the cmdlet before SSMS?

    Yes but when I ran into this issue, I installed again with -force. Is -allowclobber more effective.
    I also rebooted....

    MG

    "There are two ways of constructing a software design. One way is to make it so simple that there are obviously no deficiencies. And the other way is to make it so complicated that there are no obvious deficiencies."
    Tony Hoare

    "If you think it's expensive to hire a professional to do the job, wait until you hire an amateur." Red Adair.

  • RE: SSMS 17.3 Start Powershell give s error - No SQL Server cmdlets found on this computer

    In previous versions of SSMS, right clicking on any item in Object Explorer and Start Powershell would take you to the location in SQLSERVER: in a Powershell session. This isn't working...

    MG

    "There are two ways of constructing a software design. One way is to make it so simple that there are obviously no deficiencies. And the other way is to make it so complicated that there are no obvious deficiencies."
    Tony Hoare

    "If you think it's expensive to hire a professional to do the job, wait until you hire an amateur." Red Adair.

  • RE: OpenRowSet works locally but not over networked drives

    You're welcome. Glad you are on the right track now.

    MG

    "There are two ways of constructing a software design. One way is to make it so simple that there are obviously no deficiencies. And the other way is to make it so complicated that there are no obvious deficiencies."
    Tony Hoare

    "If you think it's expensive to hire a professional to do the job, wait until you hire an amateur." Red Adair.

  • RE: OpenRowSet works locally but not over networked drives

    "linked server "(null)"  - this looks like a double hop issue. From your desktop to the first server with the openrowset code and then to the target. Delegation in Kerberos...

    MG

    "There are two ways of constructing a software design. One way is to make it so simple that there are obviously no deficiencies. And the other way is to make it so complicated that there are no obvious deficiencies."
    Tony Hoare

    "If you think it's expensive to hire a professional to do the job, wait until you hire an amateur." Red Adair.

  • RE: Transaction replication is looks not working.

    for some reason the link didn't get inserted
    http://www.red-gate.com/library/fundamentals-of-sql-server-2012-replication?utm_source=ssc&utm_medium=publink&utm_campaign=books&utm_content=replication_ebook&utm_term=FundamentalsofReplication

    MG

    "There are two ways of constructing a software design. One way is to make it so simple that there are obviously no deficiencies. And the other way is to make it so complicated that there are no obvious deficiencies."
    Tony Hoare

    "If you think it's expensive to hire a professional to do the job, wait until you hire an amateur." Red Adair.

  • RE: Transaction replication is looks not working.

    Redgate has s free eBook on the fundamentals of SQL 2012 Replication:

    MG

    "There are two ways of constructing a software design. One way is to make it so simple that there are obviously no deficiencies. And the other way is to make it so complicated that there are no obvious deficiencies."
    Tony Hoare

    "If you think it's expensive to hire a professional to do the job, wait until you hire an amateur." Red Adair.

  • RE: Broken tempdb

    Steve Jones - SSC Editor - Wednesday, January 25, 2017 8:51 PM

    Comments posted to this topic are about the item Broken tempdb

    I...

    MG

    "There are two ways of constructing a software design. One way is to make it so simple that there are obviously no deficiencies. And the other way is to make it so complicated that there are no obvious deficiencies."
    Tony Hoare

    "If you think it's expensive to hire a professional to do the job, wait until you hire an amateur." Red Adair.

  • RE: Killing Statistics Jobs

    Ditto to processadmin and view server state. sysadmin isn't needed and should be avoided.

    MG

    "There are two ways of constructing a software design. One way is to make it so simple that there are obviously no deficiencies. And the other way is to make it so complicated that there are no obvious deficiencies."
    Tony Hoare

    "If you think it's expensive to hire a professional to do the job, wait until you hire an amateur." Red Adair.

  • RE: How many megabytes is 128 GB?

    If you really want to get specific, Jonathan Kehayias' article on how much memory SQL Server really needs is a good read:

    [/url]

    MG

    "There are two ways of constructing a software design. One way is to make it so simple that there are obviously no deficiencies. And the other way is to make it so complicated that there are no obvious deficiencies."
    Tony Hoare

    "If you think it's expensive to hire a professional to do the job, wait until you hire an amateur." Red Adair.

  • RE: SSMS Add-In for SQL Scripts

    You can see it on the SSC site. Click on Scripts in the menu on the left and at the top of the page There is a message for it

    Get...

    MG

    "There are two ways of constructing a software design. One way is to make it so simple that there are obviously no deficiencies. And the other way is to make it so complicated that there are no obvious deficiencies."
    Tony Hoare

    "If you think it's expensive to hire a professional to do the job, wait until you hire an amateur." Red Adair.

  • RE: SSMS Add-In for SQL Scripts

    Thanks. It's really convenient to have right there on the tool bar.

    MG

    "There are two ways of constructing a software design. One way is to make it so simple that there are obviously no deficiencies. And the other way is to make it so complicated that there are no obvious deficiencies."
    Tony Hoare

    "If you think it's expensive to hire a professional to do the job, wait until you hire an amateur." Red Adair.

  • RE: EXECUTE AS procedures

    May be a problem with the web page. I checked the 4 correct answers and got an incorrect.

    MG

    "There are two ways of constructing a software design. One way is to make it so simple that there are obviously no deficiencies. And the other way is to make it so complicated that there are no obvious deficiencies."
    Tony Hoare

    "If you think it's expensive to hire a professional to do the job, wait until you hire an amateur." Red Adair.

  • RE: Server Configuration Change Events

    Actually, that is what I finally whittled it down to but I used ADD EVENT sqlserver.error_reported. I ran a profiler trace at the same time the session was running and...

    MG

    "There are two ways of constructing a software design. One way is to make it so simple that there are obviously no deficiencies. And the other way is to make it so complicated that there are no obvious deficiencies."
    Tony Hoare

    "If you think it's expensive to hire a professional to do the job, wait until you hire an amateur." Red Adair.

  • RE: Server Configuration Change Events

    Thanks again for the such a quick response. I was at lunch so it took a little while before I saw this. I am comfortable enough with Powershell to...

    MG

    "There are two ways of constructing a software design. One way is to make it so simple that there are obviously no deficiencies. And the other way is to make it so complicated that there are no obvious deficiencies."
    Tony Hoare

    "If you think it's expensive to hire a professional to do the job, wait until you hire an amateur." Red Adair.

Viewing 15 posts - 16 through 30 (of 327 total)