On CBSSports.com: Mike Tyson's daughter dies in accident
93 Resources for

parameter

  • Subscribe to this listing via:
  • RSS
  • Email
Did you mean parameter (93 results)

TechRepublic Resources

Generate dynamic SQL statements in SQL Server
When you need to solve a tricky database problem, the ability to generate SQL statements is a powerful tool -- although you must be careful when using it. This article explores how you can use this functionality to generate SQL statements on the fly. Dynamic SQL statements A...
Tags: Parameter, Procedure, Microsoft SQL Server, Statement, Server, SQL, SalesHistory, usp_GetSalesHistory, EXECUTE, Tim, Programming Languages, Databases, Software Development, Software/Web Development, Enterprise Software, Software, Data Management, Tim Chapman
Blog posts 2008-03-10
SolutionBase: Migrating user state information in Vista
Often in large-scale Windows Vista migrations, the migration of user state data -- a user's profile -- is overlooked. In this article, Brien Posey shows you how to use version 3.0 of the User State Migration Tool. One aspect of large-scale Windows Vista migrations that is often overlooked...
Tags: Parameter, User Account, Data, Microsoft Windows Vista, Migration, User, File, Option, ScanState, LoadState, Decryptcopy Option, Microsoft Windows, Brien M. Posey MCSE, User State Migration Tool, Operating Systems, Software
Technical articles 2007-10-02
Understand when to use user-defined functions in SQL Server
In the simplest terms, a user-defined function UDF in SQL Server is a programming construct that accepts parameters, does work that typically makes use of the accepted parameters, and returns a type of result. This article will cover two types of UDFs: table-valued and scalar-valued. (I will not be covering...
Tags: Function, Parameter, Microsoft SQL Server, Server, Value, Table, UDF, SalesHistory, SaleDate, SalePrice, Tim Chapman
Blog posts 2007-09-04
Get a handle on directory security with .NET's DirectorySecurity object
By using .NET's DirectorySecurity class and the Directory class's methods, you can easily manipulate a file system's security to control user access to directories. Tony Patton offers more details in this article. An important topic when working with .NET directories is security; that is, you want the users who...
Tags: Microsoft .NET, DirectorySecurity, FileSystemAuditRule, Tony Patton, .NET, FileSystemAccessRule class, access control, access control list, DirectorySecurity class, .NET Newsletter, Security, Directory, Parameter, Auditing, Class, Entry, Rule, Object, FileSystemAccessRule, FileSystemAuditRule Class, AccessControlType Enumeration, FileSystemAuditRule Constructor, Listing C, Listing E
Technical articles 2007-05-08
The Exchange Management Shell: A Primer--Part 2
In this article, we will talk about EMS commands and how to format the output from your commands. In part one of this three-part tip series, you learned about some of the terminology associated with the Exchange Management Shell EMS that Microsoft has introduced in Exchange 2007....
Tags: Scott Lowe MCSE, cmdlet, Exchange Management Shell, E-mail Administration Tips Newsletter, Parameter, Mailbox, Output, Command, Format-list
Technical articles 2007-02-28
Learn the terminology used by the Exchange Management Shell
Most Windows administrators are familiar with command line usage, but the PowerShell-based Exchange Management Shell provides so much functionality that mastering this new tool will take quite some time and will probably result in some frustration. Let's talk about some of the terminology used by the Exchange Management Shell EMS....
Tags: Exchange Management Shell, Microsoft Windows, Scott Lowe MCSE, Operating systems, E-mail Administration Tips Newsletter, Parameter, Command, Software
Technical articles 2007-02-09
Look inside the Java Reflection class
Java Reflection is a technology that looks inside a Java object at runtime and sees basically everything about the object that you would know at compile time. Discover the basic techniques involved in Reflection. Java Reflection is a technology that looks inside a Java object at runtime and...
Tags: Java Reflection, Reflection API, Java, Peter V. Mikhalenko, Programming languages, Java Tips Newsletter, Method, Parameter, Class, Object, Field, InvocationHandler, Productivity, Software Development, Software/Web Development
Technical articles 2006-11-08
Data validation with JavaScript and regular expressions
Discover how regular expressions offer a simple and elegant way to manipulate text within JavaScript. Tony Patton also explores how JavaScript's regular expression simplifies data validation. Data validation is an essential aspect of any Web application that accepts data from the user. After all, you must ensure the...
Tags: JavaScript, Data Validation, Tony Patton, Scripting languages, regular expression, caret, Web Development Zone Newsletter, Parameter, Expression, String, RegExp, Escape Character, Software/Web Development, Web Development
Technical articles 2006-09-18
Toying with template parameters in SQL Server 2005
Arthur Fuller details some slick things that you can do with the template parameters in SQL Server 2005. He also points out a potential problem with this feature, which he says shouldn't deter developers from using it. If you create functions or stored procedures from SQL Server 2005...
Tags: Microsoft SQL Server, Microsoft SQL Server 2005, Arthur Fuller, Databases, dialog box, marker, SQL Server Newsletter, Parameter, TechRepublic Inc., Enterprise Software, Software, Data Management
Technical articles 2006-09-11
Push Button
Hi All;Hopefully there is a simple solution to this issue. I have a web page that uses the .htaccess file requiring specific user login. Once logged in there is a button on the page which will allow the authorized user to access a different server with a another...
Tags: khunter
Discussion threads 2006-09-05
Build powerful Web applications via the Yahoo! Developer Network
Tony Patton discusses a new resource he recently stumbled upon: the Yahoo! Developer Network. It offers lots of API's for utilizing Yahoo! features, as well as plenty of generic Web development resources. The community aspect of the Internet has changed the way we work. Developers can quickly get...
Tags: Yahoo! Inc., Tony Patton, XML, Channel management, RSS, network, YUI Library, Web application, Web Development Zone Newsletter, Developer, Parameter, Web, Sample Code, Web Development, Calendar, Listing B, Library Site, Marketing
Technical articles 2006-07-31
Increase Web site performance with ASP.NET caching
Caching frequently accessed Web page data is one way to positively impact a Web application's performance. Find out how ASP.NET makes it easy to cache data. While functionality is the number one goal of Web development, performance seems to be a close second. After all, a site that...
Tags: Web, Microsoft ASP.NET, Middleware, Tony Patton, .NET, Performance management, Channel management, Microsoft development tools, Page Output, performance, .NET Newsletter, Parameter, Data, Web Site, Microsoft ASP.NET 2.0, Perception, Listing B, Listing D, Software Development, Software/Web Development, Enterprise Software, Software
Technical articles 2006-06-27
Handle errors in the data tier with SQL Server
Handling exceptions in your .NET application code is a simple and straightforward process with try/catch code blocks, but you can monitor exceptions on the database tier as well. We examine error handling in your database code with SQL Server and T-SQL. Developers work hard to graciously handle exceptions so...
Tags: Microsoft SQL Server Transact-SQL, Microsoft SQL Server, Databases, Tony Patton, .NET, server, RAISERROR statement, database, .NET Newsletter, Parameter, Microsoft .NET, Severity, Error, SQL Server Online Help, ROLLBACK TRANSACTION Statement, Storage, Enterprise Software, Software, Data Management, Hardware
Technical articles 2006-06-06
Wacky Linux Part 15: Update-proof defaults
In our last episode, I was complaining about A) an open-only-for-a-few-hours security hole in Ubuntu and B) the fact that the Breezy auto-updater kept reinstituting my hated VGA driver problem after every few updates--like, say, when I download an emergency patch to close a security hole. ...
Tags: Parameter, Linux, Corporate Communications, Security, Viruses And Worms, Open Source, Operating Systems, Software, Marketing, Jay Garmon
Blog posts 2006-03-21
Wacky Linux Interlude: Tweaking Ubuntu boot parameters
In Episode 9 of my Wacky Linux Adventures, I documented a clumsy, inefficient method of permanently changing Ubuntu's boot parameters. Below is the 'proper' method, which you'll likely need if ever you run into a common to me VGA driver issue: When...
Tags: Ubuntu, Parameter, Linux, UNIX, Operating Systems, Open Source, Software, Jay Garmon
Blog posts 2006-03-15
Wacky Linux Part 8: The almost-install
In our last episode, I promised to rush foolishly into a full install of Ubuntu for which I was totally unprepared. Well, I did it, and I've backed myself into a usability corner. Technically, the OS is installed, I just can't really use it, because of the...
Tags: Parameter, Video, Corporate Communications, Linux, Operating Systems, UNIX, Open Source, Marketing, Software, Jay Garmon
Blog posts 2006-02-01
Wacky Linux Part 6: Taking a step back
In our last episode, I was jammed up because I couldn't get Ubuntu 5.1 Live to load on my Compaq M300, and I suspected that a faulty battery was holding up the boot process. A little help from my abhoring...er, adoring public has led me to believe otherwise....
Tags: Ubuntu, Parameter, GUI, Keyboards, Linux, Notebooks, Hardware, Peripherals, Operating Systems, Software, Notebooks & Tablets, Jay Garmon
Blog posts 2006-01-31
Easily parse string values with .NET
The .NET Framework simplifies processing and formatting data with the String class and its Split and Join methods or regular expressions. Learn more about using these methods in your application. Processing string values is an integral aspect of most application development projects. This often involves parsing strings into...
Tags: Microsoft .NET, C#, Middleware, Tony Patton, .NET, Microsoft development tools, Programming languages, Console.WriteLine, .NET Newsletter, Parameter, TechRepublic Inc., Microsoft .NET Framework, CNET Networks Inc., Site, Value, GameSpot, String, .NET String Class, Regex, Software Development, Software/Web Development, Development Tools, Enterprise Software, Software
Technical articles 2006-01-24
Create a Web-based printing solution with PHP and MagickWand for PHP
Phillip Perkins demonstrates how to create a Web-based printing solution using PHP and MagickWand for PHP. The solution will accept file uploads and automatically send the uploaded file to a printer. Port 80—the standard port for HTTP communications—is no longer strictly a gateway for hypertext and Web images....
Tags: PHP, Phillip Perkins, Printers, Scripting languages, printing, printer, Web Development Zone Newsletter, Function, Parameter, Web, Hardware, Peripherals, Software/Web Development, Web Development
Technical articles 2005-10-24
Create an audio stitching tool in PHP
One way to provide visually impaired users with the ability to use OCR-defeating passcodes is to stitch WAV files together. Phillip Perkins shows you how to deconstruct a group of WAV files and reconstruct one large WAV file by compiling the group. One way to...
Tags: PHP, WAV, NumChannels, SampleRate, Phillip Perkins, Scripting languages, Using PHP, tool, BitsPerSample/8, Web Development Zone Newsletter, Function, Parameter, Audio, Drawback, Data, Information, ChunkID, ChunkSize, Subchunk1ID, Subchunk1Size, AudioFormat, BlockAlign, BitsPerSample, Subchunk2ID, Subchunk2Size, FILESTRUCT, StitchFiles, $lFileSize, CalcLittleEndianValue, GetLittleEndianByteArray
Technical articles 2005-08-09


IT Professional's Guide to Policies and Procedures, Third Ed
Whether you're creating policies for management, training, personnel, support, privacy, Internet/e-mail usage, security, or inventory, you'll meet the needs of your entire enterprise with this one download!
Buy Now
IT Help Desk Survival Guide, Third Edition
TechRepublic's IT Help Desk Survival Guide, Third Edition provides tools and recommendations to help you better manage help desk services, improve end-user support, troubleshoot frustrating hardware issues, identify quick fixes to vexing Windows problems, and help users make the most of Microsoft Office 2003.
Buy Now

Popular IT Dojo Videos