About 5,170 results
Open links in new tab
  1. Data Structures in SQL Server - social.msdn.microsoft.com

    Dec 31, 2014 · Each commit statement "commits" the last opened transaction , sort of like in a first-in-last-out manner (it doesnt actually commit, just passes control to the parent transaction until the last …

  2. SQL PowerShell - Invoke-SqlCmd throws 'Object reference not set to …

    May 17, 2013 · And "$ (Args0)" is NOT one of my PowerShell variables but it is part of the path that was read from the ouput file of a binary that I'm trying to import into a table. I've tried using literal …

  3. Histogram of wait events - social.msdn.microsoft.com

    Oct 19, 2015 · I cannot draw you a pareto chart in pure T-SQL, but you can use any tool like Report Builder or Excel one you get the data. The xml of the histogram will look like the following:

  4. DataView RowFilter vs SQL WHERE - social.msdn.microsoft.com

    Oct 7, 2021 · Basically the case "": falls into a foreach loop, for every column in a SQL table (looping through a list appending SQL syntax to a StringBuilder). This means that if somebody doesn't specify …

  5. SQL Job Agent Error: The insert column list used in the MERGE …

    Nov 9, 2018 · You've not included the column in the MERGE statement at all It seems the column Job_Number is NOT NULL able column so you need to pass atleast a default value for it to avoid the …

  6. SQL Select Statement not retrieving data - social.msdn.microsoft.com

    Mar 11, 2016 · So I suggest that you could create query to simplify your select statement then check query result. For more information, click here to refer about Join tables and queries

  7. how to select from a stored procedure? - social.msdn.microsoft.com

    Mar 3, 2014 · Hi RichP123, You cannot select from a stored procedure directly.. Instead try the same using a Table-Valued function through which you can write a select statement.

  8. Snapshot is not available - social.msdn.microsoft.com

    Aug 31, 2006 · If the subscriber database was created via a restore, and it previously had replication on top of it, did you specify "Keep_replication" option with the restore statement? If so, the tables will be …

  9. DTS vs SSIS - social.msdn.microsoft.com

    Nov 10, 2009 · The DTS and SSIS are both used in SQL Server Transformations. Th e DTS was used for transformation purpose upto SQL Server 2000 and SSIS (Including SSAS and SSRS) are the …

  10. Permissions within SQL Server Agent jobs - social.msdn.microsoft.com

    Oct 24, 2011 · Though you can simply give the SQL Server Agent Service account permissions to execute the query, this is not the best way from a security perspective. For SQL Server Agent …