Execute

Technical Article

RE: Service Pack 4

  • Reply

I think the problem occurs with only with AWE enabled, because /3GB switch is for Widows User mode address space enlargement and AWE is specific to SQL Server. But there are other problems associated with SP4 - I still recommend that you should wait for atleast 6 months after the release of a service pack.

2005-05-27

Technical Article

RE: Question of the Day for 22 Oct 2004

  • Reply

I'm all for trick questions, it's just slightly annoying that the question specifically asked you NOT to try it first.  The only reason I can think of as to why someone would say that is to get most of us to get it wrong.  I can't imagine very many of us would stumble across this one too […]

You rated this post out of 5. Change rating

2004-10-22

Technical Article

RE: SQLServer 7.0 Query against smalldatetime

  • Reply

Or, don't bother with any of the conversion stuff and just: CREATE PROC dbo.GetProjects @StartDate SMALLDATETIME , @EndDate SMALLDATETIME AS BEGIN SELECT Fields -- Don't use * !!! FROM tblProjects WHERE insertedDate BETWEEN DATEDIFF(day, 0, @StartDate) AND DATEDIFF(day, 0, @EndDate) END The DATEDIFF strips the time portion of the smalldatetime/datetime field. Since DATETIME fields are […]

You rated this post out of 5. Change rating

2003-07-28

1 reads

Technical Article

RE: Importing data from txt file and updating Table

  • Reply

A couple of extra points. 1. Do the updates before the inserts otherwise you end up updating the rows you have just inserted. 2. If you have 500K rows to process and a table of 1.7M, then you will probably have locking issues. One way round this would be to add an identity column to […]

You rated this post out of 5. Change rating

2003-07-25

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