Viewing 15 posts - 1 through 15 (of 68 total)
Thank you all for your suggestions.
I'll check the db for any incostistencies.
thanks again
February 18, 2008 at 9:09 am
Even Microsoft recommends not upgrading. Instead, they recommend building a new cluster then installing 2005. There was an article on MS's site a while back.
February 17, 2008 at 10:22 pm
Have you tried scripting the database and all its objects?
February 17, 2008 at 10:20 pm
Here you go
--Query 1
select count(*)
from [dbo].[vSection] AS [t0],
[dbo].[vTalentCriteria] AS [t1],
[dbo].[vTalentProfileAttribute] AS [t2],
...
February 14, 2008 at 11:18 am
Thanks,
I'll post the results when I attempt it.
March 6, 2007 at 3:28 pm
Thanks Chiraq,
I know you can't. I learned the hard way, by trying the actual restore. I was just wondering if anyone has tried it differently and succeeded.
Thanks
January 17, 2007 at 8:22 am
Must be an Oracle error then. This query should work in SQL 2000/2005. I have never worked with Oracle databases before. If I find anything, I'll let you know. If...
January 2, 2007 at 4:17 pm
Which one of the columns in the query has any of those data types?
January 2, 2007 at 3:49 pm
Sorry Robert,
first day back since the holidays. Took me a while to register :-).
You only need one group by.
do this: group by
title,
firstname,
surname,
required_date,
address1,
birth_date,
request,
home_phone,
req_id,
user_name,
event_number,
acc_number,
nhi
January 2, 2007 at 3:36 pm
try to run it without the count(*) at the end
January 2, 2007 at 3:13 pm
You're missing the firstname in your group by clause.
January 2, 2007 at 2:58 pm
Yeah,
I'm blessed that way. My company spends money on hardware like candy. 🙂
November 3, 2006 at 10:14 am
Thanks Rudy.
I have a spare cluster. I'll be installing SQL 2000 in it, to make as identical as possible to the production cluster. Will test it there first, then I'll...
November 3, 2006 at 9:44 am
Viewing 15 posts - 1 through 15 (of 68 total)