deadlocks

Technical Article

RE: creating a db user role

  • Reply

Thanks for your info. By the way, to fix the public execute permission, I copied an existing script in this site, and modified it: declare @procname varchar(100), @command varchar(100) declare Crs insensitive cursor for select name as ProcName from sysobjects where type = 'P' order by name for read only open Crs fetch next from […]

You rated this post out of 5. Change rating

2003-06-19

Technical Article

RE: sql statement - please help!

  • Reply

Another way would be to use the OR method (Better name?) Select * From xx Where (Col1 = @param1 OR @Param1 Is Null) and (Col2 = @param2 OR @Param2 Is Null) If any of the params are not supplied, they are null so the statement is still true. There was another thread a week or […]

You rated this post out of 5. Change rating

2003-06-17

Technical Article

RE: sql statement - please help!

  • Reply

Hmm. Maybe i have to learn dynamic sql at some point...But would it be possible to add some kind of "flag" that says whether the user is interested in the specific criteria or not (e.g 1 if yes, 0 if no), and then in the where clause use only those criteria whose flag says 1??? […]

You rated this post out of 5. Change rating

2003-06-17

1 reads

Technical Article

RE: What makes a good developer?

  • Reply

Hello NPeeters, quote: 1. Problem solver. Anyone can code something, but it starts to get difficult when you're debugging. Seen a lot of good coders fail completely when they encountered an issue somewhere. They either did not know how/where to start looking or they just gave up and marked the bug as 'hidden feature'... 2. […]

You rated this post out of 5. Change rating

2003-06-11

Technical Article

RE: IMPORTING AN ASCII TEXT FILE DAILY

  • Reply

Hello sbuckby, quote: We had exactly this same problem. Our client provides a work order system that we HAVE to use. We can extract a CSV from it. We use some VB to parse the records on the way. The client system has some field rules that don't fit our field rules ALL of the […]

You rated this post out of 5. Change rating

2003-06-11

1 reads

Technical Article

RE: Row updated?

  • Reply

Hi John, quote: problem of 'updates'. I want to somehow know when a row has been updated. I've been reading about triggers, timestamp (rowversion), programmactically set a flag, etc and at this point I would appreciate some guidance. I'm not sure in which direction the guidance should go. If you want to know how to […]

2003-05-26

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