Viewing 15 posts - 58,636 through 58,650 (of 59,048 total)
Create a view? Nah... bad idea...
The 4 part naming convention is only a pain if you don't know how to use table aliases in your FROM clause or you're writing...
September 10, 2005 at 11:02 pm
I've gotta agree with Remi on this one... make the trigger mark the records or even save the records in a different table. Then, have your scheduled job run a...
September 10, 2005 at 11:00 pm
Steve, I thought your post was great! I don't know about anyone else, but I'm always interested in undocumented features that have been discovered.
I'm not in the business of hacking...
September 9, 2005 at 9:35 am
Very, very cool... I like it.
Just so everyone is aware, though, this is a fairly weak form of encryption that contains it's own decoding key that changes based on the...
September 8, 2005 at 9:16 pm
"TheKing",
Several solutions have been posted to your problem... did any of them do what you wanted?
September 5, 2005 at 6:50 pm
Nordest,
There is no direct function and it depends on what you want...
If you wish to use a SELECT to return all records for the year of the current date to...
September 5, 2005 at 6:40 pm
Never a shortage of "static "
It's what makes this fun! You guys are the best!
September 4, 2005 at 3:49 pm
Now, I'm blushing
But I haven't caught you yet and that's even better ![]()
September 4, 2005 at 9:20 am
THAT's what I get for being in a hurry! Thanks, Sushila... ![]()
September 4, 2005 at 8:59 am
Concur with Chisholmd... it's a funny thread the manner of which seems to occur all too often and the original poster is driven away without an answer to the original...
September 4, 2005 at 7:17 am
I think what you are looking for is SELECT/INTO... it faster than any other method especially if you turn SELECT INTO/BULK COPY on...
It creates the table on the fly fut...
September 3, 2005 at 4:00 pm
Try this, instead...
SELECT "This is a test"
September 3, 2005 at 3:46 pm
HRen,
You could certainly change the meat of this to a user defined function to, as they say, enforce an enterprise wide standard or if the output is required for something...
September 3, 2005 at 9:23 am
Serqiy,
That might work fine on small tables but I stopped the run after 37 minutes just trying to return the first page on my large table... here's the code...
SELECT...
August 30, 2005 at 5:32 pm
Viewing 15 posts - 58,636 through 58,650 (of 59,048 total)