Viewing 12 posts - 106 through 117 (of 117 total)
The Manual backup worked fine (thanks). There isn't anything in the SQL Log but in the event Log I get:
"SQL Server Scheduled Job 'User DBs - Backup' (0xEC880ABCC4DD814DB9558DA78BCE8526) -...
March 7, 2006 at 3:38 pm
Any quote from the NY Times must be treated with a skeptical eye, because what they print might be true. In ANSI-SQL 'NY Times' = 'true' yeilds 'Unknown'.
February 24, 2006 at 11:18 pm
Wayne, you defined the problem. Better feedback from the test provider (MS) on strengths and/or weaknesses and not just a raw score would help. Having extra "endorsements" would also the...
June 25, 2005 at 4:36 pm
Let me see if I got this right. Crystal Reports can't handle changes to your schema so it's time to make developers lives more dificult. Let me suggest...
May 29, 2005 at 2:36 pm
You hit the nail on the head and is what I've been evangelizing about for years. I also detest the aliasing format of SomeColumn As SomeOtherName and prefer the style...
May 26, 2005 at 7:14 pm
Yo are correct -- it's a crutch. There are many things Query Builder can't handle -- like tha case statement or return multiple results or receive xml for the import...
April 22, 2005 at 1:36 am
Liked/agreed with pretty much everything but the prefix v on the views. I use the suffix "_v" and it gets the point acrosss without getting in the way.
Same with stored...
April 22, 2005 at 1:20 am
Unions and programming don't mix. With the plumber or electrician the pipes/wires have to be local to the plumber of electrician. That isn't the case for our line of work. I can...
April 22, 2005 at 12:48 am
We should agree on the basic fact that certification <> practical knowledge. It's true that, for certification purposes, you have to poke into areas of SQL Server that you don't use very often. ...
April 22, 2005 at 12:31 am
You might try
select count(1) icnt, item, max(datecolumn) from Log group by item order by item
November 23, 2004 at 8:17 am
Are all users employees? I see a lot of overlap in those tables in the displayed columns. You could combine the tables into one table or, if all users are...
November 22, 2004 at 8:51 am
The thing I find missing from this discussion is how to handle object names. I've had great success using the format [object]_[action].
Object is the object which is being...
August 5, 2003 at 8:54 am
Viewing 12 posts - 106 through 117 (of 117 total)