data quality

Technical Article

RE: SQL and XML format

  • Reply

Hi gljjr I understand the basic syntax of how the EXPLICIT mode works, I just want to know if I need to go change my tables to look like a Universal table, or do I need to create a new Universal table Thanx Ruan

2003-06-20

Technical Article

RE: Documentation of Extended Stored Procedures

  • Reply

1. A good source for information on some of the "undocumented stuff" is Ken Henderson's book "The Guru's Guide to SQL Server Stored Procedures XML and HTML" (It's a good refernce book anyway) 2. Have you tried xp_readerrorlog ? (This xp can read text files by setting the first paramter to -1) Remember the caveat […]

You rated this post out of 5. Change rating

2003-06-17

Technical Article

RE: Need a Set-based way of number rows

  • Reply

Info you are going to use a temp teable, then the Identity() function might help you out. I've used it before and It provides the identity field for the column. try this: SELECT Col1, Col2, IDENTITY(int, 1,1) AS Sort Into #tmpTable FROM MyTable WHERE Col1 = 'SomeCriteria' ORDER BY Col3 select * from #tmptable lowell@stormrage.com

You rated this post out of 5. Change rating

2003-06-09

Technical Article

RE: Syntax of ms_foreachdb?

  • Reply

FOR SQL Server version 6.5 You will need to create a TEMP table as follows and execute sp_MSDBUserProfile proc. Create Table #SQLOLEDbUserProfile (dbid int NOT NULL PRIMARY KEY, profilebits int NOT NULL) Exec Master..sp_MSDBUserProfile 'init' Exec sp_msforeachdb 'Use ? Select db_id(), ''?'' ' For vesrsions 7.0 and greater you can simply exec. the proc as […]

2003-06-06

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