String Functions

Technical Article

installation problem

  • Topic

I have a m/c with os-win'98. when installing Client Tools from the SQL server 2000 CD the following error poped up: Unable to install client tools as there are some pending files in your previous installation restart your m/c to resume installation How do I overcome this problem?

You rated this post out of 5. Change rating

2004-03-05

1 reads

Technical Article

RE: Triggers to create String ID

  • Reply

I would suggest to use a extra identity column to handle this. Here is the output of 2 possible solutions you can find in my test script : (the sp__drop procedures are procs i wrote to drop existing tables/procedures/functions ... ) :drop table dbo.tst1 create table dbo.tst1 insert dbo.tst1(name) select * from dbo.tst1 _id ID name 1 A0001 a […]

You rated this post out of 5. Change rating

2004-03-05

Technical Article

RE: User does not exist????????

  • Reply

I ran into this exact situation a couple months ago.  Before you can add the user to any new access or change any existing acces you must completely remove her user ID from all databases then the server.  Then add her back in with new ID.  I ensured her continued access during the process by […]

You rated this post out of 5. Change rating

2004-03-03

Technical Article

RE: How to create an uneditable database ?

  • Reply

I don't think you can secure it completely but you can detect changes. A trigger as suggested will work except with outright sabotage where someone disables the trigger! To cover that, have an encrypted validation field (a hash total or something) which you gui compares with the actual data. Any discrepancy then generates an alert […]

You rated this post out of 5. Change rating

2004-01-29

1 reads

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