Viewing 15 posts - 31 through 45 (of 60 total)
The steps to follow are
Please test the follwoing in a non production environment before doing it for real.
1, backup the database on server 1
2, Copy the backup file onto server...
February 16, 2009 at 8:33 am
Thanks for the replies, looking at the underlying data there is a fundamental flaw in the logic being applied. I think I will have to pass this one back...
January 7, 2009 at 5:30 am
Good suggestions, but column1 may contain
1005
10054603700000
10055
10055000100000
10055000200000
10055000300000
etc
So a search for 1005 could return multiple records rather than just the one, all rather frustrating, it would have been nice if the data...
January 7, 2009 at 4:58 am
I have managed to get the informatio I need by using
select
u.username
,case
c.type
when 1 then 'Folder'
when 2 then 'Report'
when 3 then 'Graphic/Data'
when 4 then 'Linked Report'
when 5 then 'Data...
October 7, 2008 at 10:02 am
Thanks for the reply, I think that maybe I did not explain what I am trying to achieve very clearly.
Within reporting services we have a suite of reports, these are...
October 7, 2008 at 8:36 am
Thank you for the suggestions, I'll try the paralellism and apply the hotfix. The server is going to get a reboot this evening as well.
September 5, 2008 at 8:06 am
I'm happy to give this a try, but am unsure of the effects of setting the max degree of parallelism configuration value to 1.
September 5, 2008 at 5:50 am
SQL2000-KB916287-v8.00.2187 has not been applied
September 5, 2008 at 2:30 am
As requested
Microsoft SQL Server 2000 - 8.00.2039 (Intel X86)
May 3 2005 23:18:38
Copyright (c) 1988-2003 Microsoft Corporation
Standard Edition on Windows NT 5.0 (Build 2195: Service Pack 4)
September 5, 2008 at 2:07 am
Thanks for the reply, the server is on SQL sp 4
September 4, 2008 at 9:11 am
The file looks like a complete dogs dinner, seems like a mixture of comma, tab and pipe delimited with an apparent header row in a different format pasted in for...
August 26, 2008 at 2:50 am
Many thanks for the replies, this will be on a development server so I think we'll give it a go.
July 3, 2008 at 4:22 am
Viewing 15 posts - 31 through 45 (of 60 total)