Viewing 15 posts - 2,851 through 2,865 (of 7,168 total)
Thanks. In the approach I detailed, if a new user is added to the db_datareader Fixed Database Role they will have permission to select the restricted column from your table...
November 1, 2012 at 10:00 am
Disclaimer: What I am about to show is dangerous because you're trying to execute a statement passed in by a person or application, and people and applications should never be...
November 1, 2012 at 6:59 am
From what I have read the Server Proxy applies only to xp_cmdshell but the documentation is in lack of clarity in terms of whether the proxy also pertains to external...
November 1, 2012 at 6:47 am
sunny.tjk (10/31/2012)
I can think of DENY SELECT but not sure how to implement it. I'd like to accomplish DENY SELECT to everyone except to the members of the approved group.
Here...
October 31, 2012 at 9:06 pm
Upon looking some more, ordering may not be your issue if the blank line in between the header and rest of the file is showing properly. I am thinking the...
October 31, 2012 at 3:41 pm
You may be running into an ordering issue with bcp. Order is not guaranteed without an ORDER BY. See if something along these lines will work for you:
CREATE TABLE test(test_id...
October 31, 2012 at 3:27 pm
That is one possibility if the query or table has only a single column and the file is defined as delimited. While NULL may amount to no value going to...
October 31, 2012 at 1:04 pm
Can you please provide repro code including CREATE TABLE, INSERT statements to populate table and complete bcp command being used?
October 31, 2012 at 11:40 am
Thanks for all the replies!
I appreciate the insight into what others are doing. I think I would prefer to use SCOM but it's not available in the current shop unfortunately....
October 31, 2012 at 10:58 am
Good call, I didn't think to ask about the server proxy. It is worth checking in the instance as it could be the root cause of the behavior. By default...
October 31, 2012 at 10:25 am
eclispe66 (10/30/2012)
October 30, 2012 at 11:09 am
sqlnaive (10/30/2012)
October 30, 2012 at 10:05 am
Yes, Evaluation to Standard is a supported upgrade path.
October 29, 2012 at 11:17 am
If updating the key then if required SQL Server will move the record to the correct partition per the answer to the partition function. It does this by deleting the...
October 26, 2012 at 5:11 pm
When you setup the DSN which ODBC driver are you using? ODBC connections can be pooled meaning the connection will not be destroyed after every query. If you're not using...
October 26, 2012 at 4:54 pm
Viewing 15 posts - 2,851 through 2,865 (of 7,168 total)