Viewing 15 posts - 15,061 through 15,075 (of 39,824 total)
Is there a chance there's a quota? Can you log in as the service account and test that way? It might help track things down.
Sorry for the delay in responding.
September 23, 2011 at 4:56 pm
Then it's not security. Is this valid on the SQL Server windows host?
C:\Program Files (x86)\WinRAR\unrar
September 23, 2011 at 12:48 pm
Did a file get created in the folder?
September 23, 2011 at 12:39 pm
GSquared (9/23/2011)
Grant Fritchey (9/23/2011)
The more I travel, the more...
September 23, 2011 at 12:38 pm
Log in as the service account and try to run the command.
Or run this:
xp_cmdshell 'dir > \\silverthrone\gadata\IPC\dir.txt'
That will tell you if you can write to that folder. Also, the...
September 23, 2011 at 12:32 pm
SQL Server doesn't need extra space. It needs the space of the files and if they exist there, then that's enough.
It's a security issue. It doesn't matter if you connect...
September 23, 2011 at 12:29 pm
How do you determine which one to keep? note that SQL doesn't order records, so the order you see from a SELECT ORDRBY FROM MYTABLE isn't necessarily what you'll always...
September 23, 2011 at 12:26 pm
Does the SQL engine have permissions to that folder? Or the proxy? This doesn't run under your account, but the SQL database engine service account (or proxy)
September 23, 2011 at 12:23 pm
Grant Fritchey (9/23/2011)
GSquared (9/23/2011)
Grant Fritchey (9/23/2011)
Steve Jones - SSC Editor (9/23/2011)
Now I feel like an idiot and a little naive for using Amazon so much: http://t.co/gm3hPsGv
Based on a long history...
September 23, 2011 at 11:15 am
Password Safe is an open source product.
September 23, 2011 at 11:04 am
Can you define what unresponsive means? Are you sure it's the server and not your client?
The inability to process a login usually means there are DDL triggers in place or...
September 23, 2011 at 9:28 am
Now I feel like an idiot and a little naive for using Amazon so much: http://t.co/gm3hPsGv
September 23, 2011 at 9:20 am
BenWard (9/23/2011)
People seem to forget that every tool, every...
September 23, 2011 at 9:18 am
Yes and no. You have the right idea, but the problem is that UserA is inside SQL Server. When you execute the CLR, you should still be inside SQL Server,...
September 23, 2011 at 9:14 am
majorbloodnock (9/23/2011)
I've been doing a lot of nodding whilst reading some of these replies.For me, the following are major gaps I see, often in surprisingly senior IT people.
...
Excellent list of...
September 23, 2011 at 9:10 am
Viewing 15 posts - 15,061 through 15,075 (of 39,824 total)