Viewing 15 posts - 4,906 through 4,920 (of 6,216 total)
Dont know if deny would be a good idea, rather than just removing the permissions.
Andy
February 15, 2002 at 8:48 am
Especially for applications I like to test on a clean machine logged is a real user. Too many times something runs fine on a developer machine but not production, due...
February 15, 2002 at 8:02 am
My suggestion would be to migrate to SQL2K first using the compatibility mode. Then as quickly as possible work to get OUT of compatibility mode. Whether schema changes will be...
February 15, 2002 at 7:59 am
Might be a good idea to just double check the job for the snapshot too, see if it does contain that parameter.
Andy
February 15, 2002 at 4:41 am
Like anything else, .Net will require some adjustments. Here the plan will be that any server side gets done in VB.Net simply because that's what I have the most experience...
February 14, 2002 at 2:45 pm
Sp_change_users_login existed in SQL 7 as well. Its just a matter of getting the ID's to match between logins and users. Couple articles posted on the site about it (one...
February 14, 2002 at 1:50 pm
I think that is true about index vs constraint. Just works out that some constraints are implemented with indexes. As far as the object browser if you happened to look...
February 14, 2002 at 10:59 am
Why would you need to drop roles and users?
Andy
February 14, 2002 at 10:59 am
I work at a small company and have domain admin rights and physical access as well. If I were to leave that might change with the next DBA - would...
February 14, 2002 at 9:24 am
Easiest way is to detach/copy/attach - basically what the copy wizard does. Attaching a 7.0 mdf to SQL2K automatically upgrades the data structures.
Andy
February 14, 2002 at 9:21 am
Just use executeimmediate and pass the spid.
Andy
February 14, 2002 at 9:20 am
I dont think so, but honestly have not really tried. Sounds like fun!
Andy
February 14, 2002 at 9:19 am
From BOL, this about the key object:
SQL Server tables can contain key constraints. The constraints apply declarative referential integrity to the data contained in the table. Keys can be primary...
February 14, 2002 at 8:30 am
The server object has an enumprocesses method that returns a queryresult. Probably easier to just query sysprocesses directly via ADO then issue kill for anything still connected.
Andy
February 14, 2002 at 8:07 am
Viewing 15 posts - 4,906 through 4,920 (of 6,216 total)