Management Data Warehouse

External Article

The SQL Server Features that Time Forgot

  • Article

Every new release of SQL Server comes with new features that cause a ripple of excitement within the industry: well, amongst the marketing people anyway. What happens to all the exciting TLAs that are bandied about when a new version launches? It's mixed, it seems. Adam Machanic's classic post, The SQL Hall of Shame, has inspired Rob Sheldon to look back at some of the features that, though worthy, have may have failed to hit the mainstream.

2017-10-27

5,970 reads

External Article

Removing the SQL Server Management Data Warehouse

  • Article

SQL Server 2008 introduced a new feature, Management Data Warehouse (MDW), which allows users to collect metrics on their servers over time to aid in performance troubleshooting. A lot of people try this feature out, because it is easy to set up, and then find that it is not so easy to remove. In fact, removing MDW is not supported; in SQL Server 2012, though, a new system stored procedure was added to make this process easier. The problem is that this stored procedure (as well as several of the workarounds I've seen published) can leave several objects behind.

2012-08-09

2,418 reads

Technical Article

RE: Any Crystal/Developer Experts out there?

  • Reply

If you have no concern with what tiem the entered_datetime field is just want to see for day then try this.DATEADD(d,DATEDIFF(d,0,appt.entered_datetime),0) between DATEADD(d,DATEDIFF(d,0,@start_date),0)                                and DATEADD(d,DATEDIFF(d,0,@end_date),0)

You rated this post out of 5. Change rating

2004-05-06

Technical Article

RE: SQL Server to Access Data Transfer

  • Reply

quote: The problem is, that some of the fields in the Access DB have Validation Rules and Input masks setup. For instance, there is an email field with a validation of *@*.* The * wildcard is not recognized by SQL server and is consequently throwing an error on valid email addresses. Have you created check […]

2003-12-22

1 reads

Technical Article

RE: SQL Code authoring tools

  • Reply

Hi Diane, quote: We are looking at purchasing a SQL Code Authoring tool. We've looked at RapidSQL, MssqlXpress and AdeptSQL. Are there any others that we should look at? I haven't got in touch with the products you've mentioned, but in my opinion, why spent money on something while QA is free and extendable? Cheers, […]

You rated this post out of 5. Change rating

2003-07-22

1 reads

Blogs

Set a Runtime Variable in an Azure DevOps Pipeline

By

Note: I DO NOT recommend this. Any changes to a pipeline should be in...

A New Word: Symptomania

By

symptomania – n. the fantasy that there’s some elaborate diagnosis out there that neatly...

Query Store Keeps Switching Itself Off, Getting it Moving Again

By

I recently received a complaint that Query Store for a particular database was turned...

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