Viewing 15 posts - 4,231 through 4,245 (of 9,253 total)
i find it absurd that you're able to consistently type the password wrong that many times lol
April 4, 2013 at 6:41 am
deep_kkumar (4/1/2013)
April 4, 2013 at 3:48 am
Where does your instance of ssrs look for its databases?
Are you deploying the reports via visual studio or importing via web manager URL?
April 1, 2013 at 2:41 am
Have you checked the event logs and the cluster events.
March 29, 2013 at 2:25 pm
The only problem the attach will cause is the part where you open the file browser to locate the log file. The file browser will search for *.mdf and *.ldf...
March 29, 2013 at 8:56 am
Marios Philippopoulos (3/26/2013)
Thank you for the article.
You're welcome.
Marios Philippopoulos (3/26/2013)
March 29, 2013 at 3:39 am
Asim 6451 (3/26/2013)
Kindly help me if I need different sources for each instance or can I use the same for all the instances I want to install like, SAN Driver,...
March 29, 2013 at 3:25 am
Just about all AV programs can be customised. If you did have a file with .idf extension just add it to the exclusion list
March 27, 2013 at 3:40 pm
Marios Philippopoulos (3/26/2013)
I was reading an article that described a similar scenario of a single WSFC comprised of 2 FCIs
Could you provide the article link please
March 27, 2013 at 12:14 am
muthyala_51 (3/22/2013)
We tested it on the dev servers and we never had any issue with shared drives. We never restarted the service. I am not sure why you wanted to...
March 23, 2013 at 1:48 am
Jay Beta (3/22/2013)
March 23, 2013 at 1:43 am
This
BACKUP DATABASE Test1
TO DISK = 'C:\temp\20130319_1.bak',
TO DISK = 'C:\temp\20130319_2.bak',
TO DISK = 'C:\temp\20130319_3.bak',
TO DISK = 'C:\temp\20130319_4.bak',
TO DISK = 'C:\temp\20130319_5.bak'
Should be this
BACKUP DATABASE Test1
TO DISK = 'C:\temp\20130319_1.bak',
DISK = 'C:\temp\20130319_2.bak',
DISK =...
March 19, 2013 at 12:30 pm
Creating a clustered DTC service to run on each node wont harm anything, do you have a lot of DTC activity in the cluster?
March 19, 2013 at 9:33 am
all the shared disks are dependencies otherwise how would the service start
March 19, 2013 at 9:30 am
GilaMonster (3/17/2013)
Make sure that the login is not sysadmin, the user is not db_owner and...
March 17, 2013 at 1:54 pm
Viewing 15 posts - 4,231 through 4,245 (of 9,253 total)