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. Indika

    SQL server Windows Authentication is Broken

    domain users" group is not added to any local groups other than local "users" group local "users" group doesn't have permissions to sql server
  2. Indika

    SQL server Windows Authentication is Broken

    I haven’t given permissions to individual users. “Domain Users” group do not have any permissions other than they are part of the “public” and one custom database role which allows access to few tables.
  3. Indika

    SQL server Windows Authentication is Broken

    Domain users do not have admin rights in the domain. They are able to create users, create DTS packages, run jobs, modify tables, etc on SQL server. I tried assigning different roles like “db_datareader”, db_datawriter”, etc, but nothing seems to work.
  4. Indika

    SQL server Windows Authentication is Broken

    I have a SQL server 2000 with ONLY windows authentication is enabled. Domain Users are part of the public role and a custom database role that has permissions only for few tables. For some reason SQL server allows ALL Domain users to have Admin RIGHTS on the server. Anyone has any...
  5. Indika

    Export Data using DTS

    Thanks J. That fixed the problem Scheduled DTS jobs use SQL Agent service startup account. I had target server share permission set only for the DTS package owner. Looks like both accounts need write permission.
  6. Indika

    Export Data using DTS

    That was my mistake. I am not trying to save the job on the IIS server. Job is on the database server. I have a share on the target server. I want the job to create a text file on the IIS server share. But it fails. If I manually execute the DTS Package, then it creates the text file on the...
  7. Indika

    Export Data using DTS

    I have two NT servers in a small domain with one running IIS and the other SQL 2000. I logged into both server using a domain user account. Account is part of the local administrator group in both servers. I want to create a DTS job and schedule it to run at night. I am trying to export some...
  8. Indika

    This is a test

    test
  9. Indika

    Export data into a test file using DTS

    I have two NT servers in a small domain with one running IIS and the other SQL 2000. I logged into both server using a domain user account. Account is part of the local administrator group in both servers. I want to create a DTS job and schedule it to run at night. I am trying to export some...
  10. Indika

    sending sql server job notifications to multiple operators

    Can someone tell me how to configure SQL server 2000 to send job notifications to multiple operators (net send option)? Thanks.
  11. Indika

    sending sql server job notifications to multiple operators

    Can someone tell me how to configure SQL server 2000 to send job notifications to multiple operators (net send option)? Thanks.
  12. Indika

    Migrate SQL 6.5 database to SQL 7.0

    Calahans, I need to replicate complete database. Bringing just tables wouldn't help. If I just bring the tables then I have to recreate all the security, stored procedures, indexers, etc. There must be a way to replicate same SQL 6.5 database onto SQL 7. Thanks for your response though!
  13. Indika

    Migrate SQL 6.5 database to SQL 7.0

    I have 2 database servers one running SQL 6.5 and other SQL 7.0. I want to import 6.5 database to SQL 7.0 (not upgrade). Can anyone help me with this? Thanks.

Part and Inventory Search

Back
Top