NoSQL

Technical Article

RE: Single database or multiple?

  • Reply

I agreewith Frank kalis. A single Database approach is the place to start.I don't know why you are even contemplating multiple Database at this stage! The fist stage is to come up with a Conceptual Model and then ascertain.

2004-02-23

Technical Article

RE: GETDATE -> only DATE needed

  • Reply

Well it can actually depend on yuor version of SQL and some settings I forget. If you store as a string and compare to a string SQL in most cases will compare as string, if comparing to a date SQL may convert to a compatible date format (it is a real value with whole number […]

2004-01-23

Technical Article

RE: how to find sa password from registry in sql 2000/7.0/6.5 if i forget the sa password?

  • Reply

For 6.5 run regedit - Go to HKEY_CURRENT_USER/Software/microsoft/MSSQLserver/SQLEW/Registered servers and then double click on the required one.THe SA will be on the right of the screen vertically.Don't tell anyone this came from me - And I never use it because I never, ever forget my SA password as they are stuck on my screen with […]

You rated this post out of 5. Change rating

2004-01-16

8 reads

Technical Article

RE: Where Do I Want To Go Today? - Rich Data Types

  • Reply

Although SQL Server can store, index and search (to a certain degree) complex (non atomic) data types, it offers no native support for them. BLOB's like audio, video are huge, non-atomic data types that consists of parts and subparts and that's non so easy to represent int a relational db. BLOB's are mostly stored outside […]

2003-10-06

Technical Article

RE: Comparing two tables

  • Reply

To use a checksum to determine row changes you need to have a unique key so that individual rows can be identified. (Checksum does not work on text, ntext, image, timestamp or ROWGUID data types.) One manner in which I have used checksum is to create a checksum table for each table I wish to […]

You rated this post out of 5. Change rating

2003-08-28

Technical Article

RE: ANSI SQL specs ?

  • Reply

The ANSI standards refer to the ISO standards. If you need the ISO SQL specs, I would suggest purchasing them from ISO.org. Both ANSI and ISO sell copies of their standards as one method of covering the cost of creating and revising the standards.(http://www.iso.org/iso/en/StandardsQueryFormHandler.StandardsQueryFormHandler?scope=CATALOGUE&sortOrder=ISO&committee=ALL&isoDocType=ALL&title=true&keyword=sql) Corrigendum are frequently publish and are usually available for free at […]

You rated this post out of 5. Change rating

2003-08-05

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