Viewing 15 posts - 181 through 195 (of 4,271 total)
How have you determined that instance "needs" more memory?
Given that you have not set the max memory in SQL it seems that SQL doesn't believe it needs any more memory....
June 26, 2013 at 12:15 pm
You could use a SQLCLR to pull a file from any file system available to the SQL Server.
https://nclsqlclrfile.codeplex.com/[/url]
If you have any questions about it let me know..
CEWII
June 26, 2013 at 8:58 am
GilaMonster (6/25/2013)
Personally I wouldn't...
June 25, 2013 at 2:30 pm
Are the sharepoint services logging in with a domain account? Basically are you sure sharepoint is trying to connect using the credentials you think it is? Was the...
June 25, 2013 at 2:28 pm
homebrew01 (6/25/2013)
Thanks. The way the documentation is written suggested each linked server had it's own "Provider Options" page
In previous versions like SQL 2000 they did.
CEWII
June 25, 2013 at 11:53 am
Ok that tells me that the account that is trying to access the SQL is from an AD domain that is different than the one that SQL is in AND...
June 25, 2013 at 11:50 am
Under linked servers | Providers
Chose a provider, right click on properties, boom provider options.
Also if I read that right R0 isn't a released version, at this point use only...
June 25, 2013 at 10:36 am
Looking at the table the max row length on any data page would be something like 165 bytes and a minimum of about 25, so the data pages for this...
June 25, 2013 at 10:27 am
1samharris (6/25/2013)
the SharePoint install cannot connect to the SQL, complaining about the account not...
June 25, 2013 at 10:15 am
Meet George Jetson (6/25/2013)
It is with Express that your client will run into the 180 licensing limitation unless they purchase a fully licensed copy.
Express is not time limited, Evaluation is...
June 25, 2013 at 8:48 am
Actually that does make sense, whatever was trying to connect to that other database lacked sufficient rights to access the database..
CEWII
June 24, 2013 at 1:01 pm
You are very welcome.
CEWII
June 21, 2013 at 2:42 pm
In the reportserver database there is a view (depending on the version of ssrs) called:
dbo.ExecutionLog
dbo.ExecutionLog2
dbo.ExecutionLog3
That might give you what you are looking for..
CEWII
June 21, 2013 at 2:26 pm
Dird (6/21/2013)
The other week I found a database with no backups at all and the 1.7gb database had a 120gb log file because it was in full mode...remote storage is...
June 21, 2013 at 1:06 pm
Viewing 15 posts - 181 through 195 (of 4,271 total)