Viewing 15 posts - 271 through 285 (of 286 total)
Check out the feature pack for compatability tools:
November 16, 2005 at 2:58 am
Heh, heh, yeah I made the mistake of not looking at the year too.
71-444 is now available in Beta also, Optimizing and Maintaining a Database Administration Solution.
November 14, 2005 at 4:19 am
Check the permissions of the accounts used for the SQL Services
November 14, 2005 at 4:04 am
Try looking into this:
ALTER TABLE....
SWITCH PARTITION..
TO...
November 14, 2005 at 4:03 am
First off, DBAs should NEVER be domain administrators.
You need to get documented your seperate teams roles and responsibilities.
Then, and only then, start defining security permissions.
As a preference, I would do...
November 14, 2005 at 3:43 am
Could this be updates to prerequisites like the .NET framework?
November 14, 2005 at 3:38 am
What's the format of your object name in the dsn?
November 14, 2005 at 3:35 am
From assumptions based on your table names, it may be better to drop the CONSTRAINT to remove rows from 'Agent' and archive your security events, or to create a...
November 14, 2005 at 3:33 am
Ray is correct, a student ID should refer to one student only and forever.
In the real world, if someone dies, should I get a new social security number?
November 14, 2005 at 3:28 am
No, the index still exists, takes up space, it's just disabled. But you're right, the primary reason for using Disable is to simplify the process to a simple ALTER...
November 14, 2005 at 3:16 am
Post up your whole script.
Note that:
ALTER COLUMN cannot have a collation change if any of the following conditions apply:
If a check constraint, foreign key constraint, or computed columns reference...
November 8, 2005 at 5:51 am
Hi,
Why are you using a self referential linked server?
November 8, 2005 at 5:46 am
Microsoft SQL Server 2005 : Changing the Paradigm is quite a good book I've found, anything else you've come across Rick?
November 4, 2005 at 3:51 am
Disclaimer: I'm working as a SQL Security consultant and SOX is one of the issues I have to cover.
"One would think that the best people to commit fraud and misuse of data would...
June 20, 2005 at 5:21 am
Viewing 15 posts - 271 through 285 (of 286 total)