events

Technical Article

RE: I would like to create a function that......

  • Reply

DataGuard, I wanted to do the "normalization" in the SELECT statement (thus the reason for a function). From your post, it sounds like that won't be possible and as far as I know, one can't use a SP in the SELECT statement. Looks like I will have to rethink my process. Darn. 🙂 Thanks for […]

You rated this post out of 5. Change rating

2003-09-02

Technical Article

RE: A virtual drink for everyone !!!

  • Reply

Dale, http://www.freetranslation.com/ I use it sometimes with my French customers and although it is better than babelfish it still doesn't replace linguistic ability. For some vague reason my study of the French language did not have much to do with computers and more with ordering a good French red wine from the waiter. Hindsight is […]

You rated this post out of 5. Change rating

2003-08-27

Technical Article

RE: SELECT parameters

  • Reply

If your message can be less than 255 characters, you might want to check out the extended stored procedure xp_sprintf. If you have ever done C programming, you will feel right at home with this stored proc. Here is an example: declare @variable1 nvarchar(10) declare @variable2 nvarchar(10) declare @message varchar(255) set @variable1 = 'Betty' set […]

You rated this post out of 5. Change rating

2003-08-27

1 reads

Technical Article

RE: SQL Server Security: Pros and Cons of Application Roles

  • Reply

quote:In the end I dumped the application role and harassed the developer to change his code. If there were a way to “undo” or roll back the application role setting, this would not have been a problem.I agree wholeheartedly. While a simple stored procedure can reset client settings, nothing exists to reset an app role […]

You rated this post out of 5. Change rating

2003-08-27

2 reads

Technical Article

RE: Index for column with a lot of Null

  • Reply

I agree that there is probably a design flaw/oversight if there are that many NULL's. However, if a column in a table has values that are REALLY lopsided, like a bit column with 99% of values set to one value, then an index is helpfull in some cases if you are only querying for the […]

You rated this post out of 5. Change rating

2003-08-27

Technical Article

RE: A virtual drink for everyone !!!

  • Reply

Babel fish makes the funniest translations. It always translates the language so that the speaker sounds as if they have just landed from Mars and are using a dictionary to speak to you. Dr. Peter Venkman: Generally you don't see that kind of behavior in a major appliance. Patrick

You rated this post out of 5. Change rating

2003-08-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