SQL Server 2017

Technical Article

RE: Tableau Software Debuts

  • Reply

This, like many other tools seems to be a great decision support tool.  However the "gotcha" in decision support is not in the tool used to present information.  The real pain is in the actual data analysis and classification. I have been a first-hand witness to a company pouring out millions of dollars trying to find […]

2005-04-04

Technical Article

Latest SQL Server 2000 Build

  • Topic

Hi All,We want to upgrade our SQL Server 2000 from current Build 780 to the latest build. Can some advise what the latest build is and where I can download the fixes?Thanks a lot,Yichang

2005-03-23

Technical Article

RE: DB Owner ''''unknown'''' on Model and MSDB databases

  • Reply

How about this code???? Use Modelgoexec sp_configure 'allow', 1 reconfigure with override go declare @sid varbinary(85) select @sid = sid from master.dbo.syslogins where loginname = 'sa' update master.dbo.sysdatabases set sid = @sid where dbid = db_id() exec sp_configure 'allow', 0 reconfigure with override I successfully ran this against my MDSE Instance and was able to change the […]

You rated this post out of 5. Change rating

2005-03-18

Technical Article

RE: databasepropertyex

  • Reply

Hi,Please make sure that you don't have any empty spaces. Did you check the database compatibility. Hope it is 80.If the database compatibility is 60,65,70 then probably you have some other setting to look for. I've noticed that if you specify a nonexistent database name, it returns an empty result set instead of returning an error […]

You rated this post out of 5. Change rating

2005-03-17

1 reads

Technical Article

RE: Tips On Optimizing Index Performance

  • Reply

Good article, but I'd have to disagree with the following:"Non-Clustered indexes are better for singleton and individual row lookups. "Non-Clustered indexes really aren't any "better", they costs virtually the same (an index seek vs and clustered index seek) during selects.  And when ordering is necessary they can drastically improve performance.One of the subtle things about SQL […]

2005-03-16

Blogs

Small Data SF 2024

By

I can’t remember how I heard about Small Data SF 2024, but it caught...

A New Word: Moledro

By

moledro – n. a feeling of resonant connection with an author or artist you’ll...

Snowflake + Azure blob

By

Let’s go back to data platforms today and I want to talk about a...

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