locking

Technical Article

RE: QOD 17th Nov

  • Reply

Ok I am a proponent (big word for the day) ok stored procedure grouping. There biggest advantage are to break out code so that individual execution plans can be stored for situation many folks do if begin code here end else begin alternate code here end but to call that limited revisioning is not correct. […]

You rated this post out of 5. Change rating

2003-11-17

Technical Article

RE: SQL

  • Reply

Hi SQLBill, Actually, your example would return 1,2,2 in both cases. An example that would demonstrate WITH TIES is only slightly different: SELECT TOP 2 * FROM data ORDER BY numbers ASC numbers ----------- 1 2 compared with: SELECT TOP 2 WITH TIES * FROM data ORDER BY numbers ASC numbers ----------- 1 2 2 […]

You rated this post out of 5. Change rating

2003-08-04

Technical Article

RE: Monitoring tools

  • Reply

Antares, is this what you use? This is what our dba uses as well and every once in a while the CPU peaks between 85 and 95% and so the developers get asked the famous question of what changed today from yesterday. Sometimes the dba can pinpoint where the blocking is occurring but a lot […]

You rated this post out of 5. Change rating

2003-07-24

Technical Article

RE: Please help me!!

  • Reply

And remember if you have an SS2k with a setting other then U.S. English, you have to verify that DATEPART for Friday actually is 6. See BOL 'DATEFIRST': quote: -- SET DATEFIRST to U.S. English default value of 7. SET DATEFIRST 7 GO SELECT CAST('1/1/99' AS datetime), DATEPART(dw, '1/1/99') -- January 1, 1999 is a […]

2003-07-24

Technical Article

RE: Triggers vs. Foreign-keys?

  • Reply

Hi Dale, quote: Whatever happened to those ERDs (for Frank, Entity Relationship Diagrams) and UML (Universal Modeling Language) Class Diagrams? please, don't make me think, I'm the only one who doesn't understand. But I'm glad to see you care In fact, when it comes to slang or off-oxford english, which is tought in school here, […]

You rated this post out of 5. Change rating

2003-06-25

Technical Article

RE: implement parent and child in build of materials “

  • Reply

quote: folks, thanks for all the suggestions.aye, I knew that this was going to be a bit hairy, but now i can make an informed decision.I will take a few days to get my head round this, and post a short review of what I did.Please feel free to laugh and or comment 🙂 i […]

2003-06-25

2 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