Viewing 8 posts - 1 through 9 (of 9 total)
Make sure SQL server is running, the database exists and is online …….
Also in Visual studio when you added the data source connection did you run a test connection at...
November 15, 2011 at 3:54 pm
Here is few troubleshooting I would do as starting point…
1)Make sure in the C# code connection string, you pointing to correct database and using the correct credential. ...
November 15, 2011 at 3:43 pm
I would use sys.dm_os_waiting_tasks DMV as starting point. It will list all threats that are waiting and what they are waiting for. That will tell you at least what is...
November 3, 2011 at 9:59 am
Scan will retrieve and touch all rows of the table whether or not the retrieved data is qualified for the request .It will be very costly for SQL server, since...
November 3, 2011 at 9:20 am
Give “Read and Write” permissions on the share for this account "Local System"’ (based on your post it looks that is what your SQL agent is running under). Check your...
October 25, 2011 at 3:27 pm
I don’t understand why a developer wants to have admin right into reporting services instance. I wouldn’t give admin right in productions for sure. However, in Test environment is different...
October 25, 2011 at 12:56 pm
SQL server agent service accounts must have read and write privileges on the share.
October 24, 2011 at 7:14 pm
Does SQL server agent in both instances “Remote and local” using the same service account or different services account.
October 24, 2011 at 2:59 pm
Viewing 8 posts - 1 through 9 (of 9 total)