events

Technical Article

RE: append data into tables using DTS

  • Reply

novalhendra, if you want actual "Real-Time" updates I have no idea how you would do that across platforms. The best I could do would be to do updates to the data on a regular schedule. DTS would be the obvious choice for this, but you may need some additional sybase plug-ins. cl

You rated this post out of 5. Change rating

2003-08-11

Technical Article

RE: Locking on parent record

  • Reply

I donn think SQL server places lock on the parent table if the child table is being updated.If that is the case then there would be too much of load on the server. Correct me If I am wrong. Relationships are like Banks.You Invest the Principal and then get the Interest.

You rated this post out of 5. Change rating

2003-08-08

Technical Article

RE: SQL Server grinds to a halt

  • Reply

If they are using cdonts for mailing you should check to make sure they are cleaning up the objects correctly in the stored proc. You can also change the procs to run "in process" or "out of process" meaning whether it spawns within the sql server process instance or out by itself. It's been awhile […]

You rated this post out of 5. Change rating

2003-08-01

1 reads

Technical Article

RE: Convert varchar to numeric

  • Reply

You can always convert a varchar field to a decimal field.I have tested this by creating a Test Table with a decimal field with length=5,precision=9,scale=3. And then running the follwing query: insert into <test_table>(<col_name>)values (CAST('121212.3' AS decimal(9,3))) In this case 121212.3 is a varchar value.And it is working fine.I think it will help you to […]

You rated this post out of 5. Change rating

2003-07-30

Technical Article

RE: Updating 2 SQL Server databases at the same time

  • Reply

If the databases are the same, and therefore the stored procedures are also the same, depending on the complexity of you application model (i.e. n tier architecture) you could simply change the database that you asp calls the sp from and run the same thing twice. If your app is a relatively straight forward one, […]

You rated this post out of 5. Change rating

2003-07-30

Technical Article

RE: SQL Agent won't start

  • Reply

You have to be a sysadmin to start it up, according to this page: http://dbforums.com/arch/71/2003/6/832887 also, this KB article says something about the Certificate Authority name... http://support.microsoft.com/default.aspx?scid=http://support.microsoft.com:80/support/kb/articles/Q302/4/09.ASP&NoWebContent=1&NoWebContent=1 any help?

You rated this post out of 5. Change rating

2003-07-28

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