Viewing 15 posts - 151 through 165 (of 320 total)
kotlas7 (2/7/2009)
We have a separate Reporting server(serverA)and we have another server(serverB) in which we are going to store report server database and report servertempdb.In this case do we need to...
February 7, 2009 at 12:36 pm
peace2007 (2/7/2009)
February 7, 2009 at 10:07 am
Add user network services to the temporary aspnet folder and give full control....hope it helps
February 6, 2009 at 5:19 pm
February 6, 2009 at 4:42 pm
bart (2/6/2009)
http://support.microsoft.com/kb/896861
under the title "You receive error 401.1 when you browse a Web site that uses Integrated Authentication and is hosted...
February 6, 2009 at 4:25 pm
Yes I get this message when i run it as query but not as job. since the job got failed i re ran it as query. but where am i...
February 6, 2009 at 3:49 pm
This is probably a permission issue at IIS level....have a look at http://support.microsoft.com/kb/318380
February 6, 2009 at 3:36 pm
Mike Levan (2/6/2009)
February 6, 2009 at 3:18 pm
erin.meglich (2/4/2009)
I'm asking because I had a user who had a separate account which gave her ownership...
February 5, 2009 at 1:45 pm
u can also use
Alter database [database name] set single_user
Alter database [database name] set multi_user
February 5, 2009 at 1:38 pm
kerusy (2/5/2009)
February 5, 2009 at 12:53 pm
It's not really recommended to Shrink your database weekly as this causes a lot of fragmentation and usually increases to the same size again, I would avoid doing this.....
February 5, 2009 at 12:45 pm
I think am unable to explain the scenario.....
There's one single web application for each client....however each client will hav separate database...
If ther's a blocking/deadlock with one of the database....which causes...
February 5, 2009 at 12:00 pm
Ahmad Osama (2/5/2009)
I think dat this query will not execute b'coz the join is incorrectly used, it should terminate with error message incorrect syntax
my apologies..its a cross join..I reproduced it....tho...
February 5, 2009 at 11:41 am
Viewing 15 posts - 151 through 165 (of 320 total)