Restore

Technical Article

RE: Storing images and pdf files in SQL Server 2000

  • Reply

We also conducted reseach as to where the best place to store images/documents.  Our orignal plan was to store the images in the file system and use Availl to replicate the images through the firewall.  We were having difficulty getting this to work properly, so opted for Plan B, storing the images in sql server.  […]

You rated this post out of 5. Change rating

2005-03-11

Technical Article

RE: T-SQL query from a cube to the datasource database.

  • Reply

the following article could possibly help (it's about using AS and RS, look towards the end re: actions) but will depend a little on how dynamic you need to query.  If it's only ever going to return customers etc, then this may work for you.http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnsql2k/html/olapasandrs.asp steve.

You rated this post out of 5. Change rating

2005-02-20

Technical Article

RE: Which Query is Right?

  • Reply

After some additional testing, it looks like query 1 is correct:select s.suiteid, s.buildingid, s.SuiteName, b.buildingnumber, g.suitename, g.buildingID from suites s inner join buildings b on s.buildingid=b.buildingid LEFT JOIN RealmStageSuites g on g.buildingid=b.buildingnumber AND g.suitename=s.suitename WHERE g.suitename IS NULL AND g.buildingID is NULLAnyone know what's wrong with Q2?

You rated this post out of 5. Change rating

2005-02-04

Technical Article

RE: SQL to trigger an ASP file

  • Reply

Hi,I've implemented something similar to what you're asking for.  I use the Windows Scheduler on our server to launch internet explorer with the URL of an ASP page every day.That ASP page looks in our database to see if anything needs doing, then does it!Good luck!- Chris

You rated this post out of 5. Change rating

2005-01-27

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