Tagged Content List
  • Wiki Page: Remotely Disable Remote Registry on a Windows 7 System

    Table of Contents Purpose Assumptions Stop and Set to Disabled the Remote Registry Service Verify that the Remote Registry Service is Stopped See Also Purpose Many times Systems Administrators (admins) find themselves needing to remotely stop the Remote Registry service on remote workstations and...
  • Wiki Page: Wiki: Comment insérer du code Windows PowerShell formaté sur le Wiki TechNet (fr-FR)

    Note : Cet article est une traduction de l'article Wiki: How to Insert Formatted Windows PowerShell Code on TechNet Wiki . Cet article est un " how to". Merci de le conserver aussi clair et simple que. Evitez également les discussions inutiles de même que les précisions...
  • Wiki Page: Getting Started with Windows Azure SQL Database

    Note SQL Azure Portal has been replaced by Windows Azure Platform Management Portal . A new version of this article, which introduces SQL Azure using the Windows Azure Management Portal is available, see Getting Started with SQL Azure using the Windows Azure Platform Management Portal...
  • Wiki Page: Starting SQL Server in Single-User Mode

    For some actions you may have to start an instance of Microsoft SQL Server in single-user mode by using the startup option -m . For example, you may want to change server configuration options or recover a damaged master database or other system database. Both actions require starting an instance...
  • Wiki Page: SSIS Merge Join Transformation

    Integration Services uses transformations to manipulate data during an ETL dataflow. Transformations can be used in [[articles:SSIS Dataflow Task|Data Flow Tasks]], between data source and destination components, or other transformations . Combining data from separate sources is quite often...
  • Wiki Page: Conditionally Moving Files Using SSIS File System Task

    There was a series of questions ( Post1 , Post2 , Post3 ) on SSIS MSDN forum regarding moving the files to a folder based on: File Name (first 4 characters) and Existence of destination folder Solution : Step 1 : Take a variable SourcePath with value as C:\IS_Test\ Step 2 : Take...
  • Wiki Page: Remotely Enable Remote Registry on a Windows 7 System

    Table of Contents Purpose Assumptions Enable, Set to Auto & Start the Remote Registry Service Verify that the Remote Registry Service is Running See Also Purpose Many times Systems Administrators (admins) find themselves needing to remotely connect to Windows 7 systems in geographically...
  • Wiki Page: Remotely Disable Remote Desktop on a Windows 7 System

    Table of Contents Purpose Assumptions Remotely Disable RDP on the Remote Workstation See Also Purpose Many times Systems Administrators (admins) find themselves needing to disable Remote Desktop on Windows 7 systems in geographically separated offices. In some Assumptions 1) You have...
  • Wiki Page: Remotely Enable Remote Desktop on a Windows 7 System

    Table of Contents Purpose Assumptions Test Connectivity See Also Purpose Many times Systems Administrators (admins) find themselves needing to remotely connect to Windows 7 systems in geographically separated offices. In some cases, the admins find themselves unable to connect to the remote...
  • Wiki Page: Master Data Services (MDS)

    This is a list of TechNet Wiki articles about Master Data Services (MDS). Table of Contents SQL Server MDS Topics Troubleshooting Topics SQL Server 2012 MDS Add-in for Excel SQL Server 2012 MDS Overview More Articles about MDS - Search by Tags See Also Credits SQL Server MDS Topics Display...
  • Wiki Page: Upgrade DQS: SQL Server Code-Named “Denali” CTP3 to SQL Server 2012 RC0

    This article contains instructions to upgrade your Data Quality Services (DQS) installation from SQL Server Code-Named “Denali CTP3 to SQL Server 2012 Release Candidate 0 (RC0). Table of Contents Before Upgrading DQS Upgrade Data Quality Server Upgrade Client Components: Data Quality Client and DQS...
  • Wiki Page: How to Put a Sequence in a Column Already Filled

    Suppose we would like to create a sequence in a table already filled with data. I found this solution to be pretty easy: CREATE TABLE SEQ (COK NVARCHAR( 10 )) insert into seq values ( 'York' ),( 'Boston' ),( 'Chicago' ) select * from seq --step 1 , I create a table...
  • Wiki Page: System Stored Procedures for Association Models (Data Mining)

    This article is a continuation of the following article that introduces the system stored procedures for SQL Server Data Mining. http://social.technet.microsoft.com/wiki/contents/articles/7566.a-guide-to-the-undocumented-system-stored-procedures-for-data-mining.aspx Table of Contents Association...
Page 343 of 358 (8,950 items) «341342343344345»