Analysis Services (SSAS)

Technical Article

RE: sp_rename conflicts with Replication

  • Reply

If you have a table in a publication you won't be able to rename the table, unless you drop the publication, rename the table, and then recreate the publication. To know if the table is in any publication, execute SELECT article FROM Distribution.dbo.MSArticles WHERE Article = 'yourTable' from the distributor.

You rated this post out of 5. Change rating

2003-05-02

Technical Article

RE: SQL7 CPU 99% - help?

  • Reply

Run performance monitor to see which processes are consuming the CPUs. Are any other applications except SQL Server running in same box? If you comfirm the high CPU usage is caused by SQL Server, Run Profiler to trace the queries that have high CPU usage and examine the query's execution plan and indexes.

You rated this post out of 5. Change rating

2003-05-01

1 reads

Technical Article

RE: SQL7 CPU 99% - help?

  • Reply

I would actually connect to the server or go to the console and run Task Manager and see which process is using all the CPU. It sounds like the results from sp_who2 showed no SQL process having high CPU cycles so, it may be something else is hitting the processor. Just my thoughts. David

You rated this post out of 5. Change rating

2003-05-01

1 reads

Technical Article

New MDX Book Published

  • Article

Fast Track to MDX gives readers all the necessary background information needed to write useful, powerful MDX expressions and introduces the most frequently used MDX functions and constructs. No prior knowledge is assumed and examples are used throughout the book to rapidly develop MDX skills to the point where a reader can solve real business problems. A CD containing examples from within the book, and a time-limited version of ProClarity, is included

2003-05-01

2,698 reads

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