Restore

Technical Article

RE: How to change table, column name of existing table (with data, indexes, constrains...)

  • Reply

The tool is not for free, I can't afford for it to be. This is my full-time job so as my wife and children cannot live on air - I have to charge for my services which have an excellent return on investment I might add.What a suprise, Mark! No offense, but I have a […]

You rated this post out of 5. Change rating

2004-12-20

Technical Article

RE: Query across records

  • Reply

it sounds like you mean that it is a two part primary key dp + num. so then you could do exactly the same thing except with a self join select... FROM legal a JOIN legal b on a.dp = b.dp AND a.num = 1 and b.num = 2 WHERE rtrim(a.descr1) + ' ' + […]

You rated this post out of 5. Change rating

2004-09-22

Technical Article

RE: SQLXMLBulkLoad C# Issue on Insert :: URGENT HELP!

  • Reply

Yep,  that's what i got too.  The XML schema created from the ado.net dataset is not compatable with what SQLXMLBulkLoad expects.  Hard to believe that two things from microsoft would not be compatable.  A couple of things need to be yanked from the dataset schema to make it compatable.  (there was an example on some […]

You rated this post out of 5. Change rating

2004-09-16

Technical Article

RE: Finding EM diagram name by the name of the table which is included in it

  • Reply

The table names are in the dtproperties table, but they're hard to get at.This is a crude attempt.  I tried to filter out the table names, but sometimes they have an extra garbage character as a prefix.  This code assumes that all table names are made up of regular ASCII characters, and that all dtproperties tables in […]

You rated this post out of 5. Change rating

2004-09-02

Technical Article

RE: SQL Table Changes and Who

  • Reply

You could set up a trigger to output details to a table of whose process is running although not the specific stored procedure or application. The following from BOL : This example returns the process ID, login name, and user name for the current user process. SELECT @@SPID AS 'ID', SYSTEM_USER AS 'Login Name', USER […]

You rated this post out of 5. Change rating

2004-08-31

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