Viewing 15 posts - 41,641 through 41,655 (of 59,067 total)
Hmmmm.... something must be wrong on my end. It keeps giving me a 404 error.
Q & A's are sometimes pretty rich in information like the little date jewel you...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 5, 2009 at 7:08 am
Sorry... lost track of this thread.
Yes, changing the clustered index would do the trick. Now you know why I was asking all the questions about what "order" these things...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 5, 2009 at 7:04 am
Nothing like a little coffee in the garden. 🙂
Everytime I've seen such a post, it's because the OP is trying to add columns to a table for something like "month"...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 5, 2009 at 6:51 am
Matt Whitfield (10/4/2009)
Jeff Moden (10/3/2009)
Most people don't know about it, but you can also create temporary stored procedures that begin with #.
A dark hand waves in the mist...
'Your SQL skill...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 5, 2009 at 6:42 am
alex_pangcats (10/4/2009)
Thanks for the reply.
Your answer is nice, but I think it's more complicated and messy.
As I mentioned the value recieved by the parameter is dynamic so we can't...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 5, 2009 at 6:41 am
bitbucket-25253 (10/3/2009)
Jeff
Ron, you've made my day! I thought I was the only cranky ol' fart
Jeff your a young wipper snapper ... heck I have a son older than you!
Heh......
--Jeff Moden
Change is inevitable... Change for the better is not.
October 5, 2009 at 6:28 am
Crud... there goes the neighborhood. Can we leave religion out of this, please?
--Jeff Moden
Change is inevitable... Change for the better is not.
October 5, 2009 at 6:23 am
Just to be clear, the suggestion I made was for pre-2k8 solutions. Pass the file path/name from the database to the app and let the app get the file.
--Jeff Moden
Change is inevitable... Change for the better is not.
October 5, 2009 at 6:03 am
Shoot... the link is broken. Thanks anyway, Dave.
--Jeff Moden
Change is inevitable... Change for the better is not.
October 5, 2009 at 5:58 am
Thanks for the feedback, Max.
--Jeff Moden
Change is inevitable... Change for the better is not.
October 5, 2009 at 5:53 am
laughingskeptic (10/4/2009)
Jeff Moden (9/22/2009)
That's nice, but let's see you use that in a join or even as a stand-alone result set.
A table valued function will cover this if you don't...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 5, 2009 at 5:42 am
So, are you all set or do you still need help on this?
--Jeff Moden
Change is inevitable... Change for the better is not.
October 5, 2009 at 5:34 am
Marcin Gol [SQL Server MVP] (10/4/2009)
training kits maybe useful for you too
Only if you actually practice what they teach. Otherwise, you're just memorizing which won't get you anywhere on...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 4, 2009 at 9:10 am
The point Seth was trying to make is that if a column in a table doesn't exist but the table does, you'll get an error. Appologies for not following...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 4, 2009 at 8:55 am
Garadin (10/2/2009)
These will compile fine if the entire table does not exist. They will not compile if the table exists but the column you're referencing does not. It...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 3, 2009 at 9:46 pm
Viewing 15 posts - 41,641 through 41,655 (of 59,067 total)