Viewing 15 posts - 2,851 through 2,865 (of 7,164 total)
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...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
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...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
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...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
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...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
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...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
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?
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
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....
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
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...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
October 31, 2012 at 10:25 am
eclispe66 (10/30/2012)
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
October 30, 2012 at 11:09 am
sqlnaive (10/30/2012)
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
October 30, 2012 at 10:05 am
Yes, Evaluation to Standard is a supported upgrade path.
Upgrade to a Different Edition of SQL Server 2012 (Setup)
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
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...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
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...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
October 26, 2012 at 4:54 pm
Here is the list of what each Server Role can do:
Permissions of Fixed Server Roles (2008 R2)
serveradmin can only do these things: ALTER ANY ENDPOINT, ALTER RESOURCES, ALTER SERVER STATE,...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
October 26, 2012 at 4:48 pm
Instead of using EXECUTE AS LOGIN = in the proc that creates the Linked Server and granting impersonation rights to your user base for that LOGIN you can try using...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
October 26, 2012 at 2:45 pm
Viewing 15 posts - 2,851 through 2,865 (of 7,164 total)