Viewing 15 posts - 16 through 30 (of 31 total)
I tried to find the object in Mydb database but I did not find it. How to find that object, what it is and grant execute permission?
If you cant see...
April 17, 2014 at 11:32 am
SQL Server gradually grabs RAM as it needs it to run queries, etc. It does not release RAM until you cycle the service or the OS tells it to...
April 17, 2014 at 8:50 am
Find a SQL Saturday (Or SQL Saturday BI Edition) in your area and go to those! Best way to get good training at really low prices.
April 17, 2014 at 8:40 am
Another good starting point in Microsoft Virtual Academy (ITS FREE!)
http://www.microsoftvirtualacademy.com/product-training/sql-server
You wont have enough information to pass the MCSA exams by just watching these, but its a great start...
April 17, 2014 at 8:23 am
This was reposted this morning. It may help http://www.sqlservercentral.com/articles/Stairway+Series/72460/
April 16, 2014 at 7:38 am
Does the account you are running this under (probably your personal AD account) have database access required to do the restore? You would think if it was a permission or...
April 15, 2014 at 11:33 am
SAP is usually stored in a SQL Server or Oracle database. As long as you have the drivers installed (If it is on Oracle) on the SSRS machine, you...
April 15, 2014 at 10:19 am
Also, if their account is locked will the job be able to run?
Correct if their account is removed or locked the job will fail. We set all of our...
April 15, 2014 at 10:17 am
I think this should work - I would test on a test system first to make sure replication comes back up.
Pause Replication
Detach Database
Move .MDF/.LDF file to new drive
Reattach Database
Start Replication
April 15, 2014 at 10:10 am
There are a few ways to do this and really depends on the task at hand.
SQL Server Reporting Services is a great tool that will make graphs and reports...
April 15, 2014 at 10:08 am
First do you have SSMS installed on the same box you are trying to run this from? SSMS installs the snapin, but without SSMS installed the snapin does not...
April 15, 2014 at 8:27 am
This may have to do with how AD tokenizes the windows credentials and passes it to the next server. For whatever reason it seems the remote server can not...
April 14, 2014 at 12:25 pm
I assume you are trying to use active directory to do this? I have had similar issues and usually has to do with AD Distribution Controllers not being up...
April 10, 2014 at 12:01 pm
If you want to use visual studio 2012 you can download the SSDT installer here:
http://www.microsoft.com/en-us/download/details.aspx?id=36843
This is not included with typical SQL Server Installations.
April 10, 2014 at 9:07 am
Viewing 15 posts - 16 through 30 (of 31 total)