paas

External Article

Introduction to SQL Server in Microsoft Azure

  • Article

The convenience, competitive pricing, resiliency, and ease of maintenance of the SQL Database Platform as a Service (PaaS) offering hosted on the Microsoft Azure platform are partially offset by a lack of support for some of the features. These limitations can be eliminated by taking advantage of the Microsoft Azure IaaS capabilities and installing a SQL Server instance in an Azure-hosted VM.

2014-06-23

5,979 reads

External Article

Windows Azure from a Data Perspective

  • Article

Before creating a data application in Windows Azure, it is important to make choices based on the type of data you have, as well as the security and the business requirements. There are a wide range of options, because Windows Azure has intrinsic data storage, completely separate from SQL Azure, that is highly available and replicated. Your data requirements are likely to dictate the type of data storage options you choose.

2012-05-22

2,650 reads

Technical Article

EXEC SP from SP

  • Topic

Help.  I am calling this EXEC from inside a SP. See Below.My problem is this.  When I script out my SPs and reload it is giving me an error that it can't find GetPatientHL7Data.  I am sure because the SPs that it is erroring on are loading before GetPatientHL7Data.If this is the problem, I prefer […]

2004-04-20

2 reads

Technical Article

RE: Passing stored procedure param to UDF for a parameterized view

  • Reply

This is the script I am using to run the function: -- This just runs forever DECLARE @dtDateEnd datetime SELECT @dtDateEnd = '03/05/04' SELECT * FROM [dbo].[fnCMStatsMTD_Summary](@dtDateEnd) --- This work fine SELECT * FROM [dbo].[fnCMStatsMTD_Summary]('03/05/04')--If I hard code the date in the procedure it runs fine (50sec)ALTER PROCEDURE usp_CMStats_MTDTest @dtDateEnd datetime ASSELECT  fnAdmissionsMTD_CR_CM.Agency,  fnAdmissionsMTD_CR_CM.Team_Number, fnAdmissionsMTD_CR_CM.Case_Number, […]

2004-03-05

Blogs

EightKB 2024 – Schedule and Registration

By

Hello Hello, We. Are. Back! The schedule for EightKB 2024 Edition has been announced!...

Inside SQL Server Backup and Restore History Pruning with sp_delete_backuphistory

By

I had a customer that was looking to document a restore that had occurred...

T-SQL Tuesday #176: That Piece of Technical Advice for the Past Me

By

DIVERSIFY! We devote a lot of time to mastering the technology that we are...

Read the latest Blogs

Forums

7 sept, scheduled book

By philip.scott

Comments posted to this topic are about the item 7 sept, scheduled book

7 sept, schedlued article

By philip.scott

Comments posted to this topic are about the item 7 sept, schedlued article

6 sept, published book

By philip.scott

Comments posted to this topic are about the item 6 sept, published book

Visit the forum

Question of the Day

Azure Data Lake Storage Gen 2

Azure Data Lake Storage Gen 2 is built on ...?

See possible answers