Viewing 15 posts - 1 through 15 (of 296 total)
So if "create schema abc authorization dbo" would grant ownership of objects to dbo schema. Does this mean anyone with access to dbo schema would have access to objects owned...
November 16, 2012 at 6:52 am
I would agree. However, the nightly process logic will dictate whether it's insert (there by generating a new id) or an update to an existing record.
August 6, 2012 at 2:34 pm
I can see situations where, the nightly production loads may need to be loaded to non-production systems every once in a while. In this case, you would need to generate...
August 6, 2012 at 2:05 pm
Why go through all of the trouble of letting your test instance increment the identity field when you don't even really want it to?
The test won't be adding positive...
August 6, 2012 at 1:52 pm
In our case, Uniqueidentifier / guid's won't work for account_ids.
We could either restore from backup or replicate data or sync using SSIS to instance_2.
I think this should work:
Use Identity column...
August 6, 2012 at 1:27 pm
The issue is when that instance_1 is production only and instance_2 needs both prod and test data. There is the need to maintain the prod ids in instance_2 with the...
August 6, 2012 at 1:08 pm
Thanks for all your responses. This issue has been resolved.
In a nutshell here's what was going on...
Our AD sec admins created global groups and we recently began migrating to a...
July 26, 2010 at 8:40 am
Apparently, user has rebooted the machine already, and had not reset their password. The reboot should have updated the access token information as well.
I will drop the group and re-add...
July 21, 2010 at 6:46 am
did you ever get this to work? I'm having similar problems, where some users aren't able to login to SQL Server while others part of the same group are able...
July 20, 2010 at 2:50 pm
Can anyone provide any insight on the impact of Security group vs Domain Local Security on cross forest authentication?
June 28, 2010 at 7:12 am
That is correct, I created a login and then mapped it to a user in a database. The default database is master. They are using SSMS to connect to the...
April 8, 2010 at 1:05 pm
Not only did I go the quetion right, I also had a note in the discussion. How about that?
This without logging in to the site.
October 6, 2009 at 10:55 am
It may have to do with the registry not updating during the setup or the restart causes the agent to go back and reload all the settings.
Out of curiosity, are...
September 15, 2009 at 7:54 am
Go back and drop the data / log files since dropping an offline database doesn't delete these files.
September 15, 2009 at 7:13 am
Are you running the services under a domain account? If so make sure the service account has access to the folder.
September 14, 2009 at 1:12 pm
Viewing 15 posts - 1 through 15 (of 296 total)