Analysis Services (SSAS)

Technical Article

RE: Design Question

  • Reply

I'm inclined to agree that just storing the data I have is the better option than creating data. The values I might have created would be the current value not the change in value. If an item had a value of 5 last month and is still 5 this month I would not get a […]

2003-11-26

Technical Article

RE: Query Performance

  • Reply

The queru on the permanent table has to do less actions. Doesn't need to allocate memory, free up memory etc. A good point made before is the size of the memory table. If it is too large why don't you create a Fixed table for it. add an extra field as an identifier or user […]

2003-08-26

1 reads

Technical Article

RE: DTS Package containing unused connections

  • Reply

Thanks. That works just fine! What I have to do is add a connection via the right click menu, choose an Existing connection and then Cut or Delete the icon. If I add a connection by dragging from the connections toolbar then I cannot delete the unwanted connection. Thanks.

2003-08-19

2 reads

Technical Article

RE: T-SQL

  • Reply

You can't do this from standard T-SQL. The only way is to implement an extended stored procedure that spawns a separate thread. Don't know how to return a result set from this though.

2003-08-18

1 reads

Technical Article

RE: File Backup

  • Reply

I don't think so. Stored procs are stored on the physical mdf files of the database. If you are doing file backups, you are capturing the database schema also because that is stored in the primary file group. Thanks Tom

2003-08-07

Technical Article

RE: View Complete Timestamp in VB

  • Reply

If I knew that the user was going after a column that was a Datetime value, using convert would be perfect. But the application will not be able to determine the column data type until the recordset is returned. Thanks for the help though.

2003-08-06

1 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