Sponsored White Papers, Webcasts, and Downloads
TechRepublic Resources
- Making use of INSTEAD-OF triggers in SQL Server 2005
- INSTEAD-OF triggers are powerful objects in SQL Server 2005. Tim Chapman explores some of the useful features of INSTEAD-OF triggers, and discusses how your organization can use them to its advantage. A trigger is a database object similar to a stored procedure that executes in response to certain...
- Tags: Microsoft SQL Server, Microsoft SQL Server 2005, Tim Chapman, Databases, Storage, INSTEAD-OF INSERT, trigger, INSTEAD-OF trigger, database, SQL Server Newsletter, View, Table, INSTEAD-OF, Enterprise Software, Software, Data Management, Hardware
- Technical articles 2006-09-11
Additional Resources
- INSERT A FIELD INTO AN ACCESS TABLE AT A SPECIFIC POINT
- I am trying to insert fields into an access table on the fly. I want the insert point to be between certain fields. I have been successful in just inserting the fields on the fly using SQL INSERT command but I have not been able to specify WHERE in the...
- Tags: Databases, Microsoft Access, excob@...
- Discussion threads 2007-10-01
- Unable to insert a data in the table created in SQL Server.
- I am not able to insert a single data in the specific field, tell me what I have to do.Do you mean this ?Insert MyTableMyColumn Values('SomeData')
- Tags: pranav_software@..., Microsoft SQL Server, server
- Discussion threads 2007-10-31
- Fastweb Coder (exe)
- This application allows users to insert html tags, insert php scripts, insert ajax sample or xhtml header, insert mysql elements, form tags or table tags, language utils like convert special characters to html code or insert any caracter. It includes other utilities like converting selected address to link, html or...
- Tags: HTML, PHP, FastWeb, Xhtml, Scripting Languages, Software/Web Development, Web Development
- Software downloads 2007-10-02
- Using a Single Trigger for Insert and Update
- I have been trying to handle Insert and Update using one trigger. Does anydody know how to detect that a row is being updated in SQL Server 2005? Thanks.William.A couple of ideasif you have common code to run for both transactions put it in a stored proc and the call...
- Tags: wcovuaku@..., programming, trigger
- Discussion threads 2007-02-22
- Insert row in Excel
- I have column A which is a series of dates and I want to know if there is a formula that will insert a row when the date changes. EX:10/1/200710/1/200710/2/2007It would insert a row between 10/1/2007 and 10/2/2007.Also if it could insert the word "Monday" I would be thrilled. (10/1/2007...
- Tags: Microsoft Office, dray80033@..., Microsoft Excel
- Discussion threads 2007-10-05
- Insert Text (zip)
- Insert Text is a Microsoft Excel add-on that will insert text before and/or after existing text in a worksheet.
- Tags: Add-on, Insert Text, Microsoft Excel, Microsoft Office, Office Suites, Software
- Software downloads 2006-05-02
- Insert Website Image for Windows Live Writter (msi)
- The Insert Website Image Plugin was designed to insert a thumbnail image of a Web site into the Live Writer window. This version is the first release on CNET Download.com.
- Tags: Microsoft Windows Live, Web Site, Web Site Development, Web Technology, Microsoft Windows, Internet, Operating Systems, Software
- Software downloads 2008-01-14
- Insert Pics (exe)
- Quickly and easily insert many picture files or Excel Charts into PowerPoint. Resize pictures and insert the pictures where you want in PowerPoint. Insert all of your photo files from your digital camera into PowerPoint. Then you can show your pictures as a slideshow. Works with all PowerPoint file types:...
- Tags: Picture, Microsoft PowerPoint, OfficeExpander, Microsoft Office, Office Suites, Software
- Software downloads 2008-03-07
- How to enter symbols using Office AutoCorrect
- AutoCorrect doesn't always get the respect it deserves. Sure, we use it to correct typos, but the feature has more to offer than that. For instance, you can use it to insert frequently used symbols. To insert a symbol, you probably choose Symbol from the Insert menu....
- Tags: Symbol, Microsoft Office, Office Suites, Software, Susan Harkins
- Blog posts 2008-04-02
- Insert page number in slides
- I want to know how to insert page numbers in the ppt slides.Insert>Slide NumberOr do you mean something else by "Page number"?Hello,...to add a slide number to the current slide, first position the insertion point in a text placeholder or textbox where you want it to go, then click->Insert->Slide Number....to...
- Tags: INSERT, Slide Number, Slide
- Q&A 2005-06-28
- How to integrate existing tables with a PowerPoint presentation
- You can create a table in PowerPoint, but if the table already exists in Word, why bother? It's more efficient to use an existing table. To insert an existing table into a PowerPoint presentation, do the following: With a slide in edit mode, choose Object from the Insert menu. (In ...
- Tags: Microsoft Word, Microsoft PowerPoint, PowerPoint Presentation, Table, Susan Harkins
- Blog posts 2007-08-24
- I need help with oracle please
- Hello all,I want to output the physican's name and the physician's salary for the following table. however I need output this information where physician's salary is less than his/her supervisor's salary/* Physician Table */CREATE TABLE physician( phys_Ref_no NUMBER(3)...
- Tags: alan.sarchnar@..., physician
- Discussion threads 2007-04-23
- Help regarding Insert file option in MS word
- Hi,When i insert one file to another file then some times its became junk file. Acully destination file contains the text in aryan2 font with font size 13 but when we try to insert into another files it converted to font Times New Roman and font
- Tags: programming, pankaj.pawan@..., font-size, Microsoft Corp., Microsoft Word
- Discussion threads 2006-12-05
- SQL Question: When the Pivot data contains a Key Column (and character data at that!)
- I recently wrote about pivoting (or is it unpivoting?) some data. A new wrinkle has been added.Let's say that the data now looks like this:INSERT INTO X ( FIELD1 ) VALUES ( 'row1,1,2'); INSERT INTO X ( FIELD1 ) VALUES ( 'row2,2,3'); INSERT INTO X ( FIELD1 ) VALUES...
- Tags: Field1, INSERT, SQL, VALUES
- Blog posts 2006-07-06
- Outlook Express
- Dear All;i am using windows 2000 pro and outlook express6.does i insert tables during writing e-mail in outlook express if yes pls tell me how can i insert table.thank youi am waiting your anserwe.It appears there is no fuction in outlook express that allows you to write/insert tables. Crete a...
- Tags: Microsoft Outlook, Microsoft Outlook Express, sahilshaa@..., windows
- Q&A 2005-12-15
- Insert Quick Link Plugin for Windows Live Writer (msi)
- Insert Quick Link Plugin for Windows Live Writter was designed to give you quick access to Insert Link to blog post options. This version is the first release on CNET Download.com.
- Tags: Microsoft Windows Live, Microsoft Windows Live Writer, Plug-in, Microsoft Windows, Operating Systems, Blogging, Software, Internet
- Software downloads 2008-01-14
- Insert varchar value to number field
- Can i insert the values like thisINSERT INTO sara SELECT To_Numberagreementid from empHere sara table have agreementid as number(18,4)emp table have agreementid as varchar(255) but it contains only number in that field.While inserting i got ORA-01722 INVALID NUMBER error. I check there is not character in that field.Can anybody help...
- Tags: INSERT, SELECT
- Discussion threads 2006-06-08
- Hyperlinks in Shared Excel Workbooks/Spreadsheets
- Hello,I was told that you cannot insert or create a hyperlink in an Excel file that you have saved as a shared workbook. Is this true? And does anyone out there know of an alternate way of inserting the hyperlink?WorkaroundNot sure of alternatives but what you can do...
- Tags: hyperlink, shared workbooks, excel, hyperlinks, wattsnew, networking, workbook, shared workbook, Microsoft Excel
- Discussion threads 2006-07-27
- Visual Basic Search Text and Insert Row
- Hello,I need to write a Visual Basic program that will search the Excel sheet for a number and then insert a row where that number occurs. I can write the code to search. I can also write code to insert a row at a specific location. My...
- Tags: Microsoft development tools, Programming languages
- Q&A 2004-12-07
- << Previous
- page 1 of 1
- Next >>