Viewing 15 posts - 1,576 through 1,590 (of 6,105 total)
If you're using SQL Server 2005, connection pooling can be used with application roles. There is a new stored procedure, sp_unsetapprole, which should be run before "closing out" the connection....
October 24, 2007 at 5:25 pm
I don't know of any way to do this because usually upon shutdown the systems wants everything to come down as quickly as possible. You might look at running periodic...
October 24, 2007 at 5:22 pm
The first thing to remember about SQL Server security is that unless permission is explicitly granted, SQL Server defaults to no access. Therefore, you don't usually have to use db_denydatareader...
October 24, 2007 at 5:17 pm
The connection string doesn't provide the permissions. Permissions must be on the objects, such as tables, views, stored procedures, and the like, as previously indicated. In order to do this,...
October 24, 2007 at 5:11 pm
Yes, if a linked server has been set up. Also, OPENROWSET() provides this functionality.
October 24, 2007 at 5:06 pm
This article assumes that you've already installed the Database Engine and Analysis Services both. The first thing you'll want to do is verify that you've got Analysis Services installed. If...
October 22, 2007 at 8:42 pm
There's a new cumulative update out just last week. I've requested and received it from Microsoft, but haven't applied it yet.
October 22, 2007 at 8:17 pm
For other components, I usually check the file versions. I just grabbed the cumulative update 4 from MS. Have you noticed any issues with it?
October 21, 2007 at 3:29 pm
SANS has done a good job of building a training / certification program that's considered an hands-on certification with GIAC. It might be useful to look at it as a...
October 18, 2007 at 12:30 pm
Stephanie J Brown (10/18/2007)
October 18, 2007 at 9:22 am
Renuka (10/18/2007)
Actually as you mentioned, creating a role on Database B with the required access on required objects should be fine. (Im not sure if there is any other way)....
October 18, 2007 at 8:00 am
Grant Fritchey (10/18/2007)
October 18, 2007 at 7:56 am
I'm having the same issue on one of my SQL Servers. There are numerous forum postings about xp_delete_file (which is what the clean up task actually uses). It's an undocumented...
October 18, 2007 at 12:50 am
What specifically are you looking for? OS configuration? Best practices for installing the database engine? How to integrate CLR? All of the above?
October 18, 2007 at 12:20 am
Out of curiosity, why are you doing this through SQL Server? The extended stored procedure xp_regread isn't supported for use by normal processes. Is there a reason you aren't reading...
October 17, 2007 at 8:01 pm
Viewing 15 posts - 1,576 through 1,590 (of 6,105 total)