Viewing 15 posts - 181 through 195 (of 369 total)
garethmann101 (11/20/2008)
December 19, 2008 at 7:21 am
Lee Nadelman (12/11/2008)
December 11, 2008 at 12:02 pm
Peter Schott (12/11/2008)
December 11, 2008 at 11:58 am
Peter Schott (12/11/2008)
... Oh well, a decent learning experience and I'll take my point from this post.
You're still short 2 points as it was a 3 point question!
December 11, 2008 at 11:55 am
michael vessey (12/11/2008)
ok - to take that point further -...
December 11, 2008 at 7:51 am
Grant Fritchey (12/10/2008)
If you don't have your code under source control, here's the wake-up call to get it there.
You can't retrieve a previous...
December 11, 2008 at 7:33 am
I agree with all of the other posters that the question is very misleading. To have a successful log backup one must have the initial full backup.
I suspect that...
December 11, 2008 at 7:28 am
This has been extensively discussed on the forum along with some suggestions, including use of a proper source control system.
See my message (474053) as to how we do it in...
December 10, 2008 at 8:00 am
I'm with Grant.
I.e., we are a SaaS environment with a separate database for each customer all running the same code.
We store all of our code (one file per object) in...
December 5, 2008 at 12:57 pm
I'll qualify my responses as follows:
If you are designing and building a system that will be used within a single language culture then by all means choose the proper database...
December 4, 2008 at 10:34 am
GilaMonster (12/4/2008)[hr
There's a difference between extended ASCII and unicode.
True, but the support of extended (8-bit) ASCII is also governed by the collation of the database and the calling application, among...
December 4, 2008 at 10:18 am
Note that even in America, extended ASCII is very common. Just think of all of peoples names that have accents in them. Or the word resumé. Let...
December 4, 2008 at 10:00 am
Having 10+ years of Oracle experience, I understand your problem.
SQL Server doesn't offer the same hierarchical functionality as Oracle's "CONNECT BY" clause.
The solutions are:
1. Use a recursive Common Table Expression...
December 2, 2008 at 7:39 am
The Title is completely misleading. "Date of Easter" formulas have been around for decades. It was one of my early computer science homework assignments.
November 24, 2008 at 10:16 am
Additionally,
1. It doesn't properly support a legitimate value of -1 as -1 is being used to indicate that the value is not numeric.
2. An explicit CAST is needed in the...
November 20, 2008 at 7:19 am
Viewing 15 posts - 181 through 195 (of 369 total)