Clustering

Technical Article

RE: How to find out Cross database dependencies?

  • Reply

I'm not sure there is a good way to do this. My guess is that only your documentation would cover this. Steve Jones sjones@sqlservercentral.com http://qa.sqlservercentral.com/columnists/sjones The Best of SQL Server Central.com 2002 - http://qa.sqlservercentral.com/bestof/ www.dkranch.net

You rated this post out of 5. Change rating

2003-12-31

Technical Article

RE: SQL Server & Sybase SQL Anywhere

  • Reply

I haven't, but I have worked with SQL Anywhere. There's no reason why they shouldn't be able to coexist. I wouldn't do it, just because I don't like to install anything else on a SQL Server server, but I suppose sometimes it is unavoidable.

2003-12-11

1 reads

Technical Article

RE: Incrementing records

  • Reply

When I started programming SQL Server stored procedures, I also did not use the autoincrement feature. So I created a stored procedure nextvalue which returned a new ID. Everytime I wanted to insert a record I coded EXECUTE nextvalue @NewID OUTPUT. Using a SQL statement like INSERT INTO table_x SELECT col1,col2 FROM ... was impossible. […]

You rated this post out of 5. Change rating

2003-12-04

Technical Article

RE: Problem with Updatable Partitioned Views

  • Reply

There must be a conflict between the tables constraints. A check constraint is overlapping between base tables. That is the only thing that could cause this type of action. If you could send me a script of your base tables with views definition, I will be glad to find the problem. tommy.brickle@stratapult.com

You rated this post out of 5. Change rating

2003-11-18

Technical Article

RE: Read-only Linked Server?

  • Reply

If you can create stored procedures in the Progress database, I think you can configure the linked server to be read-only. There are two parameters in the sp_serveroption procedure that might accomplish this: data access Enables and disables a linked server for distributed query access. rpc out Enables RPC to the given server. If you […]

You rated this post out of 5. Change rating

2003-09-04

1 reads

Technical Article

RE: Read-only Linked Server?

  • Reply

Unfortunately we've just wasted three months trying to tie down things at the other end. Let's just say that negotiations were not very fruitful Hope this helps Phill Carter -------------------- Colt 45 - the original point and click interface

You rated this post out of 5. Change rating

2003-09-03

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