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!

Import Data in sysxlogins

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
Is anybody can help me.

I want to insert new Data in system table
like sysusers and sysxlogins from a text file but I can't when I use DTS Wizard in SQL Server 7.0.
I only can create a new table but I can't insert new lines in an existing table in master database.

Thanks
 
Hiya,

Why do you want to import data into a system table? Most systems will have bcp turned off for "master" as it is really not a good idea.

Can you not create the logins etc using the normal methods??

Tim
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top