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

    Quick SQL script or OSQL command table size

    Anybody know if a quick OSQL command or query to determine the table size of all tables in a give database?
  2. steveot

    Simple Program

    m just starting out on VB and C++. Not sure which to use. Im looking to create a GUI interface program that calls on an external cmd line application to convert a file from xml to html. What I need it just to have the user be able to select the source XML file with a browse button. Then...
  3. steveot

    Simple GUI program

    m just starting out on VB and C++. Not sure which to use. Im looking to create a GUI interface program that calls on an external cmd line application to convert a file from xml to html. What I need it just to have the user be able to select the source XML file with a browse button. Then...
  4. steveot

    Simple GUI to excute command line utility

    Im just starting out on VB and C++. Not sure which to use. Im looking to create a GUI interface program that calls on an external cmd line application to convert a file from xml to html. What I need it just to have the user be able to select the source XML file with a browse button. Then...
  5. steveot

    QSQL command and default database

    Anybody know a OSQL command to 1) Query a user and determine the users default database 2) Change the user default database using OSQL Using NT authenication
  6. steveot

    Vista compatibility

    Anybody know of autocad 2006 or 2007 can install on Vista?
  7. steveot

    Oracle Tablespace problem

    To start off im not a Oracle Expert. Im having a problem with 3rd party backup application. Third party backup application uses oracle file OCIw32.DLL to make calls and query into Oracle. I have a tablespace that is reporting it has two database file assosiated to it when one file physicaally...
  8. steveot

    Need help with SQL query

    I need a simple query or OSQL script to query the whole database ans search for a specific "string". For example I want to search for "james" but I dont know what table its in.
  9. steveot

    Generating report to view table sizes

    I would like to run first a sql script to list all the tables in a database. Then I would like to print out a list of table size. I found sp_spaceused but that seems per table. How can I create something that will list space use on all table is a simple command. I know I can view it in...
  10. steveot

    Stored PRocedure List / Compare

    Is there any way with osql to compare the stored procedure for a give database againts a fixed list. In other word I know that a database is supposed to have 100 stored procedures and if one is deleted I would like to query the stored procedures and be able to tell which procedure got deleted...
  11. steveot

    Stored Procedure

    Newbie to SQL I have a database that has a "stored procedure" I would like to copy this stored procedure to a remote SQL server on another site that is running the identical database. I know I can right click on the stored procedure and copy to notepad, etc Is there someway I import this...
  12. steveot

    Script to delete contents of a MSDE Database Table

    I not a SQL expert but was wondering if somebody could help me out. I need a script that can delete or emtpy the contents of three tables in a database running on msde. Enterprise manager will not be available naturally. So I assume and osql script will be the option. Basically I got stuck but...
  13. steveot

    Folder Security

    Maybe Im doing something wrong. I have a XP Pro workstation in a workgroup and will not be part of a domain. I want two user to use the machines. I though there was a way to restrict User A from User B folders. By default it the user profiles you can restrict the other users from veiwing, etc...
  14. steveot

    Sharepoint 2003

    Anybody now of Commvault cant Backup/Restore single Documents in Sharepoint 2003. Not a upgrade from SPS 2001 to 2003?
  15. steveot

    C++ and SQL code

    Maybe this is the wrong forum but Im having a problem with a SQL VDI backup.Im not a SQL or C++ person but can mange to get by. I found some source code to create a simple SQL backup using VDI rather than named pipes. The source code suggest to change a parameter for a named instance of SQL...
  16. steveot

    SQL VDI BACKUP

    Maybe this is the wrong forum but Im having a problem with a SQL VDI backup. I found some source code to create a simple SQL backup using VDI rather than named pipes. The source sode suggest to change a parameter for a named instance of SQL. Right now it used the defaul SQL instance name. I need...
  17. steveot

    Create a database with data

    Im not a SQL person but is there any script or something that can be run to create a 10 gig or 20 gig database filed with bogus information. Just something to represent a database that large. I dont care it its all 1's and 0's.
  18. steveot

    Exchange 5.5 upgrade

    In a lab scenerio I attempted to upgrade from Exchange 5.5 to Exchange 2003 on a DC GC server. The Exchange 2003 install procedure ran thru forestprep, domainprep, etc. It also installed ADC. Come to find out the install reports I cant upgrade from Exchange 5.5 SP3 to Exchange 2003. So after...
  19. steveot

    Exchange 5.5 and DNS

    Ok, got a problem with a test lab and Windows 2000/Exchange 5/5. I setup a Win2k ADV server. Installed windows with the network cable unplugged. After install, gave it a static ip of 10.10.1.1 Subnet 255.0.0.0. DNS 10.10.1.1 and gateway of 10.10.1.1. Ran Dcpromo and setup the server for the...
  20. steveot

    Windows 2000 Lab

    Im looking for some input on how to setup a small lab of computers to work toward finishing my MSCE. I have 3 PC's to work with. I have a cable modem connection with 4 dynamic ip's assigned to me. From my cable modem I go into a hub then into a Buffalo Wireless Router/Firewall. I typically...

Part and Inventory Search

Back
Top