Log in
::
Register
::
Not logged in
Home
Tags
Articles
Editorials
Stairways
Forums
Scripts
Videos
Blogs
QotD
Books
Ask SSC
SQL Jobs
Authors
About us
Contact us
Newsletters
Write for us
Keep up to date - daily newsletter:
Sign up
Items 1 to 20 of 15918
Older >>
Resolve Network Binding Order Warning in failover cluster
In this article, I’m going to show a procedure to resolve an issue that I found while running cluster validation report. you may receive below warning message that includes information about the cause of the warning, which can help you to resolve the issue.
Read more...
By
Ganapathi varma Chekuri
2017/07/20
|
Source:
SQLServerCentral.com
|
Category:
sql cluster
Rating:
|
Discuss
|
Briefcase
|
180 reads
SSMS is Free
Steve Jones reminds everyone that you can download SSMS separately from SQL Server.
Read more...
By
Steve Jones
2017/07/20
|
Source:
SQLServerCentral.com
|
Category:
editorial
Rating:
(not yet rated)
|
Discuss
|
Briefcase
|
43 reads
Extending DevOps practices to SQL Server databases – Branching & Merging with VSTS
Join Microsoft Data Platform MVP Steve Jones for the next Database DevOps demo webinar on July 25. He’ll be plugging Redgate tools into Visual Studio Team Services and showing how you can branch and merge your database changes. Sign up now.
Read more...
By
2017/07/20
|
Source:
Redgate
|
Category:
webinar
Rating:
(not yet rated)
Rate this
|
Briefcase
|
1,278 reads
Find Database Connection Leaks in Your Application
Michael Swart shows how to investigate and fix database connection leaks, an application issue that can lead to connection timeouts.
Read more...
By
Additional Articles
2017/07/20
|
Source:
SQLPerformance.com
|
Category:
connection
Rating:
(not yet rated)
Rate this
|
Briefcase
|
1,589 reads
Stairway to Advanced T-SQL Level 8: Functions to Generate Date and Time values
When you build applications that store records in SQL Server you will most likely have to store date and time values as part of the data. To manage all the different date related tasks you might need to perform Microsoft has introduced a number of date functions. In this stairway I will be exploring those date and time functions.
Read more...
By
Gregory Larsen
2017/07/19 (first published: 2015/10/21)
|
Category:
stairway series
Rating:
|
Discuss
|
Briefcase
|
7,132 reads
The Digital Twin
GE is using lots of data, and machine learning to predict when specific systems will fail by nurturing digital twins.
Read more...
By
Steve Jones
2017/07/19
|
Source:
SQLServerCentral.com
|
Category:
editorial
Rating:
(not yet rated)
|
Discuss
|
Briefcase
|
33 reads
Free eBook: SQL Server Internals: In-Memory OLTP
In this free eBook, Kalen Delaney explains how Microsoft's new In-memory OLTP engine works. In her book, learn how to use lock- and latch-free data structures to allow non-blocking data processing, and find out how to migrate existing tables to Hekaton.
Read more...
By
Press Release
2017/07/19 (first published: 2015/05/13)
|
Source:
Redgate
|
Category:
ebook
Rating:
Rate this
|
Briefcase
|
37,408 reads
7 Things Every SQL Server DBA Should Know About Linux
In this tip John Grover will help you make the transition to SQL Server on Linux by explaining the things you need to know.
Read more...
By
Additional Articles
2017/07/19
|
Source:
MSSQLTips.com
|
Category:
linux
Rating:
(not yet rated)
Rate this
|
Briefcase
|
1,875 reads
SQL Data Mask: new masking features, constants and composition
Find out what's new, what's next, and what's coming soon to Redgate's free prototype tool, SQL Data Mask. Don't forget to let them know what you think - if you want to help shape what data masking by Redgate should look like, the team are always available to talk!
Read more...
By
2017/07/19
|
Source:
Redgate
|
Category:
data masking
Rating:
(not yet rated)
Rate this
|
Briefcase
|
1,722 reads
Configuring Backups Using Veritas Netbackup with AGs
A short description of our experience with Veritas Netbackup on MS SQL Server AG Groups. This article does not give a full description of the procedure for configuring netbackup but highlights a few pitfalls which we think some people will find very useful.
Read more...
By
Kenneth Igiri
2017/07/18
|
Source:
SQLServerCentral.com
|
Category:
backup
Rating:
(not yet rated)
|
Discuss
|
Briefcase
|
234 reads
Simple SQL: Attribute Splitting
If the design of a relational database is wrong, no amount of clever DML SQL will make it work well. Dr. Codd’s Information Principle is that you have, inside the entity tables, the columns that model the attributes of that entity. The columns contain scalar values. Tables that model relationships can have attributes, but they must have references to entities in the schema. You split those attributes at your peril. Joe Celko explains the basics.
Read more...
By
Additional Articles
2017/07/18
|
Source:
SimpleTalk
|
Category:
t-sql
Rating:
Rate this
|
Briefcase
|
2,218 reads
Getting Close to the 2017 RTM
SQL Server 2017 has its first RC.
Read more...
By
Steve Jones
2017/07/18
|
Source:
SQLServerCentral.com
|
Category:
editorial
Rating:
(not yet rated)
|
Discuss
|
Briefcase
|
51 reads
Azure DWH part 11: Data Warehouse Migration Utility
There is a new utility to import data from SQL Server on premises or Azure SQL to Azure SQL Data Warehouse (ASDW)
Read more...
By
Daniel Calbimonte
2017/07/17
|
Source:
SQLServerCentral.com
|
Category:
azure sql data warehouse (asdw)
Rating:
|
Discuss
|
Briefcase
|
244 reads
Short Names
Today Steve Jones talks about the short cuts that developers might take, many of which aren't necessarily helpful.
Read more...
By
Steve Jones
2017/07/17
|
Source:
SQLServerCentral.com
|
Category:
editorial
Rating:
|
Discuss
|
Briefcase
|
66 reads
Potholes in the Road of Progress
Phil Factor looks at some technologists more famous for thwarting progress than for their own creations.
Read more...
By
Phil Factor
2017/07/17
|
Source:
SQLServerCentral.com
|
Category:
editorial
Rating:
|
Discuss
|
Briefcase
|
54 reads
Getting Started with Azure SQL Data Warehouse - Part 6
Azure SQL Data Warehouse is Microsoft’s new enterprise-class, elastic petabyte-scale, data warehouse service that can scale according to organizational demands in just few minutes. In this installment, Arshad Ali covers the different ways to load data into SQL Data Warehouse.
Read more...
By
Additional Articles
2017/07/17
|
Source:
Database Journal
|
Category:
azure sql data warehouse (asdw)
Rating:
(not yet rated)
Rate this
|
Briefcase
|
2,028 reads
Are your automated tests slowing you down?
Slow, unreliable tests prevent teams doing great work, and make continuous delivery impossible. So what can you do to improve your automated tests?
Read more...
By
Additional Articles
2017/07/17
|
Source:
Redgate
|
Category:
testing
Rating:
(not yet rated)
Rate this
|
Briefcase
|
1,442 reads
Stairway to Advanced T-SQL Level 7: Ordering Your Data Using Ranking Functions
In SQL Server there are 4 different ranking functions: RANK, DENSE_RANK, NTILE, and ROW_NUMBER. These ranking functions were introduced in SQL Server 2005. In this stairway level I will be reviewing each of these different ranking functions, and will show you how to use them by providing a few examples.
Read more...
By
Gregory Larsen
2017/07/14 (first published: 2015/09/02)
|
Source:
SQLServerCentral.com
|
Category:
stairway series
Rating:
|
Discuss
|
Briefcase
|
8,362 reads
Cool Projects
This week Steve Jones wants to know what type of really interesting projects you are working on. Is there something you really enjoy and look forward to building?
Read more...
By
Steve Jones
2017/07/14
|
Source:
SQLServerCentral.com
|
Category:
editorial
Rating:
(not yet rated)
|
Discuss
|
Briefcase
|
228 reads
Deploying, Securing, and Updating Power BI Reports
Before Excel and other data-linked spreadsheets, business reports needed to be hand-crafted by IT experts, and changes were arbitrated slowly via change control. Power BI was designed to take the liberation that Excel pioneered to the max, by allowing 'power' users to not only to create Power BI desktop reports, graphics and visualisations in Power BI App, but then link and publish these to the Power BI app. These in turn can be given row level security and have their underlying data kept up-to-date so that users can log in and see the relevant and appropriate data in a browser. Saurabh Desai shows how.
Read more...
By
2017/07/14
|
Source:
SimpleTalk
|
Category:
power bi
Rating:
Rate this
|
Briefcase
|
2,245 reads
Items 1 to 20 of 15918
Older >>
Copyright © 2002-2017 Redgate. All Rights Reserved.
Privacy Policy.
Terms of Use.
Report Abuse.