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

    Get Domain User Info

    I need a way to load all my domain user names into a table. The following script does basically want I want but I need to convert this into a stored procedure and NOT encode the username and password. Thanks for your help in advance, Sunny Option Explicit Dim sDomain Dim oDomain Dim...
  2. sunny456

    Finding NT User Groups via SP

    I need a method of finding out which NT user groups a user is a member of, via a stored procedure. Any help would be appreciated, Sunny
  3. sunny456

    SQL Server Stored Procedure OUTPUT parameters

    I am calling a SQL Server stored procedure which has 1 input parameter and 3 output parameters. I can call the procedure and it runs successfully(I checked in the SQL debugger that all 3 outout parameters are populated correctly) but when I check the variables afterwards in Cold Fusion they all...
  4. sunny456

    OLE Object for Signatures

    I am in the process of moving data from an MS Access 97 DB to SS2000. (Keeping the access frontend) The data was imported using DTS. There was 1 field in the Access database used to store signatures in the datatype OLE Object (MS Photo Editor 3.0 Photo) I have tried converting to both an Image...
  5. sunny456

    Password Encryption/Access Autonumber

    We are in the process of upgrading a MS-Access(97) database to SQL Server 2000. We will still be using an Access front-end program to access the SQL backend. I have used DTS to import the data into SQL and have linked the data using ODBC. The data looks fine but I have 2 questions. Question 1 -...
  6. sunny456

    SQL Parameter Limit?

    I have a user that's trying to pass 67 parameters to a sql stored proc and Foxpro (V6) is giving her an overflow message. Does anyone know the max number of paramters that Foxpro V6 can pass to a SQL sp. Any ideas on how to get around this limitation? Thanks in advance
  7. sunny456

    NT User Group Authentication Problem

    Running Citrix Metaframe on W2K and connecting to SQL Server 2000 (SP2) on another W2K box using NT Authentication. Using Citrix users cannot access SQL via an NT User Group account until I add each individual user to the database. After that they are ok and are given the correct group...
  8. sunny456

    Network Backup Problem

    I receive the following error when trying up backup a database(apx 142MB) across my network(W2K).The backup seems to complete and will restore but always produces error messages. Running SS2000 SP2. Anyone seen this before? 18210 : BackupDiskFile::RequestDurableMedia: failure on backup...
  9. sunny456

    SQL Debugger

    Does anyone know how to set a "Watch Expression" using the SQL Debugger(SS2000 SP2)? I can setup breakpoints ok but can't find any doc on setting watch points other than BOL stating that it can be done. Thanks in advance
  10. sunny456

    User Limits?

    Is there anyway to limit sql resource usage by user? I have identified the offenders using the profiler and would like to give them lower priority accessing the database.

Part and Inventory Search

Back
Top