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 bkrike 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: sfn6
  • Content: Threads
  • Order by date
  1. sfn6

    Keep leading spaces on a string (readline method)

    Hello all. I'm writing a script to add some lines to about 1200 text files. The script is done with one problem. I need to preserve the formatting in the orignial text files while adding the lines I need to add. The original file is formatted with spaces, either 2, 4, 6 or 8 spaces before...
  2. sfn6

    Easy way to list all users and permissions?

    Our DBA decided to take an "extended vacation" so since I'm the data manager I've been asked to take over his duties temporarily. The boss wants a list of all users in the database (no problem) and also what tables they have permissions to (problem) I could go through table by table...
  3. sfn6

    Create table structure using data from another table?

    Hello. I have a table (Columns) with three colums: Name, Length, Type that contains the info needed to create a new table. I know how to create a table in Query analyzer, but how do I programatically loop through the columns table to create the columns in the new table? I would do this...
  4. sfn6

    How to fill a table with test data?

    I'm trying to fill a table with about 100 or so UNIQUE records so I can test a search function. I know I could just loop a stored procedure to fill it, but the data has to be unique. Short of sitting here manually entering is there anything I can do? Thanks in advance!
  5. sfn6

    Getting data into report from MS SQL server

    Howdy. We're using an .adp (Access 2k) for our front end with a MS SQL server 2000 db. Using a .mdb we had the reports getting data by creating, using, then deleting (after the report was created) access queries and pointing the report to the query. Now with the .adp, queries are gone. How...
  6. sfn6

    Linking SQL tables using code?

    I'm writing an app for distribution and need to use SQL linked tables. Going the file, get external data, link tables..works fine on my machine where I have the dsn set up and know the dsn name. My concern is someone installing this app and having a different dsn name. In that case the links...

Part and Inventory Search

Back
Top