Viewing 15 posts - 466 through 480 (of 6,105 total)
I would disagree. Typically web applications that are Internet facing where the web servers sit in the DMZ use SQL Server authentication. Internal web servers the typical method is a...
September 1, 2009 at 8:23 pm
Instead of using IP, do you have the option of using the virtual server name that was created for the SQL Server instance?
September 1, 2009 at 2:10 pm
If it's on the domain, generally speaking there are no issues. From my experience administering a domain with several thousand systems, we would only occasionally see GPO issues. And most...
September 1, 2009 at 12:29 pm
Technically it gets it from the server. However, the catch is the server gets its policy from the default domain policy. So effectively it's the domain, unless the server isn't...
September 1, 2009 at 10:18 am
This may be a semantic argument, but just for clarification...
In SQL Server, scope refers to a securable that contains others securables. Server, Database, and Schema are all scopes. So the...
September 1, 2009 at 10:14 am
This is a normal "error" and can be ignored. If you are not using Kerberos authentication, you can safely disregard the error and do nothing more. If you have a...
August 29, 2009 at 7:47 pm
You've explained the situation, but you didn't indicate what you want to do. For instance:
Do you want to stop the previous login from being used?
Do you want the application to...
August 29, 2009 at 9:33 am
jswong05 (8/27/2009)
August 27, 2009 at 7:29 pm
Steve's presented the typical best solution from a technical side, so I'm going to ask the procedural question. Why not have this scripted and have a DBA execute in a...
August 27, 2009 at 4:00 pm
jswong05 (8/27/2009)
By the way, forget SQLExpres. DAC will not work for SQLExpress by design.
DAC does work with SQL Server Express. DAC is disabled by design. While DAC consumes a minimal...
August 27, 2009 at 2:33 pm
Bob Hovious (8/27/2009)
August 27, 2009 at 2:31 pm
There have been no replies on the patch management mailing list, so I'm guessing no one really knows outside of maybe Microsoft. Since it's concerning a service pack, it should...
August 27, 2009 at 8:37 am
imSQrLy (8/26/2009)
Keep in mind this script will kill any connected users by setting the db to single user with SET SINGLE_USER WITH ROLLBACK...
August 26, 2009 at 1:36 pm
Lynn Pettis (8/26/2009)
August 26, 2009 at 12:15 pm
EDIT: Brian needs to read more closely. 🙂
August 26, 2009 at 12:11 pm
Viewing 15 posts - 466 through 480 (of 6,105 total)