<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Exclude columns from Table in SQL Server with limmited read rights in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Exclude-columns-from-Table-in-SQL-Server-with-limmited-read/m-p/231738#M7307</link>
    <description>&lt;P&gt;I try to&amp;nbsp;fetch data from&amp;nbsp;a Table in an SQL Server where I have limmited read access&amp;nbsp;for specific columns.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If I try to see the table I get the follwoing error&lt;/P&gt;&lt;P&gt;"&lt;STRONG&gt;DataSource.Error: Microsoft SQL: The SELECT permission was denied on the column 'XYZ' of the object 'tableName', database 'DBName', schema 'schemaName'.&lt;/STRONG&gt;"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Because I do not have access to read the column 'XYZ'. Is there anyway to exclude columns?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The equivalent SQL Query would be:&lt;/P&gt;&lt;PRE&gt;SELECT [ABC], [DEF]
FROM [DBName].[schemaName].[tableName]&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;instead of&amp;nbsp; the follwoing two queries that wold not work because I do not have read access for a specific column.&lt;/P&gt;&lt;PRE&gt;SELECT *

FROM [DBName].[schemaName].[tableName]&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;SELECT [ABC], [DEF], [XYZ]

FROM [DBName].[schemaName].[tableName]&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 15 Aug 2017 15:27:00 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-08-15T15:27:00Z</dc:date>
    <item>
      <title>Exclude columns from Table in SQL Server with limmited read rights</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Exclude-columns-from-Table-in-SQL-Server-with-limmited-read/m-p/231738#M7307</link>
      <description>&lt;P&gt;I try to&amp;nbsp;fetch data from&amp;nbsp;a Table in an SQL Server where I have limmited read access&amp;nbsp;for specific columns.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If I try to see the table I get the follwoing error&lt;/P&gt;&lt;P&gt;"&lt;STRONG&gt;DataSource.Error: Microsoft SQL: The SELECT permission was denied on the column 'XYZ' of the object 'tableName', database 'DBName', schema 'schemaName'.&lt;/STRONG&gt;"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Because I do not have access to read the column 'XYZ'. Is there anyway to exclude columns?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The equivalent SQL Query would be:&lt;/P&gt;&lt;PRE&gt;SELECT [ABC], [DEF]
FROM [DBName].[schemaName].[tableName]&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;instead of&amp;nbsp; the follwoing two queries that wold not work because I do not have read access for a specific column.&lt;/P&gt;&lt;PRE&gt;SELECT *

FROM [DBName].[schemaName].[tableName]&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;SELECT [ABC], [DEF], [XYZ]

FROM [DBName].[schemaName].[tableName]&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Aug 2017 15:27:00 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Exclude-columns-from-Table-in-SQL-Server-with-limmited-read/m-p/231738#M7307</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-08-15T15:27:00Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude columns from Table in SQL Server with limmited read rights</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Exclude-columns-from-Table-in-SQL-Server-with-limmited-read/m-p/231783#M7312</link>
      <description>&lt;P&gt;When connecting to the SQL Server data source, click on the Advanced link and then you can enter a specific SQL query like the first one that you listed.&lt;/P&gt;</description>
      <pubDate>Tue, 15 Aug 2017 17:04:24 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Exclude-columns-from-Table-in-SQL-Server-with-limmited-read/m-p/231783#M7312</guid>
      <dc:creator>Greg_Deckler</dc:creator>
      <dc:date>2017-08-15T17:04:24Z</dc:date>
    </item>
  </channel>
</rss>

