Viewing 15 posts - 5,161 through 5,175 (of 7,168 total)
In my opinion you have the best case scenario in terms of being able to associate every DB session with a specific person. In my experience most applications do not...
September 8, 2011 at 1:42 pm
Another option is to have a DDL trigger fire on the CREATE_LOGIN event to alter the login immediately after it is created.
This has some valuable insight into what event data...
September 8, 2011 at 11:07 am
stevehindle12345 (9/8/2011)
September 8, 2011 at 10:38 am
Here is a thread that may help shed some light on your situation:
http://www.sqlservercentral.com/Forums/Topic1097586-359-1.aspx
September 8, 2011 at 10:36 am
After monitoring this system for the last 2+ weeks I have concluded that this is a projection of everyone's worst fears regarding violating, and possibly the interesting combination of, these...
September 7, 2011 at 3:41 pm
Waseem Jaleel (7/28/2008)
September 3, 2011 at 3:16 pm
I use TextPad as my default text editor. It's usable after changing the "Keyboard Compatibility" under "Editor" in Configure > Preferences from "TextPad" to "Microsoft Applications".
After opening the file in...
September 1, 2011 at 10:34 am
Evil Kraig F (8/26/2011)
What it indicates WILL cause blocking. Especially if they fubared the design.
For those playing at home since OPC knows this because...
August 31, 2011 at 12:09 am
Jeff Moden (8/26/2011)
I know you know this but it'll make me feel a lot better if I say it out loud... I don't allow vendors such access. The...
August 30, 2011 at 11:50 pm
I have heard of databases and sql agent jobs owned by domain accounts having issues when a domain controller is unavailable. The database issues had to do with cross-database ownership...
August 25, 2011 at 4:23 pm
If you don't mind, please post the steps you took to correct the issue to allow others finding this thread via a search engine to learn.
August 25, 2011 at 4:10 pm
Cool, HTH. The XML type has a theoretical limit of 2GB in size (~1MM characters in length, it's stored using UTF-16 internally) but IIRC some of the 2GB is used...
August 25, 2011 at 3:58 pm
FOR XML is only shaping the result before it is returned to you, but after the DB Engine runs the query and gets the rows of data just as any...
August 25, 2011 at 2:44 pm
Chandler3224 (8/25/2011)
Have been lurking for a while now, I've learnt a lot from these forums but I'm at the stage where I need a little hands on help,...
August 25, 2011 at 12:13 pm
What is the max memory setting?
SELECT value_in_use
FROM sys.configurations
WHERE name = N'max server memory (MB)' ;
August 25, 2011 at 12:03 pm
Viewing 15 posts - 5,161 through 5,175 (of 7,168 total)