Viewing 15 posts - 30,511 through 30,525 (of 39,754 total)
Sounds like a bug.
Is this the first time the job was run? Have you checked the raw data in the msdb tables?
December 2, 2007 at 1:30 pm
I don't and I'd ask that this be turned off for now.
Call MS while you still have time before support ends next spring.
December 2, 2007 at 1:30 pm
Also, I think the server must run under a domain account.
December 2, 2007 at 1:27 pm
I'm not sure if your script has a problem. I think you need this to be two separate batches, so a GO might be needed between these commands.
However, there's no...
December 2, 2007 at 1:26 pm
I'm not really a collation expert, but since 2000 (and in 2005), databases can have separate collations, so there isn't an impact with the server collation.
If you are moving data...
December 2, 2007 at 1:22 pm
Does this occur regularly?
Not sure if you can do some sort of exclusive lock in Access.
You could export to a new file, then drop the old, rename the new.
December 2, 2007 at 1:21 pm
Not sure you would want this, though it's possible that you have different developers that have rights to create objects in the schema. In that case, the object owner and...
December 2, 2007 at 1:19 pm
My guess is that you need to drop the endpoint and recreate it.
December 2, 2007 at 1:17 pm
Users are not schemas. Do you mean you need to know which object is owned by a user?
If this is the user schema, then you could easily see from object...
December 2, 2007 at 1:16 pm
How is the linked server configured? Are logins mapped? It is possible that there is a misconfiguration here.
December 2, 2007 at 1:11 pm
Do you mean Integration Services packages? Maintenance Plan packages??
These are stored in msdb in various tables. You could give SELECT access to these tables to the developer.
December 2, 2007 at 1:09 pm
This problem usually occurs when you are trying to get data into a space into which it will not fit. I'd actually recommend exporting this data (and decrypting), then bringing...
December 2, 2007 at 1:07 pm
Are you using a passphrase or encryption by password?
The database master key should exist with the database. If anything, when you restored, you'd need this to continue to the restore.
The...
December 2, 2007 at 1:05 pm
I don't think that there is anyway to slip data into the stream that would be susceptible to SQL Injection. I suppose it's theoretically possible to slip into the replication...
December 2, 2007 at 1:04 pm
You do not drop the key or you will not be able to decrypt values. You assign users the ability to use the key. Typically you wouldn't encrypt with an...
December 2, 2007 at 12:59 pm
Viewing 15 posts - 30,511 through 30,525 (of 39,754 total)