bulk insert

Technical Article

Internal Query Processor Error: The query processor ran out of stack space during query optimization.

  • Topic

Server: Msg 8621, Level 17, State 1, Line 1 Internal Query Processor Error: The query processor ran out of stack space during query optimization.I got the above error when I tried to delete row from a specific table(delete from test.settings where id = 10054; ), that table has too many foreign keys (1009 FK's), so […]

You rated this post out of 5. Change rating

2004-12-21

1,388 reads

Technical Article

RE: Problem w/temporary tables in Stored Procedure accessed by SSRS

  • Reply

In addition to the fact that it takes less time to spin up on the Reporting Services, I trust the Database Driver for SQL to release connections (which I've been having no end to problems with Crystal), more of our people are familiar with the Visual Studio environment, etc, etc.  Makes it more cost effective […]

You rated this post out of 5. Change rating

2004-07-23

2 reads

Technical Article

RE: Stored Procedure issue

  • Reply

Hi David,I like what you did with the query.  It looks much "cleaner" than before. However, I get the following message: Line 59 (highlighted): Incorrect syntax near 'Daily Total'Thank you.CREATE PROCEDURE MTDPerformance3 ASSELECT department,   [Date],   SUM(CASE [Product] WHEN 'E-Tech' THEN [output] else 0 END) as 'E-TECH',   SUM(CASE [Product] WHEN 'E-9' THEN  [output] […]

You rated this post out of 5. Change rating

2004-04-14

Technical Article

RE: CPU Usage of sqlservr.exe

  • Reply

I would run sp_who2 to check what processes are using up CPU and if any blocking is happening.   If you have the money, I would recommend using NetIQ's DiagnosticManager.  It monitors real time stats on your server and it also has a feature callew Worst Performing Queries/Stored Procedures/Batches.  It actually tells you the queries that […]

You rated this post out of 5. Change rating

2004-04-14

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