Viewing 15 posts - 1 through 15 (of 97 total)
If you were using a windows account, you would specify a login credential, there are options to either use credentials from the login accessing the account, or you can specify...
July 26, 2016 at 3:15 am
And the account you are using, is it a SQL account or windows account?
Sorry for silly questions, I am just trying to rule out the obvious.
Also, can you connect to...
July 26, 2016 at 2:24 am
Is your SQL Authentication configured for mixed mode or Windows only?
July 25, 2016 at 8:51 am
Where is the secondary server located and what are the wait stats during query execution?
March 16, 2016 at 5:38 am
You will have to query the control-M XML file and extract the information from the elements for server names, job name, and any sql execution or stored procedure being called....
March 2, 2016 at 4:18 am
Then 2014 is the latest. 2016 is not officially released yet
February 29, 2016 at 7:01 am
You want to migrate a database to Azure?
Why not upload it via the azure portal?
SSMS will allow you to connect to the database in the cloud and administer it. 2014...
February 29, 2016 at 3:49 am
I think during a failover, memory is lost, as computing is moved from one computer to another.
These are the rules of ACID properties of a transaction. Unless you are handling...
February 18, 2016 at 4:22 am
Maybe you could do something like this and throttle a specific user?
User can be the owner of that specific job?
http://dbazen.net/2014/02/03/using-resource-governor-to-set-maxdop-for-specific-sql-server-jobs/
February 15, 2016 at 5:49 am
You might need to clear the queue:
http://fkauffmann.blogspot.co.uk/2012/01/sql-server-database-mail-how-to-clear.html
January 18, 2016 at 3:20 am
What is the error you are getting?
Looks like you installed an instance called ALPHA with a local system account?
Did you set up the sa password during installation?
Built-in administrators is disabled,...
January 14, 2016 at 5:08 am
Have you checked with the network guys if the port for mail is open on that server? I think its port 20?
January 14, 2016 at 4:52 am
Are there anti virus rules for unknown file extensions?
December 3, 2015 at 6:49 am
If you work through the link I posted earlier, you will see a step that needs to be performed:
Step 6 of Option #1:
6. Make sure "Read all properties" and "Create...
December 3, 2015 at 3:34 am
Are you including your filegroup restore as part of your recovery process?
I suspect the fielgroup backup is invalidating previous differentials LSNs that were done.
December 3, 2015 at 1:49 am
Viewing 15 posts - 1 through 15 (of 97 total)