cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
233
Views
0
Helpful
1
Replies

SQL database Analyzers

salman-ahmad
Level 1
Level 1

Hi,

I want to crete a new user id in SQL Server Enterprise Manager from any PC to access the IPCC server database.

Is there any soluion to resolve this issue.

regards

Salman

1 Reply 1

pklos
Level 4
Level 4

You can do it using osql utility.

To use SQL login you need to switch IPCC sql server into mixed mode. Or you can use windows authentication (SSPI), but it's less comfortable.

Here's more info about it:

http://support.microsoft.com/kb/325022

--

regards,

PK