Question : stored proc select and update where name field is null

I need to do something like this but with an update, instead of an insert and needed help with the syntax


-- Script to Insert records

INSERT into tableB (columns_list)
SELECT columns_list
FROM tableA
WHERE ID =  @ID

-- Select records

SELECT *
FROM tableA INNER JOIN tableB ON tableA.matching_column = tableB.matching_column

Answer : stored proc select and update where name field is null

Open My Computer.

On the Tools menu (or the View menu), click Folder Options (or click Options).

Click the File Types tab. In the Registered file types list, click the specific Office document type (for example, Microsoft Excel Worksheet), and then click Advanced (or click Edit).

In the Edit File Type dialog box, make sure the Browse in same window check box  is checked and make sure the Open Web documents in place check box is checked

Click OK.

http://support.microsoft.com/kb/162059

Random Solutions  
 
programming4us programming4us