Viewing 15 posts - 316 through 330 (of 499 total)
Lynn Pettis (6/9/2009)
Lynn Pettis (6/9/2009)
Could just be me, but I still think our PhD Candidate doesn't have a clue.
AND!! Based on many of the PhD's I have met (this doesn't...
June 10, 2009 at 5:09 am
SELECT DATEADD(month, -1, GETDATE())
DECLARE @NoPrevious INT
SET @NoPreviou = 13
SELECT DATEADD(month, -@NoPrevious, GETDATE())
June 10, 2009 at 1:57 am
Not exactly there yet, without some sample data. It relies on having a primary key, pKey, in numerical sequence
UPDATE T1
SET T1.ColC = T1.ColA - T1.ColB,
...
June 9, 2009 at 9:35 am
Hi
I'm sure Barry & Gail will give full answers, but this interpretation may help.
Don't think of O(n) / O(n^2) as proper mathematical formulas that can be solved. Think of...
June 9, 2009 at 4:38 am
I like the variety of stuff that comes up in this thread. There's always something interesting to look at in a bored moment.
I never did computers at University...
June 8, 2009 at 6:09 am
jcrawf02 (6/3/2009)
download IE7, it'll prompt you to kill the script before it takes your browser out.
I wish I could, but - its corporate PC - controlled by some central...
June 3, 2009 at 9:08 am
What do I do to deserve this 🙁
Before you click on the link, be aware that they OP has posted vast quantities of data - twice - it now crashes...
June 3, 2009 at 8:42 am
Less haste please ...
1) See my first reply - Is that CREATE TABLE statement correct? - if not can you post a correctef version.
2) Can you format your sample data...
June 3, 2009 at 8:32 am
The code is in a nice box, because its enclosed in
[ code ] ... your code here ... [ /code ] blocks - I have put extra spaces...
June 3, 2009 at 7:59 am
Hi Byron, and welcome to the forum.
First of all see this article on how to get the best help
http://www.sqlservercentral.com/articles/Best+Practices/61537/
I've tried to understand your problem, and I'm probably oversimplifying here -...
June 3, 2009 at 7:36 am
RBarryYoung (6/2/2009)
Tom Brown (6/2/2009)
[ Its an "artsy" thing, sort of like that Obama poster you see everywhere.
Had to do a search for it, not having been to the...
June 2, 2009 at 4:35 pm
[subjectchange]
Steve. Can you upload a new avatar photo please it looks like a photo in 16/256 colours - I'm sure its not my display settings as other peoples' avatars display...
June 2, 2009 at 3:58 pm
I've figured out where I went wrong.
1) While you can backup the master key and certificates, you can't back up a symmetric key.
2) if you want to re-create the same...
June 2, 2009 at 3:11 pm
Roy Ernest (6/2/2009)
June 2, 2009 at 1:48 pm
OK You've done things a different way to me.
But I've got it very wrong.
I've checked my data, and I can't access data encrypted before the database was restored :angry: ...
June 2, 2009 at 1:28 pm
Viewing 15 posts - 316 through 330 (of 499 total)