databases

Technical Article

RE: Tables with tree structure

  • Reply

A standard recursive call would involve a cursor but that is a dirty word on this forum. Depending on the target application you could use a 'fragment caching' technique. Fragment caching is saving a frequently used query to the application cache, for example standard navigation. But without knowing your target I can't say. Another technique […]

You rated this post out of 5. Change rating

2003-06-09

1 reads

Technical Article

RE: DTS and web page grab

  • Reply

Hi Rolf, after reading what php fopen() does, I think the FileSystemObject might be equivalent to it. I'm not sure if this will work on a remote site, but you can use an ActiveX Script Task with this script. I've found this in MSDN '********************************************************************** ' Visual Basic ActiveX Script '************************************************************************ Function Main() Const ForReading […]

You rated this post out of 5. Change rating

2003-06-02

Technical Article

RE: Why detach?

  • Reply

Detaching just cleans up sysdatabases and sysfiles. Nothing at all wrong with stopping the server, copying the files to a different server and attaching. Doesn't affect anything. You'd use detach to avoid stopping the service on the original server. If you need a copy without stopping the server OR losing access, then you have to […]

You rated this post out of 5. Change rating

2003-05-29

1 reads

Technical Article

RE: return value from exec(string)

  • Reply

The example I gave was not the best in that it immediate brought up questions of why I was trying to generate the key in that way in the first place. The situation is more one of coming into a place where they keys are generated in this way, but for each table and I […]

You rated this post out of 5. Change rating

2003-05-22

2 reads

Technical Article

RE: permissions to start sql server agent

  • Reply

You always have the option attacking this via other methods: 1) In Windows 2000, you can set the service to restart itself (services.msc). This is the easiest approach. 2) You can have a monitoring process that looks for SQL Server and SQL Server Agent and makes sure they are running. If they aren't, it restarts […]

You rated this post out of 5. Change rating

2003-05-20

Technical Article

RE: New To Replication

  • Reply

To some degree it will, depends on how you replicate the transactions. If you replicate the stored proc call, one big transaction is one big transaction. If you're replicating the data changes, SQL limits how much goes over per batch. Andy http://qa.sqlservercentral.com/columnists/awarren/

You rated this post out of 5. Change rating

2003-05-08

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