events

Technical Article

File List ??

  • Topic

Hi AllI'm building a process that reads a directory from the disk and stores the path and files details in a table.Does anyone know of a xp (documented or undocumented) that will list all files in a given directory? I know I can use xp_cmdshell and do a DIR, but I'd prefer not to do […]

You rated this post out of 5. Change rating

2004-02-12

5 reads

Technical Article

RE: Stored Procedure Job Status

  • Reply

If you really wanted to you can.  Just create a table like "sp_Status".  In your sp, just insert a record into sp_Status with some description at whatever steps/points you want.  But, you would have to ask the user to open another QA window and do a "SELECT * FROM sp_Status" every now and then to […]

You rated this post out of 5. Change rating

2004-02-12

Technical Article

RE: An Introduction to Database Models

  • Reply

Serialization, IMO, defeats the purpose of having a DBMS and brings us back to flat-file land.  Part of the definition of a DBMS is that it's shared - many processes can talk to the DBMS at once.  Serializing in essence is the same as putting the database into single-user mode and then letting the app hit […]

You rated this post out of 5. Change rating

2004-02-12

Technical Article

RE: Modifying fillfactor without rebuilding the index

  • Reply

"So if I drop and recreate the index in the middle of the operation the users go for a toss."Your create index command will be blocked if the index is being used by user transactions. The user activites will be blocked by recreating index statemnet until indexes are recreated.

2004-02-12

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