Viewing 15 posts - 31 through 45 (of 148 total)
Ok so playing around it looks like ..
If you use a AD Groups for users. When they create a table with any rights less than SysAdmin (ill say what ive...
June 22, 2012 at 8:33 am
ohhh...
so
SELECT * FROM sys.database_principals
There is the users accounts in there for some reason... And its got the default schema name of there own name..
Apart from those users.....
June 21, 2012 at 9:15 am
hey, yes we use groups.
for some reason they are in a 2. (1 with sysadmin, 1 with db_owner) someone put them into sysadmin which stopped it happening
no individual logins...
June 21, 2012 at 8:56 am
Hey,
Currently blank (GUI -> Security -> Users -> User -> right click properties -> User Mapping -> default Schema)
Im trying to replicate it on my box using execute as...
June 21, 2012 at 8:42 am
Thought it might be network contention.. But SQL Monitor doesnt show the NIC ever going near 10% at any point in the day..
Hoping someone could explain..
June 12, 2012 at 2:33 am
Hi thanks for the reply.
Tried with MAXDOP 1 and got the same result..
June 11, 2012 at 2:37 pm
simple and effective!
thanks sorted it..
S
March 23, 2012 at 5:45 am
!!!
combining all your fine skills i have it working!
Few things i found...
In reg ErrorLogFile was pointing to a folder that didnt exist
In reg WorkingDirectory was pointing...
March 12, 2012 at 8:53 am
Hi Howard,
I have the Dump Directory in the agent properties pointing to the same log folder as the MSSQLService log folder. (As i said using the same account for...
March 12, 2012 at 5:29 am
Hi MarkusB,
Thanks im properly being dim..
But wouldn't that create a temp table on every server, with the results of only the server its created on. I would like...
March 6, 2012 at 7:49 am
Hi,
Divine Flame:
thanks i was aware of doing it in ssis, was hoping there might be a simpler way with TSQL for one off type events.
ard5karthick:
Id like to say run the...
March 6, 2012 at 7:31 am
Hi anthony.greengave me a simple solution using
select *
from auditcategory
UNION
select 999, 'Discount'
For the param query.
Seems to get it working. Thanks Anthony again and apologies for ending up with...
March 2, 2012 at 8:35 am
Viewing 15 posts - 31 through 45 (of 148 total)