Viewing 15 posts - 436 through 450 (of 650 total)
There are good points being made here. The thought I had was that Einstein and J. Robert Oppenheimer were both were at pains to point out the threat that...
March 2, 2009 at 6:34 am
Yeah! A trigger that deletes any sensitive information pertaining to the good folks in the SQL Server Central community would suit just fine. Nobody seems to notice triggers in production...
March 2, 2009 at 4:40 am
For production stored procedures, I usually have a section of code that can be switched in or out very quickly that provides debug information. The routine information I need are...
February 22, 2009 at 2:09 pm
David,
At $5,499.00, a Visual Studio Team System Developer license is going to be minority interest, surely? C# or VB.net developers can use .NET Reflector and Peli's code Metrics...
February 19, 2009 at 3:09 am
Thanks for breaking the silence, both of you.
It is difficult to compare SQL with a conventional language. It is like comparing C# to Postscript. Writing SQL gives me more...
February 17, 2009 at 12:15 pm
I wrote a blog about this on Neil Davidson's "Business of Software" site. Trust underlies all western commerce. There can never be any compromise in this. I...
February 10, 2009 at 8:36 am
That was it and I agree... someone like you wouldn't pass a bad path.
Remember the advice in 'The C Programming Language by Dennis M. Richie and Brian W. Kernighan'...
February 7, 2009 at 4:04 am
I use templates in conjunction with the SQL Prompt and the combination of the two is greater than the sum of the parts.
What SQLPrompt needs is a few more constructs...
February 7, 2009 at 2:06 am
Here is a sample of a customised template. There is a type of service table I use whose basic structure is pretty similar. I just delete the bits I don't...
February 6, 2009 at 7:13 am
Hmm. Cntrl Shift M. It works on the version of SSMS 2008 I have here, but maybe my version is a bit old (10.0.1600.22 ). I'd be surprised...
February 6, 2009 at 2:25 am
Actually, I think I've found a very good use for CLRs, and that is to handle JSON and YAML within a database. you can create a JSON data type...
February 5, 2009 at 9:31 am
Oooh. This is getting very useful. I'd missed out on the advantages of passing string parameters as SQLStrings and the trick of passing back a NULL. It makes perfect...
February 5, 2009 at 8:45 am
I'd be interested to see if anyone has a solution to the problem of preventing a barf when an invalid path is passed to DirectoryInfo. The obvious idea would...
February 5, 2009 at 7:13 am
use of CLR makes it harder for a SQL Server administrator to see what's going on with their SQL Server.
Yes, Agreed! However, I've recently started using NET Reflector with...
February 5, 2009 at 5:22 am
I thought the install script for this CLR routine was nicely done, and very useful. The Asymmetric Key side is so often left out.
I can see why a CLR routine...
February 5, 2009 at 2:06 am
Viewing 15 posts - 436 through 450 (of 650 total)