Viewing 15 posts - 166 through 180 (of 347 total)
Bob,
if you do select name from sysuser you would be able to correct all of them. Also make sure all the logins are created on the server first before you...
February 15, 2005 at 4:36 pm
That is how sql internal function. It assume you are looking for dbo.table name unless you qualify it.
mom
February 15, 2005 at 4:32 pm
That should be ok don't you think?
OK here is what you told me. When you create a login, the application create another one for it's use so that mean for...
February 15, 2005 at 4:26 pm
It is normal that user login would be all messed up. To correct the action there are a couple way to fix your problem.
1. EXEC sp_change_users_login 'Update_One', 'Mary', 'NewMary'
2....
February 15, 2005 at 3:42 pm
put your result into a long text field. After you got the result, you will notice what the format look like. I try to look for how the row are...
February 15, 2005 at 9:13 am
What type of tools does your company has for you to use. I like to us DB Artisan by Embarcadero to migrate table, stored proc, views etc. from SQL 6.5...
February 11, 2005 at 12:50 pm
because it was looking for dbo.tblinfo table. That is the problem all the time when you don't create the table with dbo.tablename. It is sometimes a hasle to clean up...
February 11, 2005 at 12:43 pm
How about shutdown all internet traffic to that server at the firewall. Also allow only the intranet traffic to talk to that server.
mom
February 1, 2005 at 2:05 pm
I don't know how to restrict the db file restore, but I know of a way in which to restrict the access to those file.
January 25, 2005 at 9:29 am
That is how it works on osql or isql. There is nothing much you can do, at least I just deal with it and don't read the first character.
If you...
January 20, 2005 at 10:18 am
It scared me to think that sys admin has sa password and is the key keeper in your case.
I do respect what sys admin does and how much stuff they do. They...
January 20, 2005 at 10:14 am
This is very interesting. Why would you load norton virus check on your sql server. I though that nortan might take the database file over and turn your database unavailable...
January 19, 2005 at 9:14 am
Well that'w what I mean when I said remove the registry
mom
January 19, 2005 at 9:08 am
hm let me ask you a set of questions first.
1. What operating system do you have for your server?
2. What sql version did you previously have.?
I know that if you...
January 19, 2005 at 9:02 am
I think it is a personal preference.
mom
January 18, 2005 at 9:55 am
Viewing 15 posts - 166 through 180 (of 347 total)