Viewing 15 posts - 31,141 through 31,155 (of 39,823 total)
I'm assuming this means that you solved the problem yourself?
Please post a followup that explains what worked so we know it's solved.
October 7, 2007 at 9:13 pm
You also need to provide a user/password in mixed mode. Without a domain, you would add a "SQL Server Authenticated" login to SQL Server, then use the same name/pwd in...
October 7, 2007 at 9:12 pm
I'd use ALZDBA's solution.
If that doesn't make sense, give us an idea of what the conditions are and we can help (tables/cols)
October 7, 2007 at 9:10 pm
The only thing that I've done in the past is check for a change to the user. When the user changes a password, the data in syslogins is updated (some...
October 7, 2007 at 9:09 pm
I believe because of the SID mapping in 2000 that you can only have one login in each db mapped to a user. So you'd need to make the changes...
October 7, 2007 at 9:07 pm
In 2005 you have all sorts of event triggers (look up Event Notifications) for logins and changes.
For data changes, you really should use Profiler with a server side trace. It...
October 7, 2007 at 9:05 pm
Can you provide some more information?
When you log in through ODBC, which login do you use and what are the rights?
When you create a table, how do you do it...
October 7, 2007 at 9:04 pm
What is in the package? This is definitely some type of network error. Are you sure you're checking the names referenced in the package? You might try saving it out...
October 7, 2007 at 9:02 pm
Please watch your forums. This was in the SQL 2000, General area. It has been moved.
October 7, 2007 at 8:59 pm
I don't think this is possible. You can filter by table, which could help if you know the tables with triggers, but I don't think this is possible.
What are you...
October 7, 2007 at 8:58 pm
Do you mean the filename?
http://www.sqlservercentral.com/scripts/Backup+%2f+Restore/31640/
October 7, 2007 at 8:56 pm
Be careful with this and monitor it carefully. The backup process doesn't tolerate any delays well and will fail if the network hiccups. You'd really be better off buying more...
October 7, 2007 at 8:54 pm
Most things are on the list. It's a question of priorities and resources, both of which are limited right now. Some changes coming tomorrow (fingers crossed) and then we'll look...
October 7, 2007 at 6:17 pm
Viewing 15 posts - 31,141 through 31,155 (of 39,823 total)