Viewing 15 posts - 37,741 through 37,755 (of 39,456 total)
I have a series on how I do it. I could do more automation, but since the release cycle is so quick (1-2 weeks for me), automation may not be...
March 18, 2002 at 8:46 am
Encrypting the data files will not really help. You need SQL Server to read them anyway, so I'm not sure this is worth the CPU cycles to do it. Better...
March 18, 2002 at 8:42 am
If any of you dig further on this, I'd be interested to know what you find. I suspect there is some process in SQL Server that checks the time on...
March 18, 2002 at 8:40 am
No other great suggestions right now. At $699, I'm not sure. It's cheaper than the classroom and you'd probably learn as much, but you lose the ability to interact with...
March 15, 2002 at 1:41 pm
Used it as a test, but it didn't seem to add much for me. Also, it's not too often that I have the same jobs on a server, so distributing...
March 15, 2002 at 1:40 pm
That's a nice suggestion. We use a freeware forum codebase, and I'm not sure this is supported, but it is something worth undertaking. Personally I use the "Active Threads" ...
March 15, 2002 at 1:36 pm
March 15, 2002 at 1:36 pm
This is the same arguement I run into and it doesn't hold water. There are too many sites out there running that have very few issues on W2K and SQL....
March 15, 2002 at 10:34 am
March 15, 2002 at 10:12 am
An interesting idea, but if you did it, it'd have to be fairly compact, like only one file, otherwise you'd be asking for issues with installing this on other boxes.
Personally...
March 15, 2002 at 10:05 am
If you want to call this procedure multiple times, then you can use a table datatype to pass in data, but I hate to do that in a trigger, especially...
March 15, 2002 at 10:02 am
March 15, 2002 at 9:58 am
March 15, 2002 at 9:54 am
March 15, 2002 at 9:52 am
A UDF can return a table datatype. This would be your best bet.
It can do what you ask.
Steve Jones
March 14, 2002 at 4:42 pm
Viewing 15 posts - 37,741 through 37,755 (of 39,456 total)