Views

Technical Article

RE: Connecting to VPN Client

  • Reply

We have to use a VPN to connect to a remote system to download data, then upload it to a local server. The VPN client software closes all other ports while connected, so none of the local servers can be seen (except for the database on the VPN client computer). The client software also requires […]

You rated this post out of 5. Change rating

2003-11-17

1 reads

Technical Article

RE: QOD Cheats

  • Reply

"people will lose interest if they feel that other people are 'cheating'" Quite a silly statement. Should be: "people will lose interest if they feel that the questions are bogus and a waste of their time." This is not the case with QOD. Keep up the good work!

You rated this post out of 5. Change rating

2003-07-25

Technical Article

RE: Check contraint

  • Reply

This will work a little better: USE TEMPDB BEGIN TRAN GO CREATE TABLE MY_TABLE( THE_VALUE_A CHAR(1), THE_VALUE_B CHAR(1), CONSTRAINT CHK_A_AND_B CHECK (NOT(THE_VALUE_A IS NOT NULL AND THE_VALUE_B IS NULL))) GO /* insert ok */ INSERT INTO MY_TABLE VALUES('A','B'); GO /* insert not ok */ INSERT INTO MY_TABLE VALUES('A',NULL); GO /* insert ok */ INSERT INTO […]

You rated this post out of 5. Change rating

2003-07-08

Technical Article

RE: need help -Stored Procedure -Incorrect syntax

  • Reply

no it only update one record not all !!! i the table [xsisi] i have 100 records and like this it update only one not the all 100 "FROM [xsisi]" ------------- declare @na varchar(500), @sisi int, @mmh char(10) set @sisi='1' set @mmh='uuu' select @na = [na] FROM [xsisi] UPDATE Sn SET [sisi] = @sisi, [mmh] […]

You rated this post out of 5. Change rating

2003-07-03

Technical Article

RE: PetCo.com Vulnerable to SQL Injection

  • Reply

Hi all Funny enough we had a panic session with our apps re sql injection attacks along with cross scripting problems. Generally speaking here, its the tardyness of developers thats the issue. I come from an old school developer background where our C development lecturer (ex-military) would knock off assignment marks quicker that a rabbit […]

You rated this post out of 5. Change rating

2003-07-01

1 reads

Technical Article

RE: Copy Jobs between servers

  • Reply

If there's a lot of jobs to be scripted, right-click on JOBS in the EM tree and then 'All Tasks' then Generate SQL Scripts. You can manually edit out unwanted jobs from the script before executing it. Note: I also uncheck "Replace job if it exists" in most cases. This saves my hide if I […]

You rated this post out of 5. Change rating

2003-06-24

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