Viewing 15 posts - 436 through 450 (of 1,158 total)
In execution or in the batch file?
Batch file will need a seperate tool.
In SSIS, google "SSIS event handlers". There is an error event and this can include an email...
April 20, 2012 at 9:34 am
Stefan Krzywicki (4/20/2012)
GilaMonster (4/19/2012)
#declare NewTopic;
Who plays MMOs and which ones?
I've just quit the one I played for a few years, they added a...
April 20, 2012 at 8:28 am
liteswitch (4/20/2012)
April 20, 2012 at 8:06 am
I jumped the gun above by assuming this was for business continuity.
liteswitch (4/20/2012)
The two clusters may or may not be in the same physical datacentre. However, if I wanted both...
April 20, 2012 at 7:43 am
For simplicity in the set up there's no reason for this to be two clusters. This can be a single cluster spread over two sites using SAN replication to...
April 20, 2012 at 7:39 am
Does the job have a retry or multiple schedules?
Can you script out and supply the job?
April 18, 2012 at 12:21 pm
george sibbald (4/18/2012)
Due to current issues with the disks with automated failover the passive node is paused to allow manual...
April 18, 2012 at 10:22 am
Check this table for the duplications
SELECT *
FROM [msdb].[dbo].[sysmail_mailitems]
April 18, 2012 at 10:20 am
I've never had it where SQL would send two emails. This is all driven by database tables and an executable. I would er towards checking my email client...
April 18, 2012 at 10:19 am
ramprasad1485 (4/17/2012)
Note: Bothe server should be in read/write mode
There's no way round it because of this statement. You have to set up a scheduled restore on "Server B"....
April 17, 2012 at 1:35 pm
We use it and it works very reliably in our enviroment. Never had an issue with it to my knowledge.
If theres an issue with a server in the load...
April 17, 2012 at 1:30 pm
We do it via transactional replication and Citrix netscalar.
This is only readonly so you would have to do your homework on making it work as a read/write solution. It...
April 17, 2012 at 1:26 pm
SQL version numbers for both instances please?
Also, how is the data getting "refreshed"?
Has the data changed in live since the refresh so that the query returns only on live?...
April 16, 2012 at 3:00 pm
My largest system is currently running with 3 billion rows in single unpartitioned heap. It still works just fine as a backend to an extremely busy website.
In terms of...
April 16, 2012 at 12:30 pm
SQLKnowItAll (4/16/2012)
April 16, 2012 at 12:24 pm
Viewing 15 posts - 436 through 450 (of 1,158 total)