r language

Technical Article

RE: How to enforce a one-row table

  • Reply

Great idea but I think they really want a custom error message and a check constraint won't do it.  Ran into the same problem with permissions... no custom error message.Switching gears...Remi knew what I meant when I said a "before" trigger... it's really called an "Instead of" trigger in BOL which, unlike the standard or "after" […]

You rated this post out of 5. Change rating

2005-01-06

Technical Article

RE: Decorum in the Forums

  • Reply

Not causing any trouble by making suggestions. We think on them, sometimes the time is right, sometimes not. Also a matter of time and resources - isn't most everything?! We're doing some ground work now on some internal changes, our data model has sprawled a bit, we aim to clean that up and finish the […]

You rated this post out of 5. Change rating

2005-01-06

Technical Article

RE: Copy SP

  • Reply

INSERT INTO tbl2 (fname) SELECT fname FROM tbl1 WHERE ref#='123'Btw, the # sign isn't really good to be used as a column name. I have seen several threads here, where this caused more or less severe problems.

You rated this post out of 5. Change rating

2004-12-16

Technical Article

RE: programming languages

  • Reply

At the risk of being accused of being facetious, here are the differences between C# and VB.NET:- C# uses { and } to delimit blocks, whereas VB.NET generally uses new lines and tokens that are English wordseg if (condition) { true-block } else { false-block }versusIf condition Then    true-block Else    false-block End If- […]

You rated this post out of 5. Change rating

2004-12-16

Technical Article

Erase LTO tape to new condition

  • Topic

We've found that we have certain problems when using new unformatted tapes. Unfortunately I've written stuff to all of our tapes during the testing process and no longer have any to test with. Is there a method to restore an LTO tape back to 'in the box' condition? Would a bulk-eraser work on these tapes […]

You rated this post out of 5. Change rating

2004-11-23

4 reads

Technical Article

RE: Populating @Variables dynamically

  • Reply

Farrel,No worries mate. Don't forget though: If you declare the variable within an sql string and exec it, it will generate a new spid and the variable will only have the lifespan of the new spid. It won't be useable anywhere else in your sproc - thats when you get the variable declaration error messages. […]

You rated this post out of 5. Change rating

2004-11-10

Technical Article

RE: Easy administration of hundreds of SQL servers?

  • Reply

Hi Steve,we do monitor all the servers with CA TNG Unicenter. That work perfectly by the way. So the DBA-on-24/7-call guy gets the call when something happens to one of the servers and takes care of business.What we really would like is make checking the jobs and logs quicker. Now it takes quite some time to surf […]

You rated this post out of 5. Change rating

2004-11-10

Technical Article

RE: Strange behaviour using SQL Server 2000

  • Reply

Okay, makes sense, but does not explain why the text suddenly appears when I remove the photo field...?? As I mentioned above it works fine when the text datatype is VARCHAR - what confuses me is that I have used the same datatypes on earlier websites with no problems... Luckily the propertyDescription will not be […]

You rated this post out of 5. Change rating

2004-11-09

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