Viewing 15 posts - 15,976 through 15,990 (of 26,486 total)
Seems to me that this article may also help, http://www.sqlservercentral.com/articles/Data+Warehouse/69679/.
April 15, 2010 at 1:07 pm
So what you are saying is that in this particular table, there is no candidate key that could serve as a primary key?
April 15, 2010 at 1:06 pm
Tom Brown (4/15/2010)
IE just goes away for ages and comes...
April 15, 2010 at 1:03 pm
Okay denizens of The Thread, here's a good one!
April 15, 2010 at 12:52 pm
anbillava (4/15/2010)
April 15, 2010 at 12:51 pm
hydbadrose (4/15/2010)
Thank you so much for the reply, but all its showing is administrator. I want to see owner as prod\hydbadrose1...
Still looking for an answer to why you are looking...
April 15, 2010 at 11:10 am
I may be wrong, but having just looked at the log files and such from installing SQL Server 2008, I don't think there is anything to tell you after the...
April 15, 2010 at 10:28 am
BrainDonor (4/15/2010)
Lynn Pettis (4/14/2010)
Hmmm - a question about a cte - have to find a link. Ah, yes - there it is.
My problem wasn't the CTE, it was the...
April 15, 2010 at 9:35 am
PaulB-TheOneAndOnly (4/15/2010)
Yes. Syntax is sound.
Thank you, Paul.
I need to apologize for not posting back earlier. Yes, it is, and it is a problem for organizations running PeopleSoft on MS...
April 15, 2010 at 9:27 am
Depending on your requirements, you may also want to read this article: http://www.sqlservercentral.com/articles/T-SQL/67898/.
April 14, 2010 at 3:31 pm
WayneS (4/14/2010)
CirquedeSQLeil (4/14/2010)
WayneS (4/14/2010)
Lynn Pettis (4/14/2010)
CirquedeSQLeil (4/14/2010)
Lynn Pettis (4/14/2010)
To the TinD I am going, fun you all can have.It looks like you can come back now.
And I did. Just...
April 14, 2010 at 3:12 pm
Hopefully the following sample code will help you.
declare @StartYear int,
@EndYear int;
set @StartYear = 2009;
set @EndYear = 2010;
select @StartYear, dateadd(yy, @StartYear - 1900,...
April 14, 2010 at 3:08 pm
First, you aren't going to get the query to use an index on EZ_AddDate if one exists since you are using the YEAR function on the column.
Is the start and...
April 14, 2010 at 3:01 pm
Viewing 15 posts - 15,976 through 15,990 (of 26,486 total)