Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: jamey
  • Order by date
  1. jamey

    Error: There was a problem reading this document (109)

    I had this problem with IIS and ASP when I was trying to use the Response.Redirect("pagename.pdf") method to send the user to the correct page. I have to have an intermediate page that the user is sent to with a standard hyperlink on it. Then I can view the file fine. If I left the...
  2. jamey

    CREATE A WEB APPLICATION THRU IIS5.0

    I believe that you need to create a new project and then connect to that web application. If you let VI do it for you, it creates the directory and adds all the files that are needed. Jamey
  3. jamey

    Does Apache Web Server Support ASP?

    Not without commercial addons. The one that I looked at is ChiliSoft by Sun. http://www.chilisoft.com
  4. jamey

    How to find out names and data types of table fields

    You can also run the stored procedure sp_columns. This stored procedure will return all of the columns in the specified table with their data types and field lengths. Code: exec sp_columns @table_name = '[YourTableName]' Jamey
  5. jamey

    anyone seen this virus berore??

    Make sure that you have not allowed anonymous access on your FTP server if you are running IIS. It is usually enabled by default. If this is the case, it is probably not a virus, but someone using your ftp server to serve warez.
  6. jamey

    Max Number of columns in replication

    I heard there is a maximum number of columns that can be replicated...255. Is this true? How about SQL 2000?
  7. jamey

    Formatting for dot matrix line printers

    Several of my reports print to an okidata 9 pin printer. I have the printer set up as a generic wide carriage printer on the server and they seem to work fine. You may just have to play around with placement on the report to get the data in the correct places.
  8. jamey

    Update another SQL Server

    Thanks for your answer. However I was not able to get the trigger to work on a linked server. I suspect it is my linked server. How can I tell if my linked server was registared properly?
  9. jamey

    Update another SQL Server

    Is it possible to update a table on one SQL Server based on an update of a table on another SQL Server? Using SQL Server only. Both are on the same domain.

Part and Inventory Search

Back
Top