Data Dude

Technical Article

RE: Procedure cache - recompile problem

  • Reply

Thank you for the suggestions. We have gone through the syscacheobjects table. Note that the setopts values are not completely documented for SQL 2000. And this problem arises because a trigger has three possible caching objects, but setopts can only use two. A multirow trigger har no special setopts, and a single row trigger has […]

2003-06-04

1 reads

Technical Article

RE: comparing datafields in different tables

  • Reply

I have two tables.Employeecustomedetail with field freetext04 and another table occupation with the field name. Now both freetext04 and occupation contains an employee's occupation. HOwever in freetext04 the occupation will be i.e 'rigger' and in occupation.name it will be rigger0260. How do I write a statement that compares these two fields? Does it make more […]

2003-05-15

Technical Article

RE: Order by in Query problem

  • Reply

Try creating dynamic sql and parse the briefcase and add case statements to the dynamic sql to do the order by. declare @briefcase varchar(100),@work varchar(100),@this varchar(10),@order varchar(1000),@ct int,@num int declare @sql nvarchar(4000) set @briefcase = '47,36,187' set @work = @briefcase set @order = '' set @num = 0 while @work <> '' begin set @ct […]

2003-05-13

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