Artificial Intelligence (AI)

Technical Article

RE: Question of the Day for 01 Feb 2005

  • Reply

aha, so that's how you get answers - google!  (and who doesn't?)are these even going to go to SQL Server 2005? Some of these security permissions will need to be revisited when we need to move to SQL Server 2005. Maybe we should be posting questions that we know will be going to SQL Server […]

You rated this post out of 5. Change rating

2005-02-03

Technical Article

Strange problem with extended property

  • Topic

Hello, I have a problem with extended property MS_ConstraintText. MS_ConstraintText property is not shown to other end users except for my own login (which have created the extended property). Another extended property, caption, is displayd correctly for all users. Here is example code: -------------------------- CREATE table T1 ( id int identity not null primary key […]

You rated this post out of 5. Change rating

2005-01-16

2 reads

Technical Article

RE: Data manipulation nightmare

  • Reply

It might even be from a _new_ mainframe db create function dbo.fnGetNextRecNo(@company xx, @customer xx, @glperiod xx, @transaction) returns smallint as     begin         declare @NewRecNo smallint, @recno int         select @recno =max(recno) + 1        from _B        where company = @company            and customer = @customer           and glperiod = @glperiod           and transaction = @transaction                 set @NewRecNo = isnull(@RecNo , 1) […]

You rated this post out of 5. Change rating

2004-11-16

Blogs

SQL Saturday Boston 2024 Slides

By

Thanks to everyone that came to my talks. Slides are below. Best Practices for...

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...

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