Viewing 15 posts - 106 through 120 (of 2,612 total)
especially coming from someone like yourself
That the heck is that supposed to mean?
Once again - just kidding.
January 22, 2009 at 5:26 am
Jeff Moden (1/21/2009)
Ok... still not sure what you mean, so I'll come right out and ask... Do you think I'm part of the problem on this one?
No, sorry. You...
January 22, 2009 at 4:24 am
Lynn Pettis (1/21/2009)
Grant Fritchey (1/21/2009)
http://www.sqlservercentral.com/Forums/Topic640498-1291-1.aspx
No answers to the questions, no further interaction at all. I wouldn't be surprised to see...
January 21, 2009 at 10:50 am
Depending on the names you have, you may not be able to do much. Some surnames can have spaces in them.
January 21, 2009 at 8:48 am
There is a package property in the security section called "ProtectionLevel". By default, the value is "EncryptSensitiveWithUserKey". This will encrypt the "sensitive" information in the xml. Sensitive...
January 21, 2009 at 8:45 am
Steve Jones - Editor (1/21/2009)
I think Michael means most people don't think.
That sums up my opinion.
At the very least, I think it is pretty clear that there are many dumb...
January 21, 2009 at 7:58 am
Here is a simple illustration. Run the following:
[font="Courier New"]SELECT 1,'My Test 1'
UNION SELECT 1,'My Test 1'
UNION SELECT 2,'My Test 2'
SELECT 1,'My Test 1'
UNION ALL SELECT 1,'My Test 1'
UNION ALL...
January 21, 2009 at 7:37 am
The ANSI standard for variable length character fields indicates that trailing spaces pretty much don't exist. This is also why they do not matter when you join from one...
January 21, 2009 at 7:29 am
I would really question needing permissions in model and tempDB. As Gail pointed out, you would only need permissions in TempDB if you were creating permanent tables there -...
January 21, 2009 at 7:21 am
These types of circular references are typically a bad design. I understand why you want to do this in your design, but you may want to re-think the design...
January 21, 2009 at 6:26 am
Ninja's_RGR'us (1/21/2009)
What??? almost 20 hours straight without anything posted here... there must be something wierd in the air today... or the work break has just stared :P.
Sorry - busy posting...
January 21, 2009 at 5:18 am
I think you are seriously underestimating the number of people that are not thinking.
January 21, 2009 at 4:30 am
We had an interesting issue recently. One of our VM farms was performing very poorly for me. It turned out that they had purchased about 2/3 of the...
January 20, 2009 at 6:02 am
In SQL 2008 there is a resource governor to allow you to handle hardware resource allocation at a more grandular level. This is not available in SQL 2005.
In SQL...
January 16, 2009 at 12:37 pm
Viewing 15 posts - 106 through 120 (of 2,612 total)