About 7 results
Open links in new tab
  1. What is a SQL Server Data Dictionary? - CodeProject

    Aug 14, 2019 · What is a Data Dictionary? In SQL Server, the data dictionary is a set of database tables used to store information about a database’s definition.& The dictionary contains …

  2. Install and Configure SQL Server Reporting Services (SSRS)

    Oct 30, 2021 · Step 4 Next click on the Web Service URL tab from the left panel. Here, you can configure the report server URL. We will use this URL to deploy SSRS reports on the report …

  3. Generating Insert or Update statements from table data

    Oct 3, 2006 · Writing a SQL script to generate insert or update scripts for a table full of data.

  4. Passing NULL and table values to a parametrized SQL query

    Jun 4, 2013 · Introduction This tip demonstrates how to create a universal method to pass null and table values to dynamic, but parametrized SQL queries, without a need to create any …

  5. Using temporary tables with LINQ-To-SQL (L2SQL) - CodeProject

    Using LINQ to SQL to create and read temporary tables

  6. Google Cloud Platform: Storing Data on Google Cloud SQL

    Jan 27, 2014 · For this particular article, I’m going to stick with plain ol’ JDBC, only because it’s a "lowest common denominator" and helps demonstrate how to work with the Google Cloud …

  7. MsSql.RestApi - The Easiest Way to Build the ASP.NET REST API

    Nov 5, 2018 · MsSql.RestApi is a library that can help you to speed-up the process of building powerful REST API with the minimal amount of code. In this article, you will see something …