Viewing 15 posts - 616 through 630 (of 14,953 total)
TravisDBA (10/30/2012)
October 30, 2012 at 11:13 am
There are a couple of factors that can make varchar take more space than char of the same length. First is very short strings in a small column. ...
October 30, 2012 at 10:54 am
Being competent and getting along well with others are the best bets for job security, and for getting a new job fast if the old one goes away.
However, I have...
October 30, 2012 at 10:45 am
If it doesn't work, can you set up a VM on the laptop with a prior version of Windows on the VM? Kind of the ultime in backwards compatibility.
October 30, 2012 at 9:49 am
It has to be an "integer value", but does it have to be an "integer datatype"?
A varchar(22) can hold things like "1234567890123456789012". Looks like a number, is a number...
October 30, 2012 at 9:48 am
Cool biz. That's a good first step towards determining if consolidation makes sense.
October 30, 2012 at 7:00 am
britinusa (10/25/2012)
The reason we're doing this is simple.
In order to upgrade our db environment, using clustering, mirroring or whatever methods we choose ......
October 30, 2012 at 6:55 am
Use a cursor for that. It's one of the few things they're actually good for.
October 29, 2012 at 11:48 am
Lee Crain (10/26/2012)
If this trend continues,...
October 29, 2012 at 7:31 am
RVO (10/24/2012)
Thanks GSquared,Very useful suggestions. Thanks a lot.
A question.
I have not created benchmarks.
How do I create them?
I've found Confio Ignite (free version here: http://www.ignitefree.com/) very useful for benchmarking database servers....
October 29, 2012 at 7:02 am
YSLGuru (10/24/2012)
The thing is a queue...
October 29, 2012 at 6:46 am
YSLGuru (10/26/2012)
GSquared (10/24/2012)
Another possible solution:
USE ProofOfConcept;
SET NOCOUNT ON;.... OR T2.MaxDate != T3.MaxDate;
Count = 0
I just went to test out the ProofOfConcept UDf you...
October 29, 2012 at 6:44 am
Honestly, I'm used to using OpenRowset's Bulk option to pull XML files into an XML column in a single step. I haven't used OpenXML in years.
Once the XML is...
October 25, 2012 at 2:08 pm
Khades (10/25/2012)
Page cannot be displayed :(.I have a question, so if daylight savings were to change again in the future, I would have to go update this table correct?
Yes. ...
October 25, 2012 at 2:04 pm
Viewing 15 posts - 616 through 630 (of 14,953 total)