Viewing 15 posts - 166 through 180 (of 486 total)
Yes this can be added as a script for post snapshot which will be applied at the subscriber.
This can be found in SSMS under the properties of the publication in...
April 23, 2015 at 8:59 am
The only email a job can send without custom coding transact sql in the job steps is on completion, sucess or failure of the job.
When an alert fires it can...
April 8, 2015 at 2:53 pm
I think I see the issue, your alert sounds like it is setup to start a job, rather than contact an operator when the condition is met.
Personnly I...
April 8, 2015 at 10:12 am
A few things I would check first:
1. Is mail setup on the server (SSMS > Managment > Database Mail)
2. Can you send and recieve a test email from...
April 8, 2015 at 9:35 am
I cant see a declaration for the variable using either the declare \ set method or the declare and assign method. This is most likely where your syntax error...
April 8, 2015 at 7:02 am
I assume you have the max server memory option set in SQL server to 5GB. So as mentioned above providing your server supports adding RAM without rebooting the server...
April 8, 2015 at 6:58 am
Yes, there are more complex ways of doing this when you factor in Roles \ Schemas \ Users \ Logins but you can simply do this.
1. GRANT the execute permission...
April 8, 2015 at 6:53 am
As said above creating a Powershell script or Batch file is a fairly simple way of doing it.
It all depends on what you are comfortable programming in....
April 8, 2015 at 6:49 am
For example to run a Windows Server with SQL Standard edition for 10 hours per month it can be as little as $7.
April 7, 2015 at 4:00 am
Take a look at Amazon Web Services.
You could use EC2 instances which can be Windows Server virtual machines where you can install SQL Server and do any tests...
April 7, 2015 at 3:59 am
Your configuration means you are getting an alert sent to the operator configured for the job.
From your description what you really want is an email that summarises the...
March 17, 2015 at 7:30 am
A few things worth noting, posting this question in either of the SQL 2012 or 2014 parts of the forum is more likely to see responses than in SQL...
March 17, 2015 at 7:18 am
Hadoop is essentially an infinetly scaleable data processing engine. You can query data from multiple sources be that files, binaries, databases using utilities such as sqoop and hive...
February 17, 2015 at 12:20 pm
As is mentioned above its a security issue. And you have many options:
1. Add the Service Account used by the SQL Agent as a login on each of...
February 17, 2015 at 10:06 am
I assume you are wanting to add data from SQL Server that can then be map reduced?
Hadoop is essentially a framework of applications of which work together to allow you...
February 17, 2015 at 10:01 am
Viewing 15 posts - 166 through 180 (of 486 total)