About 400 results
Open links in new tab
  1. Where Did The Row Group Parentheses Come From?

    Mar 1, 2013 · Once you delete that column, you'll see those parentheses. So I guess they indicate groups without any presence in the Row Groups area. MCITP SQL Server 2008 (DEV); MCTS SQL …

  2. Get Distinct rows based on only one column

    Oct 7, 2021 · How to get distinct rows based on only one column ??? I have tried distinct and group by but none of them working. For i.e. my table is : Number ID Title 1 1 hello 2 1 hello 3 1 hello 4 2 test 5 …

  3. Keeping the Line Order in BULK INSERT

    Oct 4, 2010 · I think it would be best to modify the SSIS package to add a Row Count transformation. You can then use that record number in a Derived Column transformation and map to the ID.

  4. how sql server scheduler works, can it use all assigned cores smartly?

    Nov 20, 2017 · Question 0 Sign in to vote Hi All,<o:p></o:p> Just curious that half of the total CPU cores, that is 16 cores have been assigned to this SQL instances, but when checking running …

  5. SSRS 2016 in SharePoint Mode - social.msdn.microsoft.com

    Feb 23, 2017 · 1. Create a Login on the SQL Server from a Windows Account. 2. Create a user in the database that is associated to the data that requires Row-level Security. 3. Give the use read access …

  6. Stored Procedure throws primary key violation errors

    Mar 8, 2013 · I get flat files and ADO.NET code calls this stored procedure from multiple threads for each row in a flat file. There are multiple files and files do contain duplicates. My hope was that the if …

  7. Setting COmboBox Record Source property to use a SQL Server stored ...

    May 24, 2011 · The only way we can directly communicate with SQL Server via native T-SQL is Pass-Through queries. And this automatically lead us to the first case - QueryDef object. As I understand …

  8. Convert VarBinary type to Any Type - social.msdn.microsoft.com

    Aug 15, 2012 · Question 0 Sign in to vote Hi In my database there in two columns Type contains types in string like "system.int32","Bool","String" etc Value contains corrosponding to type column Values in …

  9. cannot insert duplicate key row in object dbo.msmerge_tombstone …

    Dec 5, 2012 · cannot insert duplicate key row in object dbo.msmerge_tombstone with unique index 'uc1MSmerge_tombstone'.the duplicate key value is (3674005,67607BE2-A12C-E211-8F84 …

  10. execute sql in ssis foreach loop container

    Jun 8, 2015 · The Single row result set is used when the query returns only one row. If the queries that just add, change, and delete records in a table, we should use None result set.