PowerShell

Technical Article

RE: Some inteligent way of implementing?????

  • Reply

The only issue with implementing using a partitioned view is that you cannot use identity in any of your base tables, so if you have you WILL NOT see a performance improvement.  I have seen some of the same problems and a lot can be done by indexing correctly, what you are joining on, and […]

You rated this post out of 5. Change rating

2004-03-03

Technical Article

RE: Question of the Day for 02 Mar 2004

  • Reply

I also think the answer quoted is incorrect :-BOL quotes "text in rowWhen OFF or 0 (disabled, the default), it does not change current behavior, and there is no BLOB in row. When specified and @OptionValue is ON (enabled) or an integer value from 24 through 7000, new text, ntext, or image strings are stored […]

You rated this post out of 5. Change rating

2004-03-02

Technical Article

Puzzling SQL

  • Topic

I have a very complicated SQL or at least it is to me the newbie. I have 4 tables -- EVENT, ENTITY, PERSON_INVOLVED, GLOSSARY.  The EVENT table is the main table.  Each EVENT can have one or more PERSON_INVOLVED record.  Each PERSON_INVOLVED record has one ENTITY record.   I need a view of the event, person_involved as patient, person_involved […]

You rated this post out of 5. Change rating

2004-03-01

2 reads

Technical Article

RE: summing totals in a query

  • Reply

SELECT SUM(*) as FINALVALUEFROM(select count(*) as Count_A from A UNION ALL select count(*)  as Count_B from B UNION ALL select count(*)  as Count_C from C UNION ALL select count(*) as Count_D from D UNION ALL select -1*count(*) as Count_E from E ) T

You rated this post out of 5. Change rating

2004-02-26

Technical Article

Strange Login Failure

  • Topic

I have a newly installed SQL Server 2000 instance on a Windows 2000 Server machine, installed under the administrator account on Kong.  SQL Server is configured for Windows authentication.The database is configured with only TCPIP.I have added two users, jcc\tom and jcc\keith (me).Tom is able to create an ODBC connection from his workstation with no […]

2004-02-25

2 reads

Blogs

SQL Saturday Boston 2024 Slides

By

Thanks to everyone that came to my talks. Slides are below. Best Practices for...

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...

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