Viewing 15 posts - 436 through 450 (of 587 total)
🙁 I used an old copy of BOL for 2008 which had a set of instructions for moving the Resource Database. Man... burned!
January 9, 2009 at 11:05 am
I've found that converting the varchar to a varbinary in the orderby works. Since I don't need the order very often, I think that will be a satisfactory (but...
December 31, 2008 at 1:38 pm
Another tool to put in your belt is EXCEPT:SELECT * FROM table1
EXCEPT
SELECT * FROM table2
will give you all the records in table1 that do not exactly match a record in...
December 31, 2008 at 1:17 pm
Maybe that's what I need to do - keep looking at different collations until I find one that works how I want it to. Latin1_General_CI_AS does take care of...
December 31, 2008 at 10:08 am
I encourage you to study Vadim Tropashko's ideas in this area. Although I ran into some limitations for my application that rendered the solution unsatisfactory for my problem, it may...
December 23, 2008 at 9:28 am
Hey Steve - here's a thought for the QOD for tomorrow... or another time. I noticed you swapped out an undisclosed part of the SSC logo for a present...
December 23, 2008 at 9:19 am
Alright, I dug up my old research and refreshed all the terms in memory. Yes, this is kind of an adaptation of the adjacency model with the advantage of...
December 18, 2008 at 10:59 am
I also had a hard time picking between another snapshot and no backup. I did have one thought in favor of the answer specified though (although I thought about...
December 18, 2008 at 8:08 am
My question would be that you've already (understandably) underestimated the number of positions you needed once... you sure that 46K is going to be enough for future scalability? If...
December 17, 2008 at 4:33 pm
Thanks for the reply!
If you don't mind, help me understand the advantage of having it stored in a binary format, but converted for readability. I'm going to use the same...
December 17, 2008 at 4:19 pm
Alright, if there are no opinions on the issue, how about suggestions on the question? Too long? Not enough detail? Boring title? Too complex? Too...
December 17, 2008 at 1:00 pm
Jamie, are you saying the monitor server in logshipping actually initiates the failover? I thought it just monitored the current health. I haven't used log shipping since 2000,...
December 2, 2008 at 1:19 pm
Dr. Diana Dee (11/23/2008)
However, in my experiments, with a SQL Server login having only CHECK_POLICY in effect (but not CHECK_EXPIRATION), when minimum age was set, I could not change the...
November 24, 2008 at 10:48 am
Check boxes mean that there are possibly more than 1 correct answer and you need to select all of them. It's no better or worse than Microsoft certifications with...
November 13, 2008 at 12:13 pm
It's kind of tough without a little more information. Can you tell us how the query plan changes? Does it use different indexes or change from a seek...
October 23, 2008 at 7:51 am
Viewing 15 posts - 436 through 450 (of 587 total)