Viewing 15 posts - 1 through 15 (of 91 total)
Not even a Shared lock, huh?
Todd Carrier
MCITP - Database Administrator (SQL 2008)
MCSE: Data Platform (SQL 2012)
February 21, 2014 at 10:31 am
Sounds like maybe a good job for Snapshot Replication...
http://technet.microsoft.com/en-us/library/ms151832.aspx
Todd Carrier
MCITP - Database Administrator (SQL 2008)
MCSE: Data Platform (SQL 2012)
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>...
Todd Carrier
MCITP - Database Administrator (SQL 2008)
MCSE: Data Platform (SQL 2012)
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...
Todd Carrier
MCITP - Database Administrator (SQL 2008)
MCSE: Data Platform (SQL 2012)
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...
Todd Carrier
MCITP - Database Administrator (SQL 2008)
MCSE: Data Platform (SQL 2012)
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...
Todd Carrier
MCITP - Database Administrator (SQL 2008)
MCSE: Data Platform (SQL 2012)
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...
Todd Carrier
MCITP - Database Administrator (SQL 2008)
MCSE: Data Platform (SQL 2012)
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...
Todd Carrier
MCITP - Database Administrator (SQL 2008)
MCSE: Data Platform (SQL 2012)
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?
Todd Carrier
MCITP - Database Administrator (SQL 2008)
MCSE: Data Platform (SQL 2012)
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?
Todd Carrier
MCITP - Database Administrator (SQL 2008)
MCSE: Data Platform (SQL 2012)
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.
Todd Carrier
MCITP - Database Administrator (SQL 2008)
MCSE: Data Platform (SQL 2012)
April 3, 2013 at 12:32 pm
Maybe investigate Database Mail functionality... keep it all within SQL then?
Todd Carrier
MCITP - Database Administrator (SQL 2008)
MCSE: Data Platform (SQL 2012)
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!
Todd Carrier
MCITP - Database Administrator (SQL 2008)
MCSE: Data Platform (SQL 2012)
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)......
Todd Carrier
MCITP - Database Administrator (SQL 2008)
MCSE: Data Platform (SQL 2012)
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...
Todd Carrier
MCITP - Database Administrator (SQL 2008)
MCSE: Data Platform (SQL 2012)
April 3, 2013 at 11:43 am
Viewing 15 posts - 1 through 15 (of 91 total)