group by

Technical Article

RE: Serach for free drive Space on all my SQL Servers

  • Reply

Sure thing!This is an introduction to some of the most interesting undocumented xp'shttp://www.sql-server-performance.com/ac_extended_stored_procedures.aspBut keep in mind, that mostly they are undocumented for good reasons. So, evaluate carefully if you want to rely on such features in production code.

You rated this post out of 5. Change rating

2005-03-23

Technical Article

Data Export/Import Using T-SQL

  • Topic

Hi,I am having a database on Server1, now in my application I need to copy data from few tables residing on Server1 to the database residing on Server2, I can do this usin EM , however I need to do this in a stored procedure, the stucture of the database on both servers is always […]

You rated this post out of 5. Change rating

2005-03-03

1 reads

Technical Article

RE: Multiple Column Join

  • Reply

As far as I can see, you have solved your own problem: SELECT d.company, d.address1, d.address2, d.city_id, d.state_id, d.country_id, d.zip, dr.directory_roletype_id, x.eng_itemdesc FROM T_MTSTM_DIRECTORY d INNER JOIN T_MTSTM_DIRECTORY_ROLE dr ON d.ID = dr.DIRECTORY_ID JOIN T_MTSTM_XREF x ON x.ID = dr.directory_roletype_id AND x.id = d.city_id AND x.id = d.state_id AND x.id = d.country_id If this is […]

2004-12-23

Technical Article

foreign key - index

  • Topic

I understand that an index for foreign key is not automatically created, and must be created manually. Is there a way or command to find out the foreign key that don't have an index?

You rated this post out of 5. Change rating

2004-11-08

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