aws

Technical Article

RE: Best Practices for Database Design

  • Reply

Why prefix views with a 'v'? Tables and views are identical as far as clients are concerned -- there is no reason to muddle your data model with that prefix. Also, please define "reference". At what point does a "reference" table cease being for a reference? Can a non-reference table become a reference? Will you […]

You rated this post out of 5. Change rating

2005-04-05

Technical Article

RE: Connection Issues

  • Reply

Just did. I enabled Network Transactions,Network Adminstration, and Network Clients.I can establish a connection to this Server with the XP box no problem. The other W2k3 box only connects to it when I specify the IP address (when using TCP/IP) otherwise I have to enable NamedPipes. I'm lost.Thanks again!

2005-03-03

Technical Article

RE: Executing SQL in ActiveX Script Task

  • Reply

You can do the file system stuff with FileSystemObjects rather than your text file:Dim objFsoSet objFso = CreateObject("Scripting.FileSystemObject")Then see http://msdn.microsoft.com/library/default.asp?url=/library/en-us/script56/html/fsoorifilesystemobject.asp for all the nice things you can do.The way I used to run a query on an existing connection in an ActiveX task might not be the best, but it does work. I set up an […]

2005-02-04

1 reads

Technical Article

RE: Export to csv file crashes EM

  • Reply

Hi,I've just been having the same type of problem. I got around the problem by using the DTS Export Wizard, specifying the Destination = Text File (and the file name as the .csv file you want to create), and then you get to specify the csv file format you want, with the right delimiters etc). If you […]

You rated this post out of 5. Change rating

2004-07-23

Technical Article

RE: DORMANT Status

  • Reply

 Same as Sleeping, except Dormant also indicates that the SPID has been reset after completing an RPC event. The reset cleans up resources used during the RPC event. This is a normal state and the SPID is available and waiting to execute further commands.   bye

You rated this post out of 5. Change rating

2004-05-14

Technical Article

Date range in query removes outer joins?

  • Topic

Hi all,I have this stored proc where I need to display all the subGroups and Indicators, whether or not they have any tasks assigned to them. Basically, I have 3 tables: SubGroup (from where I need all subgroups), Indicator (I need all indicators, too), and Task. If I run the query WITHOUT the date range part, it returns […]

You rated this post out of 5. Change rating

2004-03-22

2 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