Viewing 15 posts - 46 through 60 (of 322 total)
J (10/7/2008)
So if you had adopted the 10-digit space-saving configuration, now you have to go back and change it.
If you adopted a 12-digit char column instead, in a million row...
October 7, 2008 at 4:50 pm
Steve Jones - Editor (10/7/2008)
It's as likely that they chose Oracle because of a few golf games as they like it.
It's been my experience that most "strategic" decisions are made...
October 7, 2008 at 10:50 am
James Goodwin (9/26/2008)
September 26, 2008 at 12:31 pm
Jonathan Kehayias (8/19/2008)
August 20, 2008 at 4:05 pm
You've both made a good point (I hate it when that happens).
Since the goal is really to delete text files, I can change the C# code to reject a file...
August 19, 2008 at 4:23 pm
I was wondering when you'd show up to ask me that, Jeff 🙂
I have a stored procedure that creates files that are emailed as attachments by sp_send_dbmail. I...
August 18, 2008 at 4:04 pm
Yep, that did it. I thought I set it to external access on the create assembly statement, but I guess not. Thanks for all your help.
August 14, 2008 at 10:18 am
I copied it to C:, then did this:
USE master
GO
-- First Create the Asymmetric Key from the Assembly
CREATE ASYMMETRIC KEY DftFileDeleteKey
FROM EXECUTABLE FILE = 'C:\SqlServerProject1.dll'
GO
--Now create a...
August 13, 2008 at 5:53 pm
When you build a SQL project is VS, where does it put the assembly? I have to specify it for CREATE ASYMMETRIC KEY, but I don't see where on...
August 13, 2008 at 5:34 pm
Thanks Johnathon, but how does the user in your example relate to the user who is actually going to run the stored proc? I have an Agent job that...
August 13, 2008 at 5:14 pm
Show him an article that says that Oracle developers make 50% more than SQL Server developers...:w00t:
August 13, 2008 at 2:33 pm
Ian Massi (6/19/2008)
For reference, my favourite Kevin Costner movies about baseball are:1) Field of Dreams
2) For Love of the Game
3) Robin Hood Prince of Thieves
Yeah, I especially liked that last...
June 19, 2008 at 5:47 pm
Matt Miller (6/11/2008)
June 11, 2008 at 10:49 am
GilaMonster (6/11/2008)
It's still a stupid standard though.
Is it just me, or is there really a requirement that all corporate standards have to have at least one stupid element? I...
June 11, 2008 at 10:00 am
Viewing 15 posts - 46 through 60 (of 322 total)