Foreign Keys (FK)

Technical Article

RE: Need a little course in ASP

  • Reply

Hi Crispin, quote: Easiest way: Set a cookie containing the time when the page finishes loading. On the next page (or same one) attemp to retrieve the cookie and get the time. Start - new start = (you get the idea) 🙂 Your only problem will be the last page the persons sees. You can […]

You rated this post out of 5. Change rating

2003-07-14

Technical Article

RE: Backup Debate...

  • Reply

We use SQL Litespeed for all our SQL servers, then we back these backups to disk. It's cheap and heaps faster than native SQL backups. It shrunk our 30 gig database down to 3 gig and it's encrypted. Not to mention it's another great Australian product! 🙂

You rated this post out of 5. Change rating

2003-07-08

1 reads

Technical Article

RE: Preventing MSAccess Connections

  • Reply

Ok, why unfettered Access, access to a SQL Server database for users unless they really know what they are doing. Two words: Table Lock It is really, really easy for someone to run a query that is really really stupid. They qualify on just a non-indexed field, use a function, etc against a big table […]

You rated this post out of 5. Change rating

2003-07-08

1 reads

Technical Article

RE: Moving entire SQL content to new server.

  • Reply

It sounds to me like you are trying to clone a server. I think the quickest, easiest way to migrate the whole server is to do the following: This is assuming that the new server has all the same drive letters/paths as the old one. Stop the SQL Server Service on both machines. Copy all […]

You rated this post out of 5. Change rating

2003-07-08

Technical Article

RE: Multi Row Insert?

  • Reply

insert into tblCustPreference( custguid, name, ) SELECT x.custguid, x.name, FROM OPENXML (@xdoc, '*/cust/coldata',1) WITH ( custguid uniqueidentifier, name varchar(25), ) as x

You rated this post out of 5. Change rating

2003-06-28

Technical Article

RE: Local system account vs Domain user

  • Reply

Executive is nothing but SQLServerAgent. If you are using distributed transactions (Calling the remote stored procs on some other SQL Server and Distributed updates) in your application you might want to start the DTC with same service account. Yes you must restart the SQL Service to take place this change not the Windows

You rated this post out of 5. Change rating

2003-06-27

1 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