Viewing 15 posts - 5,161 through 5,175 (of 7,164 total)
stevehindle12345 (9/8/2011)
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
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
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
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...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
September 7, 2011 at 3:41 pm
Waseem Jaleel (7/28/2008)
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
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...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
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...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
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...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
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...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
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.
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
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...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
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...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
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,...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
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)' ;
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
August 25, 2011 at 12:03 pm
I got bcp working!
Here's how:
1. Open SQL Server Configuration Manager and go to the Named Pipe Properties of your instance.
2. Change the value to:
\\.\pipe\sql\query
Note: if your 2000 instance, the old...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
August 25, 2011 at 10:04 am
Have you ever used sp_MSForeachDB? It is an undocumented procedure otherwise I would provide a link to BOL for you.
What you want to do is call sp_MSForeachDB and provide an...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
August 24, 2011 at 5:26 pm
Viewing 15 posts - 5,161 through 5,175 (of 7,164 total)