backup

Technical Article

DTS and Oracle

  • Topic

Is it possible to retrieve data from an Oracle database (using DTS) without installing an Oracle client at the SQL-Server database-server ?It works fine whit the Oracle client installed; but we would like to avoid the installation of Oracle-stuff on our SQL-Server database-server. 

You rated this post out of 5. Change rating

2004-07-19

52 reads

Technical Article

RE: finding out which stored procedures been modified in other database...

  • Reply

hello all,you may want to look at www.dbghost.com as well which the only true database change management solution for SQL Server available on the market today. Go to the site and read the white paper (a pdf download) as it makes for very interesting reading. Every shop should have this.Making the change is not change management, […]

You rated this post out of 5. Change rating

2004-07-15

Technical Article

RE: Deleting with a Foreign Key

  • Reply

Thanks everyone for their input, I am going to try a bunch of options.  Since this is an overnight process that crunches and rebuilds all the data, it's going to take me a week of change and analysis to see what works best.  It's all part of the fun.

You rated this post out of 5. Change rating

2004-07-09

Technical Article

RE: about javascript and asp

  • Reply

what iam doing is enabling an forward option there is an internal email system in our web based ERP, and i cannot use querystring option to transfer data becoz text messages are too big some 2-3 pages of word files i know something like i can create a temp data at a client side and […]

You rated this post out of 5. Change rating

2004-06-24

Technical Article

RE: How to fix "Divide by zero error" in SQL Server

  • Reply

Like Derrick Leggett mentioned, figure it out !If your investigation points the symantics are OK, then you might use a case statement .declare @col1  integer declare @col2  integer declare @col3  integer select @col1 = 8, @col2 = 0, @col3 = 2select  @col1 / case when @col2 = 0 then 1 else @col2 end as first_division ,   @col1 […]

You rated this post out of 5. Change rating

2004-06-24

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