Viewing 15 posts - 1,501 through 1,515 (of 6,105 total)
I'm assuming you're going to get the same performance hit as executing the deletes individually and wrapping them in a transaction. It should have the same effect on the transaction...
November 10, 2007 at 8:47 pm
You mentioned running this as a job every week. If that's the case, you're better off doing this with command-line options/commands such as xcopy... You typically don't want to use...
November 10, 2007 at 8:43 pm
As opposed to trying to do all of this through SQL Server, I would suggest scripting it using Perl, VBScript, or PowerShell. VBScript would be my last choice because it...
November 10, 2007 at 8:39 pm
swjohnson (11/8/2007)
November 10, 2007 at 10:21 am
Kevin Sehl (11/9/2007)
November 10, 2007 at 10:14 am
What I was thinking of is if there was a database that was being used actively on the old system but hadn't been migrated to the new system. In those...
November 10, 2007 at 10:12 am
A user who maps in as dbo isn't restricted in any way within that database. Permissions don't apply.
A user who is a member of the db_owner fixed database role can...
November 10, 2007 at 10:07 am
I see. I only did the encryption by symmetric key. I didn't encrypt the symmetric key with an asymmetric key. Having view definition on the asymmetric key apparently isn't enough...
November 10, 2007 at 10:05 am
I was lucky in that regard in that I was started on ANSI JOIN syntax. I have come to appreciate the change required because a lot of the ways we...
November 8, 2007 at 12:05 pm
Were all the databases that existed on the old system migrated to the new system?
November 8, 2007 at 12:01 pm
It's a common word on the security side. If you ever end up taking a security related test, even Security+, you'll see it a ton. I saw it several times...
November 7, 2007 at 6:58 pm
Nuts (11/7/2007)
I ran the query but the figures are really really low!!
Remember, that the highest you're going to get for any quarter is ~ 90 days (3 months x 30...
November 7, 2007 at 6:55 pm
I believe granting just VIEW DEFINITION on the symmetric key is sufficient for it to be used. You should then by able to revoke CONTROL.
November 7, 2007 at 6:51 pm
Take full backups of all databases and make sure SQL Server verifies them. Probably wouldn't hurt to script the logins as well:
November 7, 2007 at 6:26 pm
Professional SQL Server 2005 Administration
I've seen some folks recommend this one, too:
Administrator's Guide to SQL Server 2005
They do not just cover T-SQL, though.
November 7, 2007 at 6:22 pm
Viewing 15 posts - 1,501 through 1,515 (of 6,105 total)