Viewing 15 posts - 56,341 through 56,355 (of 59,086 total)
Know of any URL's that'll get Nali started on that, Steve? I thought I had a good one but can't find it, now...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 25, 2007 at 9:09 am
And then, what? You will still have problems getting the images out of the DB to be displayed. Perhaps this will change your mind... there are hundreds more like it...
--Jeff Moden Change is inevitable... Change for the better is not.
RBAR is pronounced "ree-bar" and is a "Modenism" for Row-By-Agonizing-Row.
First step towards the paradigm shift of writing Set Based code:
________Stop thinking about what you want to do to a ROW... think, instead, of what you want to do to a COLUMN.
Helpful Links:
How to post code problems
How to Post Performance Problems
Create a Tally Function (fnTally)
May 25, 2007 at 8:47 am
And, what permissions do you have when you login?
--Jeff Moden
Change is inevitable... Change for the better is not.
May 25, 2007 at 12:29 am
Yes... it's a known fault and a chronic complaint we all have... the simple thing to do is to always remember to do a {Ctrl=A} to select everything in the...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 25, 2007 at 12:28 am
Oh Jeez... the simplicity of your solution is even more proof of your genius... I'm a bit ashamed that I didn't figure it out on my own... much like "SQL...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 24, 2007 at 11:44 pm
You, Sir, are not only a genius, but you've made my day... I tested it and that is precisely what I was looking for!
I've gotta ask, David... how in the...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 24, 2007 at 11:32 pm
David,
Seems a bit complex in light of Jan's second solution. What was wrong with it?
--Jeff Moden
Change is inevitable... Change for the better is not.
May 24, 2007 at 11:09 pm
Undocumented "feature"? So what would SET @Counter = @Counter+1 be? ![]()
--Jeff Moden
Change is inevitable... Change for the better is not.
May 24, 2007 at 11:05 pm
Hi Mike...
Perhaps this will help... do read the comments... you'll figure how to use it... could turn it into a table variable function, I suppose...
USE Master
GO
CREATE PROCEDURE dbo.sp_GetDirectoryFileInfo
/****************************************************************************************
PURPOSE:
This...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 24, 2007 at 10:54 pm
You can also call it from xp_CmdShell.
But, what does the VBScript you want to execute actually do? Lot's of folks overlook the power built into SQL Server and try to...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 24, 2007 at 10:07 pm
Yep... do a backup.
--Jeff Moden
Change is inevitable... Change for the better is not.
May 24, 2007 at 10:05 pm
You shouldn't... you should store the file name only and let the external app get the file using the file name.
--Jeff Moden
Change is inevitable... Change for the better is not.
May 24, 2007 at 10:04 pm
You still haven't told us, Janet... why do you need to do such a thing? Might lead to something even "cooler" if we knew...![]()
--Jeff Moden
Change is inevitable... Change for the better is not.
May 24, 2007 at 9:12 am
>>Or did I misunderstand what's going on?
Just a bit, Scott... the OSQL would be executed by a scheduled "DOS Batch" process... not from SQL... that would make the SPIDs match...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 24, 2007 at 8:21 am
Heh... yeah... When I started my post, your post wasn't there yet... I got interupted and came back to it. When I finally did post (forum hint: I always copy...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 24, 2007 at 7:56 am
Viewing 15 posts - 56,341 through 56,355 (of 59,086 total)