Viewing 15 posts - 1 through 15 (of 107 total)
If I added a schema, could I restrict sysadmins to that?
May 28, 2010 at 8:59 am
Ok thanks. I'll give encryption a crack... The problem is this is HR data and therefore even administrators should not see the information.
May 28, 2010 at 8:55 am
Hi,
I've solved this.... i used this as an example
with xmlnamespaces('http://ww.w3.org/TR/html4/' as h)
select getDate() as '@timestamp',
( select name as '@name', xtype as 'data/@xtype'
from sysobjects
...
April 23, 2010 at 4:49 am
Nothing has changed to the SP they are using the standard one.
November 10, 2009 at 5:07 am
Nop still don't understand, perhaps I'm having a blonde day!
The output shows....
TCPTSQLSQL
COMWTSV06DATA_LOADDATA_LOAD
DATA_LOAD being the local user login....
Listen don't worry, it's working for me I was just trying to help...
November 10, 2009 at 4:53 am
Hmmm still don't understand....
I am on a Citrix server, connecting to SQL Server remotely using a local SQLSERVER user.
My NT account has NO permissions to the SQLSERVER box, I can't...
November 10, 2009 at 4:00 am
Hi Steve,
The domain stuff was done by the infrastructure team.... So don't know whether they did what you suggested with that.
With regards to SSMS I connected directly to the server...
November 10, 2009 at 3:14 am
I dont understand why we don't get the error 'files requires an integrated client login.'
We can use a local login to send an email with an attachment!
Pete
November 10, 2009 at 3:09 am
Also is the D: drive a mapped drive? if so try using the UNC path instead. Also have you checked that the SQL Server service login has permission to look...
November 9, 2009 at 9:30 am
Hi Hmmmmm Did you run the test mail when logged in using your rpp account?
Also did you try running the send mail command from SSMS (also using the rpp...
November 9, 2009 at 9:26 am
That is very weird behaviour....
Mind you I never understand why there is a requirement to shrink databases anyway. To my mind you should size the database correctly in the first...
November 9, 2009 at 9:19 am
In our mail profile we use anonymous authentication... Do you use that?
November 9, 2009 at 8:59 am
Hi,
I don't think this is the problem, as I have just run the same command in my environment....
msdb..SP_SEND_DBMAIL
@RECIPIENTS = 'XXX@XXXXXX.com',
@PROFILE_NAME ='MAIL',
@SUBJECT = 'TEST',
@BODY='TEST',
@BODY_FORMAT = 'HTML',
@file_attachments = 'C:\WWW.sql'
I used a...
November 9, 2009 at 8:56 am
Thanks Dave, however I've given up with using SSAS it seems that it doesn't really perform well when there is a medium/large amount of data to crunch. I've gone back...
June 19, 2009 at 8:01 am
Hi,
Well just in case someone else is having the same issue.... I used the following.... on the desktop
control keymgr.dll
Added the server name and my login/password
then removed it....
Then all worked.... Very...
June 11, 2009 at 4:19 am
Viewing 15 posts - 1 through 15 (of 107 total)