Free Training

Technical Article

RE: re-index

  • Reply

Andy, According to the article at http://www.sql-server-performance.com/statistics.asp : "If the number of rows in a table are greater than 6, but less than or equal to 500, then statistics are automatically updated when there have been 500 modifications made. If the number of rows in the table are greater than 500, then updates are automatically […]

You rated this post out of 5. Change rating

2003-07-28

1 reads

Technical Article

RE: Identity Function Problem

  • Reply

Testing in SQL2000, it does not even allow a variable when used with the IDENTITY function. You could do something like this, however. exec ('select field1, IDENTITY(int,' + @val1 + ',1) AS [ID] into #temp_list from table2 select * from #temp_list order by [ID]')

You rated this post out of 5. Change rating

2003-07-23

Technical Article

RE: Recursive instead-of-delete triggers

  • Reply

The example can trace 'American family back to the Revolutionary War'. Quote from the article. Done the lineage stuff in 6.5 but the lineage storage (varchar(255)) was a problem because of the key sizes used for the parent/children relationship. With SQL 2000, 8000 characters one should be fairly safe. Lastly, I am a big fan […]

You rated this post out of 5. Change rating

2003-07-21

1 reads

Blogs

Simple Talks Episode 7

By

The season 1, seventh episode of Simple Talks is out. Check it out, with...

A New Word: the McFly effect

By

the McFly Effect – n. the phenomenon of observing your parents interact with people...

Key mappings in Visual Studio Code

By

At a recent conference I was asked how I executed code during my presentation....

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