HASHBYTES()

Technical Article

RE: How Do You Pass input parameters to a Stored Procedure Using an ASP Input Screen?

  • Reply

As you've probably already found out, there are a lot of different ways to do things in ASP and ADO.  Somethings to consider when choosing which way to do it is the possibility of SQL injection attacks as well as performance. Using a parameterized ADO Command Object reduces the risk of SQL injection attacks (note: […]

You rated this post out of 5. Change rating

2004-02-25

Technical Article

Suggestions on processing result set in T-SQL

  • Topic

Attempting to get column name from varchar staging table and data type from target table.Query works, but need ideas on processing rows returned to select IsDate, IsNumeric .. based on data type.select is1.column_name, is2.data_type from   information_schema.columns is1,        information_schema.columns is2 where  is1.table_name = 'StagingIn and    is2.table_name = 'Target' and    is1.column_name = is2.column_name and    is2.data_type <> […]

You rated this post out of 5. Change rating

2004-01-18

1 reads

Technical Article

RE: tracking updates on tables

  • Reply

Don't see the problem here... If the Manager gets deleted, so would the ID, so there is no difference in it. I personnaly would go for : 1. Track ID's using a trigger 2. Make sure the ID is always unique, even if a manager gets deleted 3. Create a 'history' manager table that is […]

You rated this post out of 5. Change rating

2003-07-17

Technical Article

RE: How many records can SQL Server handle?

  • Reply

Frank, If you have access to SQL Server Books OnLine, in the index search for: limitations-SQL Server objects You will see that the maximum rows for a table is limited by the available storage space. The maximum (theoretical) size of a database is 1,048,516 TB, and not a single terrabyte as earlier suggested. Regards Kent

You rated this post out of 5. Change rating

2003-07-09

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