Viewing 15 posts - 106 through 120 (of 163 total)
Quote:
I'd suggest that if you're thinking about using procedures, start using them now, not later.
OK, I'll keep this in mind
January 12, 2006 at 4:40 am
Jef, I know what you said about using a SP. But at this stage the Javascript is constantly changing and so does the SQL. So a SP would constantly have to...
January 12, 2006 at 2:04 am
Jeff, thank you, that is what I needed.
But what is Emeril and why BAM?
Is it a TV program?
Btw I'am not realy expecting a...
January 10, 2006 at 1:53 pm
Ian,
The DECLARE is just for giving the reader of this tread a simple way for testing the code. In the real world the code is part of a big SQL...
January 10, 2006 at 12:54 am
Peter, thanks.
You asked: What are the reasons for needing to mention the parameter only once
The answer is not a real answer:
"someone else (...)...
January 9, 2006 at 2:38 pm
A UDF would be a solution, I think.
But, it should be possible without UDF.
I know that I once had a similar problem and had a solution based on a INNER...
January 9, 2006 at 1:33 pm
Thank you KH, thank you very much.
I'll try your sql (I will also try to understand it).
What does the #dates mean? I never used a construction like that.
I will...
January 9, 2006 at 10:03 am
Jeff,
Some background information for you:
I need to show the days of 6 weeks on the internet.
Ie: When someone chooses the month september 2005 I want to show him/her a table...
January 9, 2006 at 9:54 am
Try this URL:
http://www.sqlservercentral.com/columnists/dpoole/alookatmysql.asp
It's about DTS but there are some MySql facts, seen from the point of view of SQLServer
November 10, 2005 at 1:22 am
I find it comical, to "misuse" the SYSOBJECTS table for getting a range of numbers
And thanks, for heading me in the good direction.
November 2, 2005 at 1:51 am
Yelena, thank you for the extended explanation.
But I used the code of Jef and Carl because it fits the best in the way I have to use these date. I...
November 2, 2005 at 1:44 am
Yelena, thank you.
I never wordked with a cursor, I am more used to select statements, but it is nice to see this solution (now I see what KH ment, when...
October 31, 2005 at 2:20 pm
Jeff, as you say:
"The difficult can be done immediately... the impossible takes slightly longer."
Thank you for showing me the slightly longer solution It's...
October 31, 2005 at 11:50 am
KH, exactly what you said:
"I want a select statement to return all dates between the DateFrom and DateTo".
I think I have to make a table pre-populated with all dates (from now...
October 31, 2005 at 1:35 am
Homebrew01, thank you for your extensive explanation.
Don't forget, I'am a newbe in the field of SQLServer (coming from another branch), so I'am very pleased with the way you explain...
October 27, 2005 at 9:42 am
Viewing 15 posts - 106 through 120 (of 163 total)