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

    Can Windows XP Home computers detect SQL Servers???

    I have this thread in the SQL Servers forum, but it may be better suited for you OS gurus... thread183-915963 Basically, I have noticed that Windows XP Home does not seem to detect SQL Servers in the ODBC Connection Wizard, using SQLDMO, or NetApi32. Does anyone know if automatically...
  2. nabiS2K

    Determine Windows XP Edition (Home or Pro)????

    I have referenced the following MSDN article on how to determine the version of the Windows OS: http://support.microsoft.com/default.aspx?scid=kb;EN-US;304289 Does anyone know how to take this one step farther to determine specifically which edition of XP is running, Home or Professional? Any...
  3. nabiS2K

    Can Windows XP Home computers detect SQL Servers???

    I have a Windows XP Home computer that cannot "see" network or even local instances of SQL Server 2000 or MSDE 2000. I have this problem with and without SP1 and SP2. However, it did not bother me until an app I wrote was unable to find the server(s) when a client used it on his XP Home laptop...
  4. nabiS2K

    Enumerate each active SQL server on a network and MSDE on local hd

    Does anyone have code for finding all of the active instances of SQL Server on a network and MSDE on a local machine? Any help is greatly appreciated.
  5. nabiS2K

    How to create SQL Server users/permission in VB.NET?

    I am writing a VB.Net app that I will convert from an MS Access back-end to a MSDE/SQL Server 2000 back-end. user to connect to the data... Can some explain how to create user profiles for permissions to the server and then to the specified database? I have found a little help with creating...
  6. nabiS2K

    How to create SQL Server users/permission in VB.NET?

    I am writing a VB.Net app that I will convert from an MS Access back-end to a MSDE/SQL Server 2000 back-end. user to connect to the data... Can some explain how to create user profiles for permissions to the server and then to the specified database? I have found a little help with creating...
  7. nabiS2K

    How can I tell if a user cancelled execution of a DTS?

    I have a DTS job with a few ActiveX Scripts that process around 400,000 records. I have no choice but to use a script in for the type of data transformation in this case. Here is my question: Because I am looping through 400,000 records, if a user hits the cancel button during execution...
  8. nabiS2K

    Disabling Linked Tables

    I have an unusual question. I want to prevent Database 1 from being linked to or imported from by Database 2. Has anyone come across a way to have Database 1 lock-out any other databases attempting to import/link to secure tables/queries?
  9. nabiS2K

    Exclusive Database Mode

    Does anyone know if it is possible to set or return the exclusive mode of a loaded database? This might be a long shot. (-:
  10. nabiS2K

    Disabling the shift-by-pass when opening a database

    I have heard that this is possible. Does anyone know the code for disabling the shift feature that allows anyone to skip Startup/AutoExec code?

Part and Inventory Search

Back
Top