Viewing 15 posts - 1,201 through 1,215 (of 6,105 total)
There isn't without some sort of reconciliation process. This is one reason Windows groups are preferred. AD will handle the group membership cleanup when the domain user is deleted, meaning...
April 24, 2008 at 7:16 pm
The benefit is there are times when certain application require a particular username. However, especially on the Windows side, your corporate naming standard doesn't match the name the application wants....
April 14, 2008 at 9:11 am
If it's 2005, the easiest way is to use SQL Server Management Studio. You can install just the workstation components if you have the CD/DVD. Otherwise, you could use a...
April 14, 2008 at 9:09 am
If you're hitting the /ReportServer virtual directory, expect something that looks like a directory listing. The ReportServer part is the web service. For what is typically /Reports you should get...
April 13, 2008 at 1:14 pm
WILLIAM MITCHELL (4/9/2008)
SQL 2000 had SP3 but then was followed by SP3a.
SQL 2005 had SP2 but then was followed by SP2a.
It...
April 13, 2008 at 1:04 pm
I really, really, really wish SQL Server would track client by IP. And allow for security which specified access by IP. For instance, is sa login was only permitted to...
April 13, 2008 at 1:00 pm
roger.plowman (4/9/2008)
April 13, 2008 at 12:57 pm
All right, prior to me configuring a Service Broker endpoint, I saw the following messages related to Server Broker in my SQL logs:
The Service Broker protocol transport is disabled or...
April 13, 2008 at 12:36 pm
I had a long conversation with our VMware SE (he's moved on to bigger and better things within VMware now) who I had a previous working relationship with long before...
April 13, 2008 at 1:14 am
In SQL Server 2000 there's not a whole lot you can do with respect to seeing information in the master database. The reason is that all users (except members of...
April 13, 2008 at 1:03 am
Are there other MSSQL.N folders? The folders are numbered based on when the services were installed.
April 12, 2008 at 10:01 am
Matt Miller (4/12/2008)
'Software\Microsoft\MSSQLServer\MSSQLServer\SuperSocketNetLib\Tcp'
In a named instance that will usually be formatted as MachineName$instance.
So you'd have to...
April 12, 2008 at 9:31 am
It doesn't look like the login is failing. Are you running a script that uses SMO?
April 12, 2008 at 8:44 am
If you're looking to get the login names and you're trying to filter based on just those names, here's what you need:
SELECT sl.NAME
FROM dbo.sysusers su
JOIN master.dbo.syslogins sl
...
April 12, 2008 at 8:25 am
The exact registry key will depend on the version of SQL Server and whether or not it's a named instance. The example given was for a SQL Server 2000 default...
April 12, 2008 at 8:12 am
Viewing 15 posts - 1,201 through 1,215 (of 6,105 total)