administration

Technical Article

SQLDMO Redistribution

  • Topic

I have used SQLDMO extensively (SQL2000) in an app I have just finished developing. I am now trying to make an install for Win2000 and am having troubles. I have followed the guide in the redist.txt file on the SQL Server CD as follows: sqldmo.dll (reg. by extracting com info) sqldmo.rll (in app path folder) […]

You rated this post out of 5. Change rating

2001-08-27

165 reads

Technical Article

Table update using Trigger

  • Topic

I have table A with three fields. Emp_Code Char(3), Emp_Name varchar(15), Policy_Change_Date datetime GetDate() . If any one record changes in table A, i wish to get the system date into the Policy_Change_Date. How will i create this trigger?

You rated this post out of 5. Change rating

2001-08-27

2 reads

Technical Article

Port Usage

  • Topic

I am attempting to import data from one SQL Server to another by linking both SQL Servers together and running a query using the 4 part SQL object name. The SQL Servers are situated over separated networks, this being 2 separated VLANS. For security reasons I wish only to connect over a single port (say […]

You rated this post out of 5. Change rating

2001-08-27

SQLServerCentral Article

Data Warehouse Version Management

  • Article

In most tables it is enough to have a stored procedure that performs Update Else Insert logic for data managment. However, in some cases we do not want to destroy the old data with an update statement. Instead we want to maintain history up to a certain number of versions. This article presents a method for doing so.

You rated this post out of 5. Change rating

2001-08-27

3,218 reads

Technical Article

Using Output Variables from One Procedure to Other

  • Topic

I just needed a help from you. The problem that I am facing is that I am not able to use the output variable of sp_A into sp_b. sp_A: output variable X, input variable Y sp_B: Line 1: exec sp_A, @x='',@y='anything' Line 2: insert into tab1(id) values (@x) i am not able to use @x […]

You rated this post out of 5. Change rating

2001-08-26

2 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