always on

Technical Article

How do you create a diagram for an existing db?

  • Topic

Hi folks - I want to dynamically create a diagram of our existing databases. The only thing I can find is in Enterprise Manager... Diagrams - and this appears to actually build a database for me (plus I have to do it manually).I want to point this tool to one of my databases and have […]

You rated this post out of 5. Change rating

2004-03-10

2 reads

Technical Article

RE: ActiveX Script Task Timeout Expired Error?

  • Reply

If all you have is this one task, why are you using DTS?How about breaking up the stored procedure execution into a few steps. Then use workflow and looping to perform the job.You can return a resultset in an ExecuteSQL task and loop through it. See the following,http://www.sqldts.com/default.aspx?298 

2004-01-22

1 reads

Technical Article

implementing "spare parts"

  • Topic

Hi, I want to implement products/spare parts. I have the following schema <SCHEMA>tblProductproductIdproductCategroryId (refs tblProductCategory.categoryId)productNameetc tblProductCategorycategoryIdcategoryNameisSparePart  (BIT)<\SCHEMA>  Now,  when I am searching for spare parts, I can use a udf to simplify my queries.. udfGetSparePartsSELECT DISTINCT            p.productId,            p.productNameFROM             tblProduct p,            tblProductCategory pc WHERE p.categoryId = pc.categoryIdAND pc.isSparePart= 1 So, I can select against the table that this udf returns, instead of […]

2004-01-13

Technical Article

RE: Sub-queries - good or bad idea?

  • Reply

I think that I would work at attempting to find another solution. It may be that the impact from a de-normalized table, and overhead of the triggers doesn't affect you right now, but going this route, rather than reworking the query seems excessive......I don't know your situation enough to say, it's just that this is […]

You rated this post out of 5. Change rating

2003-12-29

1 reads

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