Viewing 12 posts - 61 through 72 (of 72 total)
I believe the function we are using is the one described at MSDN Sql 2000: Building the Fn_Split() Function, but due to the rules here I cant paste it. I...
December 20, 2010 at 9:23 am
I read through this and the first thing I thought of was using fn_Split to break up the List, I wonder if his fn_IntListToTbl is some derivative of that.
I...
December 20, 2010 at 8:43 am
Kinda need to agree with Jay on this one. Even though it is functional, it is not something I would be using for my applications.
For my usage, I would probably...
December 7, 2010 at 8:42 am
I came up with the same solution as Lutz and I express the same reservations that Lutz and Gail pointed out.
A variant of this would be to copy the data...
October 21, 2010 at 8:49 am
It is the front ends responsibility to provide at least rudimentary validation of the data- you can use a date-picker, a pop-up picker for the text box, or even multiple...
October 21, 2010 at 8:46 am
You can use sp_OACreate to access the the File System Object (Active X)
October 8, 2010 at 8:57 am
Jonathan Kehayias (9/24/2010)
Mad Myche (9/24/2010)
September 24, 2010 at 10:28 am
I don't get to play with all of the latest sql/os combinations yet (currently 2000 on 2003 server), but could scripting be created to integrate with CLR or Powershell to...
September 24, 2010 at 9:56 am
I fully understand the need to have a solid car and a solid computer system, be it my home workstation, my webservers, or the Sql platform. I have also experienced...
April 28, 2010 at 9:45 am
You actually had me worried for a moment.
I have inherited some tables that use NULL as a 3rd value on Bit fields
April 1, 2010 at 2:51 pm
I'm for saving the filename in the db- as you can search the text. Not to mention the bloat that images have been known to do
January 21, 2009 at 1:12 pm
Thank you Jeff and Lowell, that block of code has been saved and executed (many times).
My SQL in the past has only been writing statements and creating views, with no...
December 30, 2008 at 11:29 am
Viewing 12 posts - 61 through 72 (of 72 total)