• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Facing pblm to create new login in sql server 2000

 
Greenhorn
Posts: 12
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Respected Sir,
Recently I installed ms sql server 2000 in windows 2000 server plat form.
server is in my system only.
i am able to enter to sqlserver with query analizer by using windows authentication
but when i am trying to create a new login to enter with sql server authorization ......it is not accepting.
i tried to create a new login in enterprise manager in sql server
it was created .
but query analizer is not acception that login and password
query analyzer is accepting only windows nt authorization.
pl help me
please help me how to create a new login in query analizer
Thankyou Very Much
Yours
Raj
 
Ranch Hand
Posts: 276
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
When you set up the user id you tell sql server whether to use NT or not. Choose the other option if you do not want to use NT authorization.
Dan
 
reply
    Bookmark Topic Watch Topic
  • New Topic