Viewing 15 posts - 1,261 through 1,275 (of 6,105 total)
This script obtains role member information, but not permissions of a role.
Try these for 2005:
SQL Server: Listing all the database roles for a given database user
April 2, 2008 at 7:04 am
Out of the box? No. You'll either need to go with a monitoring tool capable of connecting with SQL Server, looking at the state of services on the server, or...
April 2, 2008 at 6:59 am
C2 Auditing? No. Trying to do too much with a server trace? Yes.
April 2, 2008 at 6:57 am
The name being used to connect must match the name of the certificate. One thing that may work better is to make an entry in the hosts file that matches...
April 1, 2008 at 9:01 pm
Same idea. On your computer, run cliconfg.exe. This is the client network utility. You can force it on there.
April 1, 2008 at 2:46 pm
You looking to track the server or the SQL Server itself? Also, what sort of agents/tools do you have in your environment?
April 1, 2008 at 1:52 pm
That's not 100% true of Microsoft's support policy with regards to Microsoft applications on non-Microsoft virtualization. That policy is stated here:
Support policy for Microsoft software running in non-Microsoft hardware virtualization...
April 1, 2008 at 1:51 pm
Did you import the certificate into the computer account (not the logged on user)?
What happens if you try to force encryption from say, QA?
April 1, 2008 at 1:48 pm
With C2, just about everything is turned on. As a result, you do suffer a performance hit. I've seen it estimated as up to 20% percent. Realize that C2 mode...
April 1, 2008 at 12:50 pm
An easy way is to open the log file, select all, copy, and then open up notepad on the host, paste.
April 1, 2008 at 9:12 am
If the application is doing the encryption and passing the encrypted hash to the database, then likely you just need a column that is varbinary format.
April 1, 2008 at 9:10 am
schumi (4/1/2008)
1) you need a BS to get a ticket to the HR office. But...
April 1, 2008 at 7:46 am
rbarryyoung (3/31/2008)
It's still a mystery to me why Microsoft doesn't use the same COLLATION-based character normalization before hashing that it does before normal table lookups.
Think about the operation that would...
March 31, 2008 at 7:19 pm
Jeff Moden (3/31/2008)
Just so everyone knows, sp_track_db_growth does not even come close to what the OP asked for. Rather, it tracks what size the backup files are. ...
March 31, 2008 at 7:12 pm
Likely then you'll have to go with the Microsoft min. recommendations. Because these are CTP builds, Microsoft likely hasn't removed all of the debugging, meaning the CTPs aren't reflective of...
March 31, 2008 at 5:51 pm
Viewing 15 posts - 1,261 through 1,275 (of 6,105 total)