Quantcast
Channel: CodeSection,代码区,SQL Server(mssql)数据库 技术分享 - CodeSec
Browsing all 3160 articles
Browse latest View live

Big Data Clusters In SQL Server 2019

While extract, transform, load (ETL) has its use cases, an alternative to ETL is data virtualization, which integrates data from disparate sources, locations, and formats, without replicating or...

View Article


Image may be NSFW.
Clik here to view.

Slides and Scripts from IT/Dev Connections

Slides and Scripts from IT/Dev Connections K. Brian Kelley Posted on 23 October 2018 Comments If you attended either of my presentations for this past IT/Dev Connections, here are the promised slides...

View Article


The SQL Server PHP Code Ignitor shows one or more relationships

i want to show data from table_one,where tableone_id is included on table_two..which is one to many relationship..here is the example. table_one table_two id | name id | name |tableone_id 1 | A 1 | C |...

View Article

Clear column data

Cassandra CQL 3.2.1 Clear column data I need to clear the data from a column in a table using CQL I've tried the following test on a single node and it works fine. But is this going to fly on many...

View Article

Set Up Your Workstation to Create SQL Server Reporting Services Reports for...

Summary The process to set up a workstation to create SQL Server Reporting Services (SSRS) reports for Dynamics 365 involves a lot of steps and causes some confusion. The report authoring tool is...

View Article


Image may be NSFW.
Clik here to view.

Implement SFTP File Transfer with SQL Server Integration Services and PSFTP

By: Koen Verbeeck || Related Tips:More > Integration Services Development Problem I want to transfer files from an FTP server to my local server. The server is an SFTP server however, so I can’t...

View Article

Image may be NSFW.
Clik here to view.

More efficient SQL Server UPDATE for VARCHAR(MAX), NVARCHAR(MAX) and...

By: Douglas Correa || Related Tips:More >T-SQL Problem When you need to update SQL Server data in columns that have data types like VARCHAR(MAX), NVARCHAR(MAX) and VARBINARY(MAX) that contain...

View Article

SDU Tools: List Foreign Key Columns in a SQL Server Database

In aprevious post, I talked about the ListForeignKeys procedure as part of our free SDU Tools for developers and DBAs. That procedure returned one row per foreign key. Sometimes though, you need to...

View Article


Understanding Query Optimizer Timeouts

What Is Optimizer Timeout? SQL Server uses a cost-based query optimizer. Therefore, it selects a query plan with the lowest cost after it has built and examined multiple query plans. One of the...

View Article


Image may be NSFW.
Clik here to view.

SQL Server 2019 Enhanced PolyBase Part 1

SQL Server 2019 is recently launched in the ignite 2018 event by Microsoft. We can get an overview of SQL 2019 preview version and learn how to install it on windows environment by following up the...

View Article

Image may be NSFW.
Clik here to view.

Data Classification in SQL Server 2019

One of the areas that Redgate is working on is making data classification easier. Microsoft added some capabilities to SSMS 17.5 and Redgate has an EAP out for the next version of our data catalog...

View Article

Image may be NSFW.
Clik here to view.

SQL Server 2019 Enhanced PolyBase Part 2

In the previous article of the series, we took an overview of PolyBase in SQL Server 2017. We also learned about the Azure Data Studio and SQL Server 2019 preview extension to explore SQL Server 2019...

View Article

SQL Server Custom Rounding

I have a situation where : 24.9999 should be 25 24.5000 should be 25 24.4999 should be 24 24.1111 should be 24 I tried Ceiling , but the result will be 25, where Floor will be 24 for all of them. How...

View Article


Image may be NSFW.
Clik here to view.

Shortcut: Configuring registered servers in SQL Server Management Studio

When working with SQL Server systems, it can be hard to remember the names of all the servers, to remember connection details for the ones that need SQL logins (instead of windows authentication), and...

View Article

Image may be NSFW.
Clik here to view.

Discover how SQL Server can use Python to access any NoSQL engine

By: Maria Zakourdaev || Related Tips:More >python Problem In the world of polyglot persistence, each data asset should get the best matching database management tool. Many companies these days keep...

View Article


Image may be NSFW.
Clik here to view.

I have a broken leg

(Be sure to checkout the FREE SQLpassion Performance Tuning Training Plan - you get a weekly email packed with all the essential knowledge you need to know about performance tuning on SQL Server.)...

View Article

Image may be NSFW.
Clik here to view.

Overview of the SQL Delete statement in SQL Server

This article on the SQL Delete is a part of the SQL essential series on key statements, functions and operations in SQL Server. To remove a row from a tableis accomplished through a Data Manipulation...

View Article


Image may be NSFW.
Clik here to view.

SQL Server Multi Statement Table Value Function (MTVFS) Performance...

Problem As a part of the SQL Server programming language, you can create user defined functions which are routines that accept different parameters to perform calculations and return the value based on...

View Article

Audit the SQL Server Schema?

We have a SQL Server 2008 Enterprise database with two different schemas, a locked one that we maintain and an open one that we allow outside development teams to add to and modify for their own needs....

View Article

Image may be NSFW.
Clik here to view.

Voting for SQLBits general sessions is now open

Reading Time: 2 minutes For those of you that still have to attend SQLBits I will do a quick recap. SQLBits is the largest SQL Server in Europe. Every year it’s hosted in a different location in the...

View Article
Browsing all 3160 articles
Browse latest View live