Sponsored White Papers, Webcasts, and Downloads
TechRepublic Resources
- Error creating database
- Hi,I'm taking my first steps in SQL. (this is literally the first thing I've ever done in SQL.)I have installed SQL server 2005 enterprise edition (180 day test version)I want to create a new database called German consultants.Here is the Query I use:CREATE DATABASE German_ConsultantsON Primary (Name = German_Consultants_DATA, Filename = 'Q:German...
- Tags: Databases, Philds, database, Maxsize, FileGrowth, FileName, Log-on
- Discussion threads 2007-10-27
- Save time in Excel with automated reports
- Can We Create Unique SaveAs Filenames?Thank you for this tip, I think it's will be very useful for me. I'm trying to retrofit it to use in our current expense report template. I was wondering how I could make the "SaveAs Filename" unique. Would it be possible...
- Tags: Microsoft Excel, Richard Noel, filename, YYYY-MM-DD, e-mail
- Discussion threads 2007-10-24
- ALERT - Super Bowl website can infect your computer!
- WebSense is reporting via Suzi Turner that the Super Bowl XLI / Dolphin Stadium website has been compromised with malicious code. With all the traffic going there with the Super Bowl coming up, a lot of people will get infected. A link to a malicious javascript file...
- Tags: Security, News, Browsers, Malware alert, Super Bowl, Websense Inc., computer, Web site
- Blog posts 2007-02-02
- What character @start of filename will put it last in (Windows) sort?
- Oftentimes I have a file that has decreased in usefulness, but not to the point that deleting it is warranted. I would like to retain it, but keep it off to the sides, so to speak. A solution that seemed to meet my needs would be to rename...
- Tags: software, windows, fileName, dan_gawarecki@..., Microsoft Windows
- Discussion threads 2006-12-07
- Access: get the filename
- Hi, is there a way to pass the filename of an Access application to a variable using VBA? perhaps by inspecting a property of the Thank youAndrewCurrentProject...can be used to access different properties and methods pertaining to the Access application.So in your VBA code, you could use something like [b]filename...
- Tags: Scripting languages, Microsoft Office, fileName, Microsoft Access, Access Application
- Discussion threads 2006-07-26
- CA Brightstor High Availability Filename issue
- Hi,Recently I installed BHABrightstor High Availability, software solution for clustering.I have problem when BHA try to replicate filename that has 236 characters length (for D:dir1...etcPower point.ppt").In my research Windows allow 248 charaters in folder name and 255/256/260 characters in filename.The support team said that it is windows bug, so when...
- Tags: CA BrightStor, BHA, fileName, windows, high availability, brightstor, t_m1n9@..., software, Computer Associates International Inc.
- Discussion threads 2006-06-06
- Copying long filename from NTFS to Fat32
- I have drawn a blank on this. I purchased a portable 60 GIG hard drive and did not realize it was formatted to Fat32 before I began packing up my laptop. My laptop is NTFS. I want to do an exact copy, but an error is occurring that some long...
- Tags: FAT32, fileName, NTFS, heckfire@..., windows, GIG Hard Drive
- Q&A 2006-05-20
- Check access permissions on shares
- Learn to use the Server Share Check utility from the Windows Server 2003 Resource Kit. This utility helps streamline permissions problems when they overlap between shares and NTFS. Stay on top of the latest WS2K3 tips and tricks with our free Windows Server 2003 newsletter, delivered each Wednesday. Automatically...
- Tags: Microsoft Windows Server, Server Share Check, Microsoft Windows, Microsoft Windows Server 2003, Servers, Scott Lowe MCSE, PRODUCTIVITY, permission, server, Windows Server 2003 Tips Newsletter, NTFS, Filename, Advertising & Promotion, Operating Systems, Software, Hardware, Marketing
- Technical articles 2005-03-08
- Provide filename to SaveAs dialog in Excel VBA
- Is it possible to call the SaveAs dialog from Excel VBA and prefill the filename?Any guidance would be most appreciated.RegardsChris Bezant
- Tags: SaveAs dialog, Excel VBA, SaveAs, fileName, chris.bezant@..., programming, Microsoft Excel
- Q&A 2006-04-20
- Tech Tip: Enhance group policy management
- The Group Policy Management Console GPMC is a new console available for Windows Server 2003 that centralizes all group policy management functions. Providing such functions as backup and restore of group policy objects, import and export capability of group policy objects, and resultant set of...
- Tags: Guest Contributor, Windows Server 2003 Tips Newsletter, Group Policy, Console, Microsoft Group Policy Management Console, Installation, Management Console, Filename, Microsoft Windows, Operating Systems, Software
- Technical articles 2004-03-12
- wanted more support in this How much more code would it take ?
- to make 4000 characters filename support ???????." $NetBSD: mount_msdos.8,v 1.31 2005/01/31 05:19:19 erh Exp $."." Copyright c 1993, 1994 Christopher G. Demetriou." All rights reserved.."." Redistribution and use in source and binary forms, with or without." modification, are permitted provided that the following conditions." are met:." 1. Redistributions of source...
- Tags: Op Fl, file system
- Discussion threads 2005-10-15
- Windows XP illegal filename
- For the past 18 months or so our Server has had an inability to process a file created by an "Ex" employee.Our tape backup software was halting every night and every subsequent utility I have tried can not remove this file.Each attempt to delete or rename it has failed with...
- Tags: fileName, illegal filename?, Microsoft Windows, Microsoft Windows XP, wayne@..., windows
- Discussion threads 2005-07-13
- Beginner - Crystal Report - Hyperlinking problem
- Hai,I am using VB6,CR 8.5 access as BE. I am storing a file name in the field of access table. I want to print the filename stored in the field in CR with hyperlink option. ie when I click the filename in the report @ run time, the corresponding file...
- Tags: fileName
- Discussion threads 2005-06-17
- Restrict length of long filenames
- I am trying to restrict the lenght of long filenames in Windows? 255 characters is to much and when trying to migrate between disk sometimes these long names cause crashes. I suspect it must be a registry entry but am not sure.To remove the ability to create long...
- Tags: fileName, gregory.c.fisher@..., Microsoft Windows, Microsoft Windows NT, windows
- Q&A 2005-06-01
- Open excel file with spaces in filename
- When I double click on an Excel file with spaces in filename I get a series of errors.Example:If the file is called "My excel file.xls" I receive:My.xls Could not be found. Check the spelling and the filename...Excel.xls Could not be found. Check the spelling and the filename...File.xls Could not be...
- Tags: Microsoft Office, catalinro@..., fileName, Microsoft Excel
- Q&A 2004-12-30
- Use string as part of filename in Excel XP VBA
- How do you take a string value and insert it into an excel vba saveas/savecopyas code line. The string value is 2 digits from an input box.e.g activeworkbook.savecopyas( "\directorydefault filename text & [string from input box] & more default filename text.xls)MyValue = InputBox("Enter 2 digits","A Input Box")activeworkbook.savecopyas( "\directorydefault filename text"...
- Tags: cozy, fileName, Microsoft Excel, software
- Q&A 2004-12-22
- File Upload using C#
- Hi I have to upload a file to a webserver from my desktop. My client side application should be a windows application developed in C#.Please give me solution how to do it?string fileName = "";FileInfo fi = new FileInfofileName;try{ Uri serUri = new Uri(txtServer.Text + fi.Name); HttpWebRequest wr...
- Tags: C#, File Upload, fileName, filesize, FileInfo, MessageBox.Show, myStream, HttpWebRequest, medasatheesh@..., programming
- Q&A 2004-12-20
- Anti-spyware apps use a variety of detection methods
- Spyware applications are installed and working theirclandestine trade. You know it because pop-up ads appear every time you open aWeb page, and your system is slower than a car running uphill on ice. Now what?First, you have to find a good spyware detection and removal tool. However, alldetection applications are...
- Tags: anti-spyware, detection software, filename, software, spyware, Steven Pittsley CNE
- Technical articles 2004-11-08
- Send files easily with Apache SOAP
- This article was originally published as a Web services e-newsletter.As a rule, Web services are usually built to move data in XML format. It’s easy enough to format, say, a purchase order as XML, but what about more complex types of data, such as a slide presentation or even a...
- Tags: SOAP, Web services, Apache Software Foundation, ArchiveClient class, Brian Schaffner, DataHandler, Simple Object Access Protocol, Web service
- Technical articles 2003-03-04
- Apache piping makes it easy to rotate logs
- In a previous article, I talked about using Apache as a logging tool. The one limitation with the basic configuration I described was that it dumps the log into a single file. That presents all kinds of issues, like what to do when the log file grows so big that...
- Tags: OPEN SOURCE, Rex Baldazo, Apache Software Foundation, CustomLog, filename
- Technical articles 2003-10-31