estimated plan

Technical Article

RE: T-SQL Experts - Can this SP be recoded to work as a UDF

  • Reply

I took Jack's code, modified it with the changes suggested by Antares and I get this:Create FUNCTION dbo.udf_GetEMpsBYManager ( @empid char(6) ) RETURNS @table_variable TABLE (employeeid char(6), sn varchar(15), givenname varchar(25), mail varchar(50) ) AS BEGINDeclare @temp Table (employeeid char(6)) Declare @rows IntInsert Into @temp   Select Distinct employeeid   From directory   Where higmanagerempid […]

You rated this post out of 5. Change rating

2004-03-22

Technical Article

RE: Dynamic Properties using INI file -- Can I read the key value

  • Reply

Within Windows NT4, Windows 2000 in fact even in Windows 95 & 98 (they also exist in dot net but for the life of me can not recall their namespace) there are available system modules which will read/write an INI file:In VB code would:Declare Function WritePrivateProfileString Lib "Kernel32" Alias "WritePrivateProfileStringA" (ByVal AppName$, ByVal KeyName$, ByVal […]

You rated this post out of 5. Change rating

2004-03-12

Technical Article

RE: Yukon Delayed Again and Named

  • Reply

Given the importance of data in the corporate environment I think Microsoft have made a good call.If YUKON is as big a jump forward as VS.NET then it will have been worth the wait.Hopefully it will be stable and secure with no "buffer overrun" security glitches.

You rated this post out of 5. Change rating

2004-03-12

Blogs

Set a Runtime Variable in an Azure DevOps Pipeline

By

Note: I DO NOT recommend this. Any changes to a pipeline should be in...

A New Word: Symptomania

By

symptomania – n. the fantasy that there’s some elaborate diagnosis out there that neatly...

Query Store Keeps Switching Itself Off, Getting it Moving Again

By

I recently received a complaint that Query Store for a particular database was turned...

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