FTP ON SERVER CORE 2008 R2

Hello everyone,
I try to set up an FTP site from Windows Server 2008 r2 machine to Server Core 2008r2 machine.
I run the following cmd on Server Core:
dism /online /enable-feature /featurename:NetFx2-ServerCore
dism /online /enable-feature /featurename:NetFx3-ServerCore
dism /online /enable-feature /featurename:IIS-WebServerRole
dism /online /enable-feature /featurename:IIS-ISAPIFilter
dism /online /enable-feature /featurename:IIS-ISAPIExtensions
dism /online /enable-feature /featurename:IIS-NetFxExtensibility
dism /online /enable-feature /featurename:IIS-ASPNET
dism /online /enable-feature /featurename:IIS-ManagementService
dism /online /enable-feature /featurename:WAS-WindowsActivationService
dism /online /enable-feature /featurename:WAS-ConfigurationAPI
dism /online /enable-feature /featurename:IIS-FTPServer
dism /online /enable-feature /featurename:IIS-FTPSVC
dism /online /enable-feature /featurename:IIS-FTPExtensibility
Reg Add HKLM\Software\Microsoft\WebManagement\Server /V EnableRemoteManagement /T REG_DWORD /D 1
net start wmsvc
At the end i got the message everything was successful.
I went back to my win server machine 2008r2 and i try to set FTP site but as you can see i do not have the option:
I do beleve something wrong with the FTP install on server core?
How can i can get "ADD FTP SITE" option ?
Thank's a lot

Hi,
When all commands run successfully, did you restart the server core and check if this issue still exist?
On current situation, please refer to following thread and article, then check if can help you.
installing ftp Server on Core
Installing IIS7 with FTP Publishing Service on Windows Server Core 2008 R2
Please Note: Since the web site is not hosted by Microsoft, the link may change without notice. Microsoft does not guarantee the accuracy of this information.
If any update, please feel free to let me know.
Best regards,
Justin Gu
Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Support, contact [email protected]

Similar Messages

  • Step by Step of how to Install and configure the Web Server Core 2008 R2

    I encoutred a couple of problems installing a Web Server Core 2008 R2 edition including the remote connection and for people who are encountring the error :
    "The WinRM client cannot complete the operation within the time specified" or the error : " Could not connect to the specified
    computer. Details: Unable to connect to the remote server "   I think those couple of video will be helpfull,
    so I decided to record and share this experience with you by producing the server core from A  to Z to avoid the headache that I encountred
    during my experience. The lab environment is vmware but you can use hyper v or even physical lab if you want as  the steps are the
    same
    http://www.youtube.com/playlist?list=PLzayUN5B2cXMoyziV4oUs94P6EZT6QVmc
    watch?v=5z1NiWUJdGU  Wipe generation
    watch?v=Q3BoLkWWAC4  hard disk preparation
    watch?v=lOPvy-cn0Uk  server core installation
    watch?v=gTnOUJfRkDg  configure the web server
    watch?v=0ofvknXMNsc  install .net framework in the webserver
    watch?v=K4ADBzZeM6E  install the web server role
    watch?v=oGHC0sbe17Y  remote control the server
    watch?v=SpzAsRkjV40  continue the remote configuration
    watch?v=XjPD8U_y29I  Create and alias for the web server
    watch?v=Pim1T6z6DJM  Configure a Win 7 machine to control
    Enjoy  the vids
    The complexity resides in the simplicity Follow me at: http://smartssolutions.blogspot.com

    Hi MASNSN,
    Thanks for your sharing =)

  • Migrate from server core 2008 r2 hyper-v with failover cluster volumes to server core 2012 r2 hyper-v with failover cluster volumes on new san hardware

    We are getting ready to migrate from server core 2008 r2 hyper-v with failover cluster volumes on an iscsi san to server core 2012 r2 hyper-v with failover cluster volumes on a new iscsi san.
    I've been searching for a "best practices" article for this but have been coming up short.  The information I have found either pertains to migrating from 2008 r2 to 2012 r2 with failover cluster volumes on the same hardware, or migrating
    to different hardware without failover cluster volumes.
    If there is anyone out there that has completed a similar migration, it would be great to hear any feedback you may have on your experiences.
    Currently, my approach is as follows:
    1. Configure new hyper-v with failover cluster volumes on new SAN with new 2012 r2 hostnodes and 2012 r2 management server
    2. Turn off the virtual machines on old 2008 r2 hyper-v hostnodes
    3. Stop the VMMS service on the 2008 r2 hostnodes
    4. copy the virtual machine files and folders over to the new failover cluster volumes
    5. Import vm's into server 2012 r2 hyper-v.
    Any feedback on the opertain I have in mind would be helpful.
    Thank you,
    Rob

    Hi Rob,
    Yes , I agree with that "file copy " can achieve migration.
    Also you can try "copy cluster wizard " :
    https://technet.microsoft.com/en-us/library/dn530779.aspx
    Best Regards,
    Elton Ji
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact [email protected] .

  • Server Core 2008 R2 SP1 - AD DS Best Practice Analyzer Scans Don't Produce Any Output

    Hi,
    This is a re-post moving this discussion to the recommended forum "Server Core" from here:
    http://social.technet.microsoft.com/Forums/en-US/winservergen/thread/cc33d429-88e0-4450-a73c-361e395fd217.
    I am having problems producing any output for any AD DS Best Practice Analyzer Scans on a Windows Server Core 2008 R2 SP1 Domain Controller.
    I have imported the "ServerManager" and "BestPractices" PS modules on that Server by running the following commands:
    Import-Module ServerManager
    Import-Module BestPractices
    I've then run
    get-BPAModel, to find out what best practice scan models are availale, this returns the following output:
    Id                                                       
    LastScanTime
    Microsoft/Windows/DirectoryServices     Never
    Microsoft/Windows/DNSServer               Never
    I then run all the BPA scans on that box:
    Get-BPAModel | Invoke-BPAModel
    This returns the following output:
    ModelId                                          
    Success  Detail
    Microsoft/Windows/DirectoryServices True       (InvokeBpaModelOutputDetail)
    Microsoft/Windows/DNSServer          True       (InvokeBpaModelOutputDetail)
    Since the BPA invocation results weren’t displayed automatically, I entered the following command to see them:
    Get-BPAModel | Get-BPAResult | Out-File "D:\Source\BPA.txt"
    This command will create a text file with the scan results but I only see the results of the DNSServer scan, not the DirectoryServices scan.
    I have also tried to view the results in a HTML format by running the following command but still only see the DNSServer scan results:
    Get-BPAModel | Get-BPAResult | ConvertTo-Html | Set-Content d:\Source\BPA.htm
    I have also tried exeucuting the scan ONLY for the "Microsoft/Windows/DirectoryServices" model but can't get any results to be returned.  I have also connected using server manager from a Full install of Server 2008 R2 SP1 but that
    doesn't seem to show any results under the "Best Practices Analyzer" section when the "Active Directory Domain Services" node is selected, all 4 tabs ("Noncompliant", "Excluded", "Compliant" and "All") show zero (0).  However, the summary text above the
    tabs does show when the last scan was performed. which seems to be correct.
    Is there something special that needs to be done to produce the BPA results for the "Microsoft/Windows/DirectoryServices" BPA model on Server Core 2008 R2 SP1?
    BTW: The Forest/Domain is W2K3R2 Native, this is the first W2K8R2 DC in the environment and I have installed .NET 4 framework (Server Core) to support Powershell 3, also installed.
    Thanks, Paul.
    belpad

    Hi Diana,
    OK, pretty sure I've now found the root cause of the issue I've described above.
    I was also looking into Windows Update Agent issues for these W2K8R2 Server Core DC's, where no updates would be applied via WSUS (configured via GPO) and would fail with "FATAL: CBS called Error with 0x8000ffff windows update agent server
    core". 
    Yesterday, I managed to get one of the W2K8R2 Server Core DC's (WSUS updates) working again by removing one of the .NET 4 Framework security updates (KB2600211) which was manually applied when the server was initially setup.  .NET 4 (Server Core Edition
    http://www.microsoft.com/en-us/download/details.aspx?displaylang=en&id=22833) was installed as a pre-requisitie for Powershell 3.  Once this update was removed, the affected server core DC was restarted and WSUS updates started to get applied.
    So I followed the same procedure on the other server core DC but this did not resolve the WSUS issue this time.  Next, I did further investigation into the Windows Update Agent problem.  This led me to the following article:
    http://blogs.technet.com/b/brad_rutkowski/archive/2008/07/03/windows-update-fails-with-8000ffff-e-unexpected.aspx which described an issue with NTFS permissions being set incorrectly on C: drive, with the "BUILTIN\Users" group completely
    missing on the C: drive.
    I found the affected Server Core DC also had this issue and when the "BUILTIN\Users" was assigned permissions on the C: drive as described above, and the Windows Update Agent re-started, the Server Core DC started to install all required updates
    configured via WSUS.
    Next, I ran the Directory Service BPA, which now produces the desired output either locally or remotely via Server Manager.
    Therefore, I can only assume that the Directory Service BPA also uses "Network Service" much like WUAUSERV (Windows Update Agent), which requires access to the C: drive via the "BUILTIN\Users" assignment.
    So this has subsequently led me to check the C: drive (%systemdrive%) permissions across multiple W2K8R2 machines, all of which showed differing assigned permissions, as follows:
    1. W2K8R2 Server Core DC - With Directory Services BPA and Windows Update Agent Not Working
    C:\>icacls c:\
    c:\ BUILTIN\Administrators:(OI)(CI)(F)
        CREATOR OWNER:(OI)(CI)(IO)(F)
        NT AUTHORITY\INTERACTIVE:(OI)(CI)(RX)
        NT AUTHORITY\SYSTEM:(OI)(CI)(F)
    2. W2K8R2 Server Core DC - With Directory Services BPA and Windows Update Agent Working OK
    C:\>icacls c:\
    c:\ NT AUTHORITY\SYSTEM:(OI)(CI)(F)
        BUILTIN\Administrators:(OI)(CI)(F)
        BUILTIN\Users:(OI)(CI)(RX)
        BUILTIN\Users:(CI)(AD)
        BUILTIN\Users:(CI)(IO)(WD)
        CREATOR OWNER:(OI)(CI)(IO)(F)
    3. W2K8R2 Full DC - With Directory Services BPA and Windows Update Agent Working OK
    C:\>icacls c:
    c: NT SERVICE\TrustedInstaller:(F)
       NT SERVICE\TrustedInstaller:(CI)(IO)(F)
       NT AUTHORITY\SYSTEM:(M)
       NT AUTHORITY\SYSTEM:(OI)(CI)(IO)(F)
       BUILTIN\Administrators:(M)
       BUILTIN\Administrators:(OI)(CI)(IO)(F)
       BUILTIN\Users:(RX)
       BUILTIN\Users:(OI)(CI)(IO)(GR,GE)
       CREATOR OWNER:(OI)(CI)(IO)(F)
    4. W2K8R2 Server Core DHCP Server (Migrated from W2K3 with Server Migration Tools) - With DHCP BPA and Windows Update Agent Working OK
    C:\>icacls c:
    c: NT AUTHORITY\SYSTEM:(OI)(CI)(F)
       BUILTIN\Administrators:(OI)(CI)(F)
    5. W2K8R2 Server Core DHCP Server (Migrated from W2K3 with netsh) - With DHCP BPA and Windows Update Agent Working OK
    C:\>icacls c:
    c: NT AUTHORITY\SYSTEM:(OI)(CI)(F)
       BUILTIN\Administrators:(OI)(CI)(F)
       BUILTIN\Users:(OI)(CI)(RX)
       BUILTIN\Users:(CI)(AD)
       BUILTIN\Users:(CI)(IO)(WD)
       CREATOR OWNER:(OI)(CI)(IO)(F)
    None of the above servers have a Group Policy or any in-house scripts defined that configure C: drive permissions.  It seems odd that there should be such a variance in the C: (%systemdrive%) drive permissions across the above servers, with only
    scenarios 2 and 5 above have matching permissions.  I can only imagine that maybe some software or software update might be causing this.
    By reviewing the above output, it seems there is also a difference between the C: drive permissions of W2K8R2 Server Core and W2K8R2 Full.  Not sure if this is by design? 
    Is there any Microsoft Documentation describing what the default %systemdrive% NTFS permissions should be for W2K8R2 Server Core and Full.  Furthermore, do these permissions change when the various infrastructure roles are installed and enabled i.e.
    Domain Controller, DHCP etc.  I ask, since I would like to use the correct set of permissions for %systemroot% in each scenario. Please advise if I should be asking this question in a different forum?
    belpad

  • Perfmon breaking when CF9 is install on Windows Server Core 2008 R2

    Hi,
    Before I install Coldfusion on my Windows Server 2008 R2 Core I can connect into Performance Monitoring remotely and view all the performance counters. After installing CF9 I can connect into the perfmon remotely but when I list the performance object/counters the list is there but completely blank - as in I can scroll through a list that has no text in it.
    If I try to pull perfmon information via WMI all the win32_PerfRawData and win32_PerfFormattedData classes are missing - including those not relating to IIS.
    Is it a case that CF9 is not supported on Server Core? Anyone know any fixes for this? I have tried both Server Install and Multiserver install but my perfmon counts are broken by CF9 each time.
    Everything else works and I can get my sites up and running just fine - it is just the performance counters that are being affected here and as they are important it means that I cannot use CF9 on Core edition as a result.
    Thanks for any help/advice.

    Hi
    Windows Server Core edition is not listed as supported platform:
    http://www.adobe.com/products/coldfusion/systemreqs/
    HTH, Carl.

  • V6v4tunnel not working in Server Core 2008 R2

    I've been trying to configure an IPv6-in-IPv4 tunnel (from HE) on Server Core 2K8 R2, but it simply refuses to work.
    I try:
    netsh interface ipv6 add v6v4tunnel HETunnel <v4 local IP> <v4 Endpoint IP>
    and get
    A service installation section in this INF is invalid.
    This installation is completely fresh, after it was installed from disc, the only thing done to it was installation of updates before attempting this. As such, I assume that there simply is no support for this on Core 2K8 R2, but I can't seem to find that
    documented anywhere. Is this indeed the case, and, if so, are there any workarounds, such as supplying files from a full installation, or third-party tools that will work on the server core? If it is supposed to be supported, what could be causing this problem?
    Jonathan M Farnham

    Hi Venkatesh,
    Agree with Alexey, please try to install RODC with unattend file.
    In addition, to Create a DCPromo Unattend File Automatically with powershell, please also check this article:
    Powershell Code: Create a DCPromo Unattend File Automatically with a Script
    If there is anything else regarding this matter, please feel free to post back.
    Best Regards,
    Anna Wang

  • How to install RODC in Server core 2008 R2

    Hi All,
    Can please give some step by step configuration for installing RODC in windows server 2008 R2.
    Thanks, Venkatesh. &quot;Hardwork Never Fails&quot;

    Hi Venkatesh,
    Agree with Alexey, please try to install RODC with unattend file.
    In addition, to Create a DCPromo Unattend File Automatically with powershell, please also check this article:
    Powershell Code: Create a DCPromo Unattend File Automatically with a Script
    If there is anything else regarding this matter, please feel free to post back.
    Best Regards,
    Anna Wang

  • [Forum FAQ]How to upgrade Windows Server 2008 R2 with a GUI to Windows Server 2012 Server Core

    We found that some customers willing to upgrade Windows Server 2008 R2 GUI to Windows Server 2012 Server Core recently. This article provides detailed steps to perform the upgrade.
    Analysis
    Upgrading from Windows Server 2008 R2 with a GUI installation to Windows Server 2012 with Server Core directly
    is not supported. If you do that, you will receive the error message below(Figure 1) in Compatibility report: 
    Figure 1.
    In these scenario, you can upgrade to Windows Server 2012 firstly. After the upgrade process is completed, you can switch freely between Server Core and Server with a GUI modes.
    Produces
    You can follow the steps below to perform an upgrade from Windows Server 2008 R2 with a GUI installation to Windows Server 2012 Server Core mode:
    1. Upgrade to Windows Server 2012 with a GUI mode
    1) Firstly, please boot into Windows Server 2008 R2 with a Windows Server 2012 installation DVD inserted.
    2) Select the operating system you want to install with a GUI mode.
    We can see 2 options (Server Core Installation or Server with a GUI) for each operating system version. (Figure 2)
    Figure 2.
    Note: Please make sure you have enough disk space on system partition. Or you will get such an error in Compatibility report.(Figure 3)
    Figure 3.
    After the Compatibility check, the installation will continue. It will take several minutes until upgrading is done.(Figure 4)
    Figure 4.
    2. Switch the GUI mode to Server Core
    Method 1: Using Server Manager
    1) Open Server Manager, click
    Manger and select “Remove Roles and Features” to start the
    Remove Roles and Features Wizard.
    2) In Features,
    uncheck the box next to the “User Interfaces and Infrastructure” option, and then click “Next”. (Figure 5)
    Figure 5.
    Now tick the “Restart the destination Server automatically if required” box, then click “Remove”. (Figure 6)
    Figure 6.
    Method 2: Using Windows PowerShell
    There are multiple ways to remove the GUI via Windows PowerShell, we introduce the way of using the ServerManager module.
    You can also run the commands in Windows PowerShell with an administrator to remove the GUI feature:
    “Import-Module ServerManager”
    “Uninstall-Windowsfeature Server-Gui-Shell –Restart”
    or
    “Uninstall-WindowsFeature Server-Gui-Shell, Server-Gui-Mgmt-Infra –Restart”
    It will take a period of time to remove the GUI feature and reboot. When the system boots up, you will get into the Windows Server 2012 with Server Core mode. (Figure 7)
    Figure 7.
    More information:
    Switch between Full and Server Core in Windows Server 2012 using PowerShell 3.0
    http://blogs.technet.com/b/puneetvig/archive/2012/10/16/switch-between-full-and-core-in-windows-server-2012-using-powershell-3-0.aspx
    Windows Server Installation and Upgrade
    http://technet.microsoft.com/en-us/windowsserver/dn527667.aspx
    Please click to vote if the post helps you. This can be beneficial to other community members reading the thread.

    Hi,
    Brian is right, for mange the Server 2008r2 sp1 we recommend use the Windows 7 or 7.1 platform.
    More information:
    Remote Server Administration Tools for Windows 7 with Service Pack 1 (SP1)
    http://www.microsoft.com/en-us/download/details.aspx?id=7887
    Hope this helps.
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • Unable to join to domain 2008 server core machine

    Hi, I'm trying to join the server core computer to domain. When I'm running command: netdom join core /domain:contoso.prv  I'm getting error:
    "the specified domain either does not exist or could not be contacted"
    after command : netdom join core.contoso.prv /domain:contoso.prv
    error:
    "The RPC server is unavailable"
    I can join full version of Windows Server 2008 with GIU
    When trying to ping my server core machine form DC- doesn't work. Pinging DC form server core is working.
    My domain it was just configured and is fresh installation. Do I have to change some firewall settings on core to join to the domain..
    I do not understand the problem.
    I just learning, so please to be placable, pelase. 

    I Have resolved the problem. I have not noticed
    (I do not know why) the IP of the core server
    is form APIPA  range. I thought that I
    changed it. After the change everything works
    fine :). Thanks for help anyway.

  • Hyper V manager on 2008 R2 connect to 2012 R2 server core hyper V without domain

    Dear all
    I am using Hyper V manager on 2008 R2.
    Now I have one 2012 R2 server core hyper V without domain, I want to manage this server core hyper V with Hyper V manager on 2008 R2.
    When I add/connect, it display credential wrong. (use command net use drive works)
    May I know is it a must to join domain?
    thx
    Q K

    You're saying you want to use Hyper-V Manager on 2008R2 to manage 2012R2 Hyper-V, correct? If so, unfortunately this is by design:
    http://blogs.msdn.com/b/virtual_pc_guy/archive/2012/05/30/the-v2-wmi-namespace-in-hyper-v-on-windows-8.aspx
    You'll have to use the built-in tools in Windows 8.1 to manage 2012 R2 Hyper-V remotely. Here's the support matrix:
    http://support.microsoft.com/kb/2693643

  • Windows Updates on Server Core

    I am having no updates on Windows 2008 R2 SP1 Server Core for 2 years.
    Initially, as I installed them, I ran sconfig, manual updates and it downloaded a bunch of updates at that time.
    But since then I always get "No applicable updates"
    I checked the WUA version - it is 7.5.7601.17514 as opposed to 7.6.7600.320 which we have on Full version machines. The recent patching cycle updated the Windows Updates on full version but does not update it on Server Core.
    We have no WSUS, we update directly at MS. I also cannot set up automatic updates - it is against the company policy and this is out of my control.
    I've read all articles on MS updates, but the recommendations always apply to GUI, which I cannot use in Server Core. Is there a way to download and install the new WUA? I did not find a download link for Windows 2008 server, only for 2012.
    Is there another way to update my Server Core installation aside from sconfig?
    I would be thankful for any advice.
    IA
    P.S. I am concerned, because one of my test Server Core servers DID download updates this time, but the others did not. It means that there are some updates for Server core. Servers are all cloned from the same image and I do not see any reason why
    the updates are not coming.

    Thanks for your answer, it is interesting.
    I fixed the problem, it was simple enough.
    We have an SCCM installation with a Software Updates Point configured, but not supplying any updates. The Updates were not approved but the SCCM client was installed on the Server Core machine. And on installation it pointed the machine to the unused Software
    Update Point for updates instead of the MS Windows Update site.
    No updates approved - it reports "no applicable updates"!
    And no one remebers the fact that this SCCM SUP exists at all - it is unused. Server Core does not have a GUI where you could see it. I found it by ckecking the WindowsUpdate.log in the C:\Windows directory.
    The solution is to switch back to MS Windows Update site.
    HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows\WindowsUpdate\AU\UseWUServer 
    - set to 0 instead of 1 and restart the Windows Update service.

  • The Server Core installation option is recommended for servers running Hyper-V

    Hi,
    I installed Hyper-V Server 2008 R2 on my machine and upon running BPA it says that 
    The Server Core installation option is recommended for servers running Hyper-V
    I don't understand what it meant by re-installing hyper-v core instead of the full installation. My Hyper-v is a stand-alone Hyper-V Server 2008 R2 that is the free one.
    Thanks!
    JAnus

    Hi JAnus,
    I am afraid you can not change that report .
    Please just ignore that .
    Best Regards
    Elton Ji
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • Requirements for managing Server Core

    Hello,
    What are the requirements for managing Server Core? We have a Windows 2008 functional level forest and domain and were thinking about installing 2012 server core servers but weren't sure we'd be able to manage them with 2008 server or Windows 7 tools.
    Thanks,
    Robert

    Hi Robert,
    To remotely manage a server in server core mode, we can use the following ways:
    Remotely using Windows PowerShell
    Remotely using Server Manager
    Remotely using an MMC snap-in
    Remotely with Remote Desktop Services
    However, we can’t use server manager in Windows Server 2008 or in RSAT for Windows 7 to remotely manage Windows Server 2012 in server core mode. To
    use server manager to remotely manage Windows Server 2012 in server core mode, we must use the version of Server Manager in Windows Server 2012 or that is available as part of the Remote Server Administration Tools for Windows 8 download package.
    Regarding how to manage a Windows Server 2012 in server core mode, the following articles can be referred to for more information.
    Manage a Server Core Server
    http://technet.microsoft.com/en-us/library/jj574205.aspx#BKMK_1_1
    Server Core remote management – Part 1
    http://4sysops.com/archives/server-core-remote-management-part-1/
    Best regards,
    Frank Shen

  • One of server core 12 and showing in sql server 24. how it possible?

    Hello  everyone,
    I'm confused in sql server 2008 r2 when try to check no. of cores in sql server property are double in sql server and os showing 12 cores.
    one of my friend saying 1 cores= 2 processors. 
    What is happen behind that...
    Thanks in advance...

    Hi,
    Are you same person Baraiya Krit who posted below same question I have always observed question posted by you and Baraiya are same. if such is the case
    both should be merged and you should note not to post same question with different profile otherwise i have to report that as spam and your profile would be deleted. If such is case you are wasting people time
    http://social.msdn.microsoft.com/Forums/sqlserver/en-US/505a2871-a7fd-487e-b39d-788ff78b6c95/one-of-server-core-12-and-showing-in-sql-server-24-how-it-possible?forum=sqldatabaseengine
    If you are from same firm and different person why not post one question.
    Moderators please have a look
    Please mark this reply as answer if it solved your issue or vote as helpful if it helped so that other forum members can benefit from it
    My Technet Articles

  • Sql server cores and processors

    Hello All,
    all of our servers are 12 cores but in sql server 2008 r2 properties it shows 24 processors ,kindly explain.
    some one say's 1 core=2 processors is it correct or not?.
    Thanks in Advance!!!
    mastanvali shaik

    Hi,
    Are you same person Baraiya Krit who posted below same question I have frequently observed question posted by you and Baraiya are same. If such is the
    case both threads should be merged and you should note not to post same question with different profile otherwise i have to report that as spam and your profile would be deleted. If such is case you are wasting people time
    http://social.msdn.microsoft.com/Forums/sqlserver/en-US/505a2871-a7fd-487e-b39d-788ff78b6c95/one-of-server-core-12-and-showing-in-sql-server-24-how-it-possible?forum=sqldatabaseengine
    If you are from same firm and different person why not post one question.
    Moderators please have a look
    Please mark this reply as answer if it solved your issue or vote as helpful if it helped so that other forum members can benefit from it
    My Technet Articles

Maybe you are looking for

  • Draw graphics in ABAP

    Hi, i'm looking for a way to draw graphics in my SAP-GUI. I need really drawing, not only charts. I searched the forum for this topic, and found the solution via a HTML-Control with SVG. Basicly this is exactly what im looking for, but isn't there an

  • How to order / group a report by a placeholder column ?

    How to order / group a report by a placeholder column populated by the group filter ? In more detail ..... My Data model editor's select statement brings back (say 1000 rows) from the database. The group filter decides (on performing certain validati

  • No spry menu, how to create a photo gallery?

    Ok so I used spry collapsible panels as well as spry widgets to create my photo galleries and slide shows, now that they are gone from CC I do not know what to do?! I tried using jquery but not sure how to make a slideshow or gallery from it. PLEASE

  • Flashing back MacBook 5,2

    I have a Firewire camera that will runs on a MacBook 5,2.  The system needs Boot ROM MB52.0088.B05. I have a number of Macbook 5,2 running the camera wil no trouble.  All have the Boot ROM I need and it works great. However I have more Macbooks 5,2 t

  • CCM 2.0 Catalogue Extract

    Hi, I would need to get an extract of the Supplier Catalog and Procurement Catalog. I know that pressing the button Export Schema in the CAT I can get just the schema of the catalog, but not the content part. Is there any possibility to get an extrac