Sponsored White Papers, Webcasts, and Downloads
TechRepublic Resources
- Using NOLOCK and READPAST table hints in SQL Server
- Table locking hints provide developers much tighter control of their transactions. Look at the benefits and disadvantages of using the NOLOCK and READPAST table hints in SQL Server. When data in a database is read or modified, the database engine uses special types of controls, called locks, to...
- Tags: Microsoft SQL Server, NOLOCK, SalesHistory, Databases, Storage, Tim Chapman, server, lock, database, SQL Server Newsletter, Transaction, Data, Statement, Record, Downside, Table, READPAST, UPDATE Statement, Enterprise Software, Software, Data Management, Hardware
- Technical articles 2007-05-21
- Audit data using SQL Server 2005's COLUMNS_UPDATED function
- DBA Tim Chapman looks at how the SQL Server 2005 COLUMNS_UPDATED function works and then discusses how to parse out the field names. Auditing data changes in your production environment is very important, especially if you are dealing with confidential information. Besides tracking the data that has...
- Tags: Microsoft SQL Server, Microsoft SQL Server 2005, Tim Chapman, COLUMNS_UPDATED, Databases, Enterprise software, sys.fn_IsBitSetInBitmask, trigger, update statement, audit, SQL Server Newsletter, Function, Auditing, Microsoft SQL Server 2000, Listing B, COLUMNS_UPDATED Function, System Function, Listing C, Software, Data Management
- Technical articles 2007-04-16
Additional Resources
- The Power of the BY Statement
- When used to its fullest potential, the BY statement can save time and effort, and add clarity and simplicity to SAS programs. It can make complex coding problems simple or accomplish in one pass what would otherwise require multiple passes of the data. Unfortunately the full power of the BY...
- Tags: Statement, SAS Institute
- White papers 2007-05-14
- General SQL Parser .NET version (zip)
- General SQL Parser is developed to help people who want to check syntax of SQL statements, pretty print out SQL statements, and parse SQL statements into parse tree in their program. It can also provides more detail information about a SQL statement such as statement types (Select, insert, update, delete...
- Tags: Microsoft .NET, Statement, SQL, General SQL Parser, Programming Languages, Databases, Software Development, Software/Web Development, Enterprise Software, Software, Data Management
- Software downloads 2006-12-07
- Access database update
- I want to update just one field in one record in an access database. I work in asp.Thanksuse recordset with updatedefine a recordset object by quoting a select statement from SQL. Update the recordset with the new value.
- Tags: Databases, Storage, raudet@..., database, Microsoft Access
- Discussion threads 2007-08-23
- Access 2003 Combo Box Updating via VB Code
- Hey there guys,got a combo box on getting its values from a table. if value is not in the table then the user enters the value in a textbox and clicks a command button to enter the new value into the table. now i need to be able to refresh/requery...
- Tags: Programming languages, Databases, carterlangley@..., Microsoft Access, Microsoft Visual Basic, combo box, requery statement
- Discussion threads 2007-04-04
- Store Result of SELECT stament to be used to UPDATE another table
- Hi, im trying to update a field of a table which is done through the results of a select statement. I need to be able to a store the results of the select statement which can then be used to determine if an update another table is initiated. This is...
- Tags: Notebooks, twanstall@..., laptop computer
- Discussion threads 2007-03-24
- Evaluating Accounting Software: Print a Financial Statement to the Screen
- The process of printing a financial statement to screen can be very revealing. To start with, this allows you to see how many default financial statement formats come standard with the system. Some products provide a balance sheet and income statement while others provide numerous standard reports including a Statement...
- Tags: Accounting, Financial, Financial Statement, Financial Statements, Financial Accounting, Financial Planning, Finance
- White papers
- Let Your Data Power Your DATA Step: Making Effective Use of the SET, MERGE, UPDATE, and MODIFY Statements
- The "Plain vanilla" SET statement is ubiquitous in SAS programming. It feeds the contents of a data set to a DATA step. This usage only scratches the surface of the capabilities of the SET statement and its siblings (MERGE, UPDATE, and MODIFY). Data sets typically are more than collections of...
- Tags: Statement, SAS Institute, Programming, Development Tools, Software Development, Software/Web Development
- White papers 2005-03-09
- WHERE Vs. IF Statements: Knowing the Difference in How and When to Apply
- When programming in SAS, there is almost always more than one way to accomplish a task. Beginning programmers may think that there is no difference between using the WHERE statement and the IF statement to subset the data set. Knowledgeable programmers know that depending on the situation, sometimes one statement...
- Tags: Statement, SAS Institute, Development Tools, Software Development, Software/Web Development
- White papers 2006-02-28
- show all
- SQL statement I am creating a where statement showing not like fields. But I want to show all in the range. ie. combo = fcitem = fc, reNot like statement will show item re, but I want to view the fc alsoNot like what?for example if you have the values...
- Tags: Programming languages, cjconnell@...
- Q&A 2006-08-14
- Vision Statement Mentor (msi)
- Vision Statement Mentor guides you through the steps of creating core values statements and vision statements for your church and ministries. A church vision statement or ministry vision statement is a tool to help you communicate the vision which God has entrusted to you. A vision statement can invoke passion...
- Tags: Vision, Vision Statement, Rohawk, Strategy, Management
- Software downloads 2008-02-29
- Audit data using SQL Server 2005's COLUMNS_UPDATED function
- Auditing data changes in your production environment is very important, especially if you are dealing with confidential information. Besides tracking the data that has been modified, it is also useful to track the individual field names that have been modified. This information is great for your auditing department, and it...
- Tags: Function, Audit, Microsoft SQL Server, Auditing, Trigger, Microsoft SQL Server 2005, COLUMNS_UPDATED, COLUMNS_UPDATED Function, System Function, Tim, Databases, Enterprise Software, Software, Data Management, Tim Chapman
- Blog posts 2008-05-13
- Xamining the X Statement (and Some Other Xciting Code)
- The X statement has been briefly documented for years in the SAS Language Guide. However, the usage of this statement in code appears uncommon and its power is underutilized, especially by the novice programmer. This statement can be used to issue operating system commands during an interactive SAS session, consequently...
- Tags: Statement, SAS Institute, X Statement
- White papers 2006-02-28
- Delete rows during updates using Oracle 10g's MERGE statement
- In Oracle 10g Release 1, the MERGE statement gained the ability to delete rows, as well as update and insert them. This Oracle tip shows you how it works. The MERGE statement, introduced in Oracle 9i Release 2, is often called an "upsert" because it can both...
- Tags: Oracle Corp., Oracle Application Server 10g, Storage, Databases, Bob Watkins, Listing B, clause, Oracle Tips Newsletter, Transaction, Statement, MERGE, UPDATE, INSERT, Application Servers, Business Intelligence, Enterprise Software, Software, Data Management, Hardware
- Technical articles 2007-02-20
- IF statement in Excel
- I am creating an IF statement and would like to place the results into another cell. Is this possible? I would like the formula to do the following: in cell E4 place the IF statement. I want to determine if cell E3 is
- Tags: cell, Microsoft Excel, software, white2golf@...
- Q&A 2006-08-09
- Financial Statement Pro (exe)
- The Financial Statement Pro is easy to use, step-by-step software that quickly calculates net worth. The Financial Statement Pro's statement of financial condition replaces the hard to read, hand written or spreadsheet based financial statements that typically do not reflect your proper net worth.The Financial Statement Pro software was developed...
- Tags: Software, Financial, Financial Statement, Financial Condition, Interactive Software Solutions, Financial Statement Pro, Financial Statements, Financial Accounting, Financial Planning, Finance
- Software downloads 2008-07-10
- Help with possible IF statement
- I am trying to set something up in excel. I currently have each class and a list of students taking that exam on separate tabs. I now want to set up a tab where it will give me the exam schedule for that one student. I thought...
- Tags: maryooo99@...
- Discussion threads 2007-06-04
- Create a Personal Work/Life Balance Mission Statement
- Much like a corporate mission statement, personal mission statement defines who the individual is, what he or she is all about, and why he or she is on this earth. Why there is a need for personal mission statement? There are three important reasons: It helps to make difficult decisions...
- Tags: Mission Statement
- White papers 2007-12-01
- How to update many records in an Microsoft Access file?
- I have a huge table with many fields or columns and with more than 50,000 rows of data. But I have to insert data in one column-location with respect to another column-access randomly. By using action query I can update only one record at a time. Another solution I think...
- Tags: Databases, vamshna@..., Microsoft Access, Microsoft Corp.
- Discussion threads 2007-03-29
- << Previous
- page 1 of 1
- Next >>