object

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

Technical Article

RE: Lessons from my first Project as a Project Manager

  • Reply

Unfortunately, a lot of the bugs that are reported are the "lipstick on chicken" variety or complaints about shades of the lipstick used... One of the main reasons why those d%$# users irritate the heck out of you and why it takes admirable restraint on your part not to wring their .....

You rated this post out of 5. Change rating

2003-06-04

1 reads

Technical Article

RE: select...insert

  • Reply

Two ways 1. Declare the employee columns as input params to proc, in asp before calling InsertAccidentRep call another proc to retrieve them from employee table and then pass them to InsertAccidentRep proc. 2. Do not declare the employee columns as input params to proc but instead declare them as variables. Select the variables from […]

You rated this post out of 5. Change rating

2003-05-30

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