Object Name

Technical Article

RE: Using functions in Procedures

  • Reply

Are we saying that in these circumstances funtions are OK. It's only against very large tables there is a problem? No.  A Function procedure gets optimized the same as any other procedure or query.  What matter inoarticular with functions is "How many times is it called?"This is because the performance overhead that you incur with […]

You rated this post out of 5. Change rating

2004-02-25

Technical Article

RE: "Starting up database xxxxxxxxxxxxxxx"

  • Reply

What do you mean by: It should not be caused by Auto Close That IS the message seen when Auto Close is set to ON for a database. If Auto Close is set for off, check your SQL Server error logs and the Windows Event logs. You might find other indications of problems. Something might […]

You rated this post out of 5. Change rating

2003-08-26

2 reads

Technical Article

RE: switching off the identity on a column

  • Reply

I get the same error, can't find in BOL why the syntax error. Anyway, what about this: -- First add an identity column... ALTER TABLE MyTable ADD MyNewIdentityColumn INT NOT NULL IDENTITY(1,1) GO -- Next, throw the old values into the new identity column UPDATE MyTable SET MyNewIdentityColumn = MyOldIntColumn GO -- Next, drop old […]

You rated this post out of 5. Change rating

2003-06-17

Technical Article

RE: Create multiple temp tables

  • Reply

Crispin, thanks. Is there any way to return the name of each of these tables, per user? E.g., if user A created a temp table (the longer life type), how would I be able to reference it in a select statement for example? Thanks

You rated this post out of 5. Change rating

2003-06-17

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