security

Technical Article

RE: Network Computing - Is It Simply a Different Form of Client/Server?

  • Reply

I'm much in agreement with Chris's differentiator: state. Web applications can have code executing on the workstation, even through the web browser. Examples are java applets, ActiveX controls, and even active scripting using VBScript or JScript, for instance. These do require an interaction between the workstation and server in these cases. Citrix is defined as […]

You rated this post out of 5. Change rating

2003-07-10

Technical Article

RE: Network Computing - Is It Simply a Different Form of Client/Server?

  • Reply

Hi there The differentiator, i think, is to do with connectiveness and persistence of the connectivity. In client server the connection is made and persists at all times for that client, unlike "network" computing which, but its nature, is stateless. In stateless, I am meaning that you cant persist a a bunch of screen interactions […]

You rated this post out of 5. Change rating

2003-07-10

1 reads

Technical Article

RE: Set Variable

  • Reply

Try creating the table and then inserting into it; this should allow you to select the values into a variable and into the table at the same time. But you can only do this for one row at a time, right? I guess I'm having a little trouble figuring out what you're trying to do. […]

2003-07-08

Technical Article

RE: Set Variable

  • Reply

Here is the error message Server: Msg 194, Level 15, State 1, Line 23 A SELECT INTO statement cannot contain a SELECT statement that assigns values to a variable.

2003-07-08

Technical Article

RE: The Best of SQLServerCentral.com 2002 - We Did It!

  • Reply

Hi Andy Im using my aussie accent and saying.. "thats a bloody great idea mate". The quarterly release with a binder is a unique concept for IT orientated books. Worth investigating a little further. Cheers Ck Chris Kempster www.chriskempster.com Author of "SQL Server 2k for the Oracle DBA"

You rated this post out of 5. Change rating

2003-07-07

Technical Article

RE: Image Insert

  • Reply

I do agree with DALEC on the storing images in Database, it can be slow. A few GB Data is not a problem. Step 1 : Create a table with Image Data Type Step 2 : Make an ADO Call to SQL DB. Set fldData = rsGetDocument.Fields("Data") lBytes = fldData.ActualSize aByteDocument = fldData.GetChunk(lBytes) Step 3 […]

You rated this post out of 5. Change rating

2003-07-07

1 reads

Technical Article

RE: Urgent help needed

  • Reply

Using a maintenance job you mean? Best you can do if you're really short on space is do one table/index at a time, or look at the defragindex option of DBCC. Andy http://qa.sqlservercentral.com/columnists/awarren/

You rated this post out of 5. Change rating

2003-07-07

Blogs

The Future of the Social Web Is in Good Hands

By

The Social Web Foundation is aiming to grow the fediverse and make the social...

Monday Monitor Tip: Compliance Checking for Old Versions

By

A customer recently wanted to know if any of their instances were too old...

Making Legend Order Match Segment Order in a Power BI Stacked Column Chart

By

A reader of one of my previous posts pointed out that the legend order...

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