notification

Technical Article

RE: WARNING: Failed to reserve contiguous memory of Size= Can anyone help?

  • Reply

We ran into this  on a 4-way machine running win2k and sql2k.  MS recommended that we have use the '-g 384' switch for SQL Server startup.  That reserves more space for COM objects and extended stored procedures.We ended up having to increase to '-g 512'.  But the problem has not reoccurred since then. 

You rated this post out of 5. Change rating

2004-08-25

Technical Article

RE: How to work with result set from exec in a stored procedure?

  • Reply

You need all of them.If you don't know what the structure is i.e. is notify_level_eventlog an int, smallint, byte it doesn't matter because SQL is intelligent enough to do an implicit cast provided that the data will fit in the datatype chosen for your specific table.i.e. an int holding 32767 will fit into a smallint […]

You rated this post out of 5. Change rating

2004-07-20

Technical Article

RE: variable column alias

  • Reply

SET DATEFIRST 7  --Set First Day of Week to Sunday SELECT SUM(CASE WHEN DATEPART(weekday,[date]) = 1 THEN [column] ELSE 0 END) AS 'Sun',  SUM(CASE WHEN DATEPART(weekday,[date]) = 2 THEN [column] ELSE 0 END) AS 'Mon',  SUM(CASE WHEN DATEPART(weekday,[date]) = 3 THEN [column] ELSE 0 END) AS 'Tue',  SUM(CASE WHEN DATEPART(weekday,[date]) = 4 THEN [column] ELSE 0 […]

You rated this post out of 5. Change rating

2004-07-20

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