SQLServerCentral - www.sqlservercentral.com

A community of more than 1,600,000 database professionals and growing

Featured Contents

The Voice of the DBA

Should We Move to Azure?

This editorial was originally published on May 23, 2014. It is being re-published as Steve is out of the office, with a few minor editorial changes.

Update: We made a number of changes last year, upgraded the forums, and have continued to implement bug fixes. We are still considering this idea.

At SQLServerCentral we have been debating some architectural changes to the site. We'd like to improve the way a few of our features work, add new ones, and replace a few items that are buggy and hard to maintain. The site has worked well over the years, but we've made relatively few improvements, mainly due to the fact that like many companies, this website isn't our business, and work has a lower priority than some other areas in the company.

Recently I had a suggestion presented to me and I wasn't sure how I felt. There were certainly pros and cons to both taking advantage of the opportunity as well as passing it up. While we are still talking about the process, I wanted to ask the community what they might think this week.

Should we move SQLServerCentral to Azure?

I really like the idea of PaaS. There are issues, and certainly I think Microsoft could do a better job of creating competition as well as securing and even deploying their platform. However I think the idea of just consuming services as opposed to installing and managing pieces of software, is a great direction in which to move. SQLServerCentral would seem to be a perfect type of application that fits in the cloud.

We run a generic ASP.NET site, using fairly common and simple database features in SQL Server. We don't store or manage much in the way of PII, financial, or medical data outside of email addresses, and we don't have the need to scale to high levels, either in data storage or computational resources. The one problematic area is our email requirements. I'm not sure what the cost is to send emails from Azure, but we send millions per week, and CAN-SPAM requirements can be tricky to meet in the cloud.

However I'm just wondering what the community thinks. If we successfully moved to the cloud, and disclosed details about the process, would that give you more confidence in the cloud? Would it be interesting? Or is SQLServerCentral just a service and you don't care how it works, as long as it does. Let us know this week.

Steve Jones from SQLServerCentral.com

Join the debate, and respond to today's editorial on the forums

ADVERTISEMENT
SQL Prompt

Could your SQL coding be more efficient?

Data Platform MVPs and SQL Server experts share their tips on how to standardize formatting whilst stripping out the repetition of coding with SQL Prompt. Over these 20 short videos we will help you write better, shareable SQL faster. Check out the tips

ReadyRoll

Database migrations inside Visual Studio

Feeling the pain of managing and deploying database changes manually? Redgate ReadyRoll creates SQL migration scripts you can use to version control, build and release, and automate deployments. Try it free

Featured Contents

 

Stairway to AlwaysOn Level 4: Analyse and Deploy a Windows Server Failover Cluster

Perry Whittle from SQLServerCentral.com

In level 4 of the stairway to AlwaysOn we look at creating a Windows Server Failover Cluster. More »


 

Free eBook: SQL Server Backup and Restore

Press Release from Redgate

In this free eBook Shawn McGehee offers advice on query tuning, cutting stored procedures, and system process design and implementation for high availability. Discover how to perform backup and restore operations using SQL Server Management Studio (SSMS), basic T-SQL scripts and Redgate's SQL Backup tool. More »


 

SQL Server R Services: Working with Data Frames

Additional Articles from SimpleTalk

Although you can get started with R in SQL Server without understanding data frames, they are a key structure of the R language that are the equivalent of SQL Server table variables. They give you many ways of manipulating and analyzing data and passing it between R and SQL Server. For a database professional, they provide a clear and familiar concept when getting to grips with integrating R into the database. More »


 

From the SQLServerCentral Blogs - SQL Server Phantom Reads

Arun Sirpal from SQLServerCentral Blogs

With Halloween around the corner what better topic to discuss than phantom reads. A phantom read occurs when rows have... More »


 

From the SQLServerCentral Blogs - Line-Continuation in T-SQL

Solomon Rutzky from SQLServerCentral Blogs

Some (or maybe most?) languages and operating system command shells allow for breaking up long lines into multiple lines (i.e.... More »

Question of the Day

Today's Question (by Steve Jones):

I ran this in R Studio:

 > library(randomForest)

This was the result:

Error in library(randomForest) :

there is no package called ‘randomForest’

What should I do to remove this error?

Think you know the answer? Click here, and find out if you are right.


We keep track of your score to give you bragging rights against your peers.
This question is worth 1 point in this category: R Language.

We'd love to give you credit for your own question and answer.
To submit a QOTD, simply log in to the Contribution Center.

ADVERTISEMENT

SQL Server Query Store In Action

The Query Store changes the way you monitor performance on your databases and the way you tune the performance of those same databases. This book represents a deep dive into a large number of topics in and around the Query Store. Get your copy from Amazon today.

Yesterday's Question of the Day

Yesterday's Question (by Avinash):

What's the output from this code?

 DECLARE @dt DATETIME , @bin VARBINARY(20) ; SET @bin = 0x00000020; -- binary value of 32 SET @dt = '2001-01-01' ; SELECT @dt + @bin ; 

Answer: 2001-01-01 00:00:00.107

Explanation:

The data type precedence will keep this a datetime and add 32 to the value. In this case, this results in 107 milliseconds being added.

Ref: Data Type Precedence - click here


» Discuss this question and answer on the forums

Database Pros Who Need Your Help

Here's a few of the new posts today on the forums. To see more, visit the forums.

SQL Server 2016 : SQL Server 2016 - Administration

ApexSQL Monitor - Good afternoon, Has anyone ever used or have an opinion on the ApexSQL Monitor tool? I am currently evaluating the product...

Migrate SQL Server to new server - Hello All, I would like to upgrade my SQL Server 2012 to SQL Server 2016. I created new machine and i would...

Implied Authentication error in Log? - Hello everyone. I just performed an in-place upgrade for a client from SQL Server 2008 R2 to 2016 (Enterprise Ed). Everything...


SQL Server 2016 : SQL Server 2016 - Development and T-SQL

Listing records based on condition - I'm trying to find when a person failed a test during a given time period (cycle) and the results, whether...

Date Ranges - Simple, but seemingly impossible - Hi all, I've done a lot of research and tried so many things for around a week. I'm desperate at this...


SQL Server 2014 : Administration - SQL Server 2014

Memory pressure - Could WaitForDelay function cause memory pressure like I'm seeing this below? I have a sql server agent job that generates...

External Connections - Port number? - Hi, I dunno if this is a dumb question or not but my SQL Server has the Oracle client installed...

Mirroring in a WSFC environment - We are planning to set up mirroring for a small application db we're installing in our environment.  The infrastructure team...


SQL Server 2014 : Development - SQL Server 2014

Understanding of Unique Index - I appreciate it might be a trifling question for most of you, but... I have a primary key on columns A,...


SQL Server 2012 : SQL 2012 - General

Import multiple excel files in one go - Hi all, i have around 50+ excel spreadsheets with 1 sheet in each, the same headings but varying amounts of data...

import .BCP files into sql server -


SQL Server 2008 : SQL Server 2008 - General

Changing NVARCHAR to VARCHAR... - Dear Experts, As part of tuning on a database , I want to reduce the high physical reads by reducing the number...

SQL versus program - Hi all, I'm posting my question in this 2008 forum because we're running SQLServer 2008R2, but it is more a general...

SSIS Package: The step did not generate any output. The return value was unknown. The process exit code was -1073741790. The step failed. - I have created three SSIS packages in a project to handle report subscriptions in SQL Server SSRS 2008. One package that...


SQL Server 2008 : T-SQL (SS2K8)

Error Handling in SQL Server 2008 R2 Try Catch issue - Scenario : we have a stored procedure named : usp_dummy create procedure usp_dummy as begin try begin tran t1 insert into output_table < this table is non...

Join two tables with complex derived keys that don't match - Guys, I need to join two tables together - Master and Detail Master Table: ID =7000776601*1*6994 Code=P*W*S Instances=6994ý12510ý12874ý13245ý13609ý13973ý14337ý14701ý15009ý15072ý15436ý15800ý16164ý16528ý16899 Details Table

Msg 8152, Level 16, State 14, Line 7, String or binary data would be truncated. - I'm having a weird string truncation issue that we've fixed, but it driving me nuts and was hoping somebody may...


SQL Server 2008 : SQL Server Newbies

Transaction log of all databases in the instance is full - Good Morning Experts, We have data and log files in seperate drives. The transaction log of all databases  in the instance...

Dynamic variables in SQL server for HTML - I am trying to recreate and automated email. The email has gone from having, one column with headers and one...


Career : Resumes and Job Hunters

How is MSBI market in India - Hello, I have total 2.6 years experienced in ssis,ssrs,ssas.still I don't feel I have enough experience on these tools. even though I...

This email has been sent to newsletter@newslettercollector.com. To be removed from this list, please click here.
If you have any problems leaving the list, please contact the webmaster@sqlservercentral.com.
This newsletter was sent to you because you signed up at SQLServerCentral.com.
Feel free to forward this to any colleagues that you think might be interested.
If you have received this email from a colleague, you can register to receive it here.
This transmission is ©2017 Redgate Software Ltd, Newnham House, Cambridge Business Park, Cambridge, CB4 0WZ, United Kingdom. All rights reserved.
Contact: webmaster@sqlservercentral.com