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 gkittelson 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: *

  1. BrimReap

    How do I copy an existing table and give it a primary key?

    I have a table with out a primary key. I want to copy this table's data/structure into a new table with a primary key (with auto increment attribute). What code can I add on to this to acheive this? Will it assign id's to the current data? select * into NEW_TABLE from OLD_TABLE
  2. BrimReap

    Does CF limit the amount of characters (text) you can insert

    Hi, Does CF limit the amount of characters (text) you can insert into a SQL database field with data type "text?" Microsoft says it can do up to 2GB. My data keeps getting truncated when I try and insert a big text document via a form.
  3. BrimReap

    What is maximum character count for SQL field

    What is maximum character count for SQL field with data type text or ntext? I'm trying to copy and paste a 63,000 character/39000 Bytes Word document and upload into the database via a form. It keeps truncating. Do you know what the maximum amount allowed is? Do I need to change some settings?
  4. BrimReap

    Connecting to SQL server over VPN

    Hello, I'm having trouble connecting/registering a sql server over a VPN. During the SQL Server Enterprise Manager wizard registration process, I enter in the IP address of the server running sql and get the following error: SQL server does not exist or access denied.|ConnectionOpen(Connect()...
  5. BrimReap

    SQL Server Registration over VPN

    I've tried putting in a username and pass and i still get the same error
  6. BrimReap

    SQL Server Registration over VPN

    Hello, I connect to my company's LAN through a VPN. We have SQL Sever running on our LAN server. I'd like to connect to it through SQL Manager but when I try and register the SQL server i get the following error Login failer for user '(null or any username i put)'. Not associated with a...
  7. BrimReap

    Organizing my selections

    Hi, Unfortunately, I have a field in a database that is labeled state_province. It contains state abbreviations such as NY for New York. It also contains Provinces like Alberta. How can you arrange that data when i select it? I'd like to have all the US states at the top of my list in...
  8. BrimReap

    Importing SQL data into another SQL database

    Terry, If i get the appropriate permissions from the sys admin, will it let me copy the database down exactly? Why won't my local database read tables of another owner?
  9. BrimReap

    Importing SQL data into another SQL database

    My situation: I want to copy down the tables and data from our "Live" SQL server to our local copy of the database. My problem: We don't have sys admin privileges on our "Live Server". When I use the SQL import/export wizard the data will copy over correctly but not the...

Part and Inventory Search

Back
Top