Restore

Technical Article

RE: Query Execution Time / Index

  • Reply

Also, the query takes 8 seconds to run when I add the rest of the fields to it. Huge difference. The UNION did nothing at all for performance -- exactly the same. If this were the only query running for a particular web page, 8 seconds MAY be acceptable, however, it is one of many, […]

You rated this post out of 5. Change rating

2004-02-10

Technical Article

RE: OPENXML Issue

  • Reply

Thanks for the reply. We are moving the direction suggestion already but this change has go through the regular release process and we wanted to understand what is happening with the current implementation until the modification can get to production.Does that mean I cannot trust OPENXML when participating in joins?  

You rated this post out of 5. Change rating

2004-02-02

Technical Article

RE: Import CSV file with Key Fields

  • Reply

Personally I would preprocess the data outside of sql then load.But if you want to use sql1. DTS the data into staging table (varchar columns as Mike suggested) including an IDENTITY column 2. Parse the data into rows of ColumnName,Data pairs (including identity) 3. Create table consisting of all columns 4. Insert.Update table with data […]

You rated this post out of 5. Change rating

2004-01-30

Technical Article

RE: Mapped Network Drive

  • Reply

Helder, Try creating a table with a single column VARCHAR(2000) and build the FTP command into a string and then INSERT that string into the table you just created.You can then review the information that you are passing into the FTP command and see where it is going.  I agree with you that the problem […]

You rated this post out of 5. Change rating

2004-01-29

Technical Article

RE: Linked Server to AS/400

  • Reply

Use just like a regular table in SQL2K...select * from OpenQuery(AS400, 'select * from "F.M.AS400Table" ') AnAS400TableAliasInsert into OpenQuery(AS400, 'select fld1 from "F.M.AS400Table" ') AnAS400TableAliasSelect QSL2kFld1 From SQLTable Notice AS400 query was DoubleQuotes around the AS400 table since smoe of your tables on AS400 side might be name/qualified that way.Did not use DTS.

You rated this post out of 5. Change rating

2004-01-20

1 reads

Technical Article

SQL Server Standard and Developer Editions

  • Topic

Hi,Can we have SQL Server Standard Edition and Developer Edition on the same box? We are thinking of running SQL Server Developer edition (for development) instance along with SQL Server Standard Edition (for contingency) instance on Contingency BOX.Are there any precautions we need to take if we need to run the above mentioned way?Also I […]

You rated this post out of 5. Change rating

2004-01-20

Technical Article

Transferring info from one tab file to multipe tables

  • Topic

I have a tab delimited file that is not relational. I need to split each row in the file into two relational tables. The tab file looks like this: name otherinfo grade1 grade2 grade3 grade4 What I need to do is sep. name and otherinfo into one table, stamp a unique recordID number on it […]

You rated this post out of 5. Change rating

2004-01-06

3 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