Tagged Questions
0
votes
0answers
39 views
Can't start configuration database service
TL;DR: I can't start the SQL Server service that my content database is on.
I installed SharePoint Foundation 2010 on a Win7 box a while back. About a year ago I disabled some services (in ...
0
votes
1answer
204 views
SharePoint 2010 - Force to use non-1433 SQL Port
In my farm, I was using the standard 1433 port for SharePoint to communicate with SQL. Our project lead came down with the order to change the SQL port to a non-standard port from 1433.
I went ...
0
votes
0answers
119 views
When using a SQL database connection with stored procedures is it possible to use an output parameter
I'm kind of new to attempting this sort of thing and I have some unique restrictions, so please bear with me.
I am attempting to connect to data in a SQL database through stored procedures in my ...
0
votes
2answers
1k views
Cannot connect to the configuration database
I don't really know what to do. I was trying to get some bcs working, and because they were not, I've decided to restart the server.
After it restarted I was unable to go on any site / page or on the ...
1
vote
1answer
505 views
Looking up a value in SQL to set a value on the InfoPath Form
Looking up a value in SQL to set a value on the InfoPath Form.
I have a data connection setup in my form. If I use this connection alone, in a control by itself, it pulls in data from my SQL server. ...