Viewing 15 posts - 1,591 through 1,605 (of 1,883 total)
Digs,
see if my reply at
http://www.sqlservercentral.com/forums/shwmessage.aspx?forumid=8&messageid=168681
can help you. It was for the question that was about looping through tables. I replied there:
I would use sp_MSforeachtable undocumented stored procedure.
There...
March 21, 2005 at 3:48 pm
It is a big deal not only when a DBA leaves. It is a deal every time you move a database from server to server. I have to use sp_changedbowner...
March 21, 2005 at 2:43 pm
I would use sp_MSforeachtable undocumented stored procedure.
There is also a similar procedure sp_MSforeachdb see
http://www.sqlservercentral.com/columnists/achigrik/sql2000.asp
Yelena
March 21, 2005 at 2:06 pm
Brian and Frank,
I just took a look at the table of Contents of C.J. Date's Introduction to Database Systems. It covers a big variety of topics. But judging by the...
March 21, 2005 at 1:43 pm
Role db_datareader will allow read-only access, but he will be able to see data as well. You don't say if he may see data.
There are a lot of views of...
March 21, 2005 at 10:02 am
Juanita,
Frank posted a lot of good examples. I had a similar question some time ago and I think I tested almost everything. The following works best for me in my...
March 21, 2005 at 8:58 am
Mark,
I think this thing needs Exchange Server on the network. I was not able to do it so far, we moved to Notes from Outlook 3 years ago. Instead I...
March 21, 2005 at 8:34 am
Noel,
I suppose sp_depends that Gregory does not like does use syscomments and I did not want to let Gregory re-create what SQL Server is already doing. I don't know what...
March 18, 2005 at 4:15 pm
Gregory,
No parser is perfect!
Here is what I would probably do:
First, read the following scripts from this site
http://www.sqlservercentral.com/scripts/contributions/1074.asp
DependencyDetails |
http://www.sqlservercentral.com/scripts/contributions/692.asp
MetaData_TableDependenceOrder
And see if they can help you. If not, then:...
March 18, 2005 at 1:03 pm
Emanuel,
First, it is OK to run 6.5 and 2000 on the same machine. Actually, my 2-machine upgrade did not run, but the the one where I have both SQL 6.5...
March 18, 2005 at 10:47 am
Gregory,
Try sp_depends
"Displays information about database object dependencies (for example, the views and procedures that depend on a table or view, and the tables and views that are depended on by...
March 18, 2005 at 10:22 am
Look,
I did have a case when a system support took LOCALSYSTEM account from the ACL on SQL Server and WINNT folders. It happened overnight. SQL Server could not start at...
March 18, 2005 at 9:05 am
Colleen,
It is a pleasure to see you here!
There was also several other objects that have to be re-create in 2000 completely, not only the ownership, like a couple of views...
March 18, 2005 at 8:33 am
David is right.
I answered for myself "Enable Database for Full-Text Search" before I looked at the list of answers. I, too did get it right from the suggested selection
Yelena
March 17, 2005 at 12:50 pm
Brian,
Thanks.
I have our network support to take care of all firewall problems, I knew that we need 139 for Windows Authentication, I did not know that we did not need it...
March 16, 2005 at 4:20 pm
Viewing 15 posts - 1,591 through 1,605 (of 1,883 total)