ethics

Technical Article

RE: Transaction Distributed

  • Reply

Yes, MS DTC is running ! I execute the statement with Query Analyzer. In the Query Analyzer, I'm connect with my local machine. I execute the query on my local SQL Server! I don't understand Help me Thanks

You rated this post out of 5. Change rating

2003-06-17

1 reads

Technical Article

RE: Input windows

  • Reply

Greetings. One of the guys here has created an app which generates all the common procs for you. You give it a DB and tell it you want the inserts or deletes or selects etc. It creates the script which you can then customise if required. When he gets in I'll grab it and post […]

You rated this post out of 5. Change rating

2003-06-16

Technical Article

RE: Stored Procedures - OUTPUT?

  • Reply

Hi mlwang, quote: What is the different between SELECT and SET DECLARE @var varchar(100) SELECT @var = 'select * from tablename' SET @var = = 'select * from tablename' results are in both cases the same. However, MS recommends using SET for variable assigment Cheers, Frank

You rated this post out of 5. Change rating

2003-06-06

1 reads

Technical Article

RE: Stored Procedures - OUTPUT?

  • Reply

You might try something like this. This is how to return variables to calling program from dynamic SQL. set nocount on create table foobar (id int, theid int) insert into foobar values(1,1) insert into foobar values(1,2) insert into foobar values(1,2) insert into foobar values(1,3) insert into foobar values(1,3) insert into foobar values(1,3) go create PROCEDURE […]

You rated this post out of 5. Change rating

2003-06-04

1 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