Viewing 15 posts - 361 through 375 (of 961 total)
sorry I shud have been more clear , using ssms connect to reporting services using the account you are facing issues with. You may also want to check how your...
May 24, 2012 at 2:11 pm
Considering your getting a random number after each process, have you check what the processing option is?
Any filters in the DSV would make a difference.also have you checked the uniqueness...
May 24, 2012 at 2:08 pm
Have u looked in the log file
C:\Program Files\Microsoft SQL Server\MSAS10_50.MSSQLSERVER\OLAP\Log
May 24, 2012 at 2:00 pm
Are u able to connect using that account from SSMS directly ? What kind of authentication are you using?
May 24, 2012 at 1:57 pm
chances are the cut off is happening at the front end where the application textbox char length is set to a lower value.
At what length is it cutting off at...
May 24, 2012 at 1:53 pm
Considering your new to SQL server it might be better for your to revisit ACID principles , transactions and isolation levels. Books online (F1 help on sql server is a...
May 24, 2012 at 1:49 pm
looks like someone has set this value based on the sizing requirement for the tempdb utilization. Reducing this value could cause a performance issue. Do you know for sure this...
May 24, 2012 at 1:35 pm
Did u have sql server express edition installed previously ?
SSMS is a shared component , it comes in 2 flavors basic and advanced which one are u trying to install...
May 24, 2012 at 2:05 am
Try the below link
Ur most likely facing a memory issue , check your working set as well as the target memory settings.
If you are confident u have plenty of memory...
May 24, 2012 at 1:59 am
you need to include the columns mentioned in the key column for the above execution plan into the non clsutered index for the inner table. You have the right...
May 23, 2012 at 12:24 am
try disabling the anit virus , u might have window file protection enabled. if this doesnt fix the issue then probably the bootstrap file is corrupt . Try running the...
May 23, 2012 at 12:16 am
while i dont recommend MS PaaS to any of my clients esp those with critical projects. I think a lot of small companies I work with are benefiting from Iaas...
May 22, 2012 at 4:16 pm
have u tried to right click the setup.exe file and run as admin.
Are u installing on window 7 , do u have a firewall or antivirus enabled ?
May 22, 2012 at 4:10 pm
which version of sql server do u have currently ?
Is mirroring working now ?
Have you considered log shipping?
May 22, 2012 at 3:34 pm
Viewing 15 posts - 361 through 375 (of 961 total)