Viewing 15 posts - 1 through 15 (of 90 total)
Sounds like maybe a good job for Snapshot Replication...
January 17, 2014 at 10:52 am
If you want to do it programmatically have a look at:
sp_posttracertoken
http://technet.microsoft.com/en-us/library/ms176091.aspx
and
sp_helptracertokenhistory
http://technet.microsoft.com/en-us/library/ms187349.aspx
A bit more reading here: http://technet.microsoft.com/en-us/library/ms147309(v=sql.105).aspx
Otherwise, you can always insert a tracer in Replication Monitor> Select the Publication>...
January 10, 2014 at 8:49 am
Hi Jason,
I've done a fair bit of tinkering with Availability Groups, mostly from the Virtual Labs at:
http://www.microsoft.com/en-us/sqlserver/learning-center/virtual-labs.aspx
I think what you are proposing is possible, although I haven't tried it... seems...
January 10, 2014 at 8:36 am
Furthermore, a great feature...
When a change to and Audit or Audit Specification are attempted, the Audit or Audit Specification must be DISABLED to make that change.
That DISABLE and ENABLE (after...
January 7, 2014 at 11:35 am
I realize this is an old post, but ran across it working on a SQL Audit issue myself
For any future reference:
Look for the Server-Level Audit Action Group - AUDIT_CHANGE_GROUP
This...
January 7, 2014 at 11:27 am
Thank you for posting! Books Online says this in ALTER ENDPOINT:
AUTHORIZATION login
The AUTHORIZATION option is not available in ALTER ENDPOINT. Ownership can only be assigned when the endpoint is...
July 3, 2013 at 11:06 am
Indeed, looks to me like the path 'G:\MFE_PROFOS DATA\GroheUPI.mdf' is not valid... or SQL cannot see it.
Is the G drive visible from SQL?
Try exec xp_fixeddrives
If the disk isn't...
April 16, 2013 at 12:10 pm
Maybe check the Network Protocol selection under Connection Properites Tab in the New Server Registration window.
Also, check SQL Server Configuration Manager locally for Native Client> Client Protocols> is TCP/IP enabled?
April 4, 2013 at 4:19 pm
What is the version of SQL Server Management Studio you are using?
What is the version of SQL Server of the instance you are connecting to?
April 4, 2013 at 4:12 pm
Or tell your server admins that it just needs permissions to send an email...
seems like a reasonable enough request.
April 3, 2013 at 12:32 pm
Maybe investigate Database Mail functionality... keep it all within SQL then?
April 3, 2013 at 12:31 pm
Super curious now... what is he trying to accomplish with an ActiveX script?
Hopefully something external of SQL Server!
April 3, 2013 at 12:28 pm
Ok makes sense... developer as SQL authentication. All those rights are within you're control.
However, regarding what permissions the Credential (Windows Account you will use to actually execute the ActiveX)......
April 3, 2013 at 12:25 pm
Ah, almost forgot... no sysadmin needed.
Give minimum permissions required to the developer login, and the Credential that will be used by the Proxy.
NO SYSAMIN TO ANYONE EVER!
Except for...
April 3, 2013 at 11:43 am
Viewing 15 posts - 1 through 15 (of 90 total)