Viewing 15 posts - 661 through 675 (of 2,387 total)
select 'revoke select, update, delete, insert on ' + name + ' from user_defined_role ' from sysobjects where xtype = 'U'
It will generate statements to all your user tables and...
January 14, 2004 at 12:11 pm
revoke select, update, delete, insert on yourtable from user_defined_role
January 14, 2004 at 12:02 pm
I am wondering the unattended SQLCLI.iss installation doesn't install the MDAC 2.6 component. Check the setup log at c:\winnt directory.
Try to install MDAC 2.6 manually to one of th workstation...
January 14, 2004 at 9:48 am
If the refresh deesn't change the pending status and you have the opportunity to shutdown SQL Server, Go to the machine service to stop the SQL Server service and verify...
January 14, 2004 at 9:33 am
Interesting. Click refresh button to refresh the status.
January 14, 2004 at 9:31 am
From Cluster Administrator, try to initiate failure or talke offline to see whether you can change the Pending State. Are all other resources SQL Server depends online?
Never use EM to...
January 14, 2004 at 9:25 am
Try to run it. It just returns table schema but no data.
January 14, 2004 at 8:02 am
"Everything is fine apart from the fact that i get an error message
when creating a linked server from another SQL 7 cluster server to one of the
nodes in the SQL 2000...
January 14, 2004 at 7:59 am
Can you psot result of sp_columns T2?
January 14, 2004 at 7:46 am
Read this paper at http://www.microsoft.com/technet/treeview/default.asp?url=/technet/prodtechnol/sql/maintain/operate/opsguide/default.asp
January 14, 2004 at 7:43 am
Do you have enough space in the drive for your backup?
Check server application/system logs for related information during that time windows.
January 14, 2004 at 7:41 am
Control Panel --> SQL Server 2000 License
January 13, 2004 at 6:08 pm
Don't forget the logins that are granted to access SQL Server from old domain.
January 13, 2004 at 3:04 pm
Here is the link to change domain for clustered SQL Server instance.
http://support.microsoft.com/default.aspx?scid=kb;en-us;319016&Product=sql2k
For non-clustered installation, You need to change the service account if you run SQL Server servcies with domain...
January 13, 2004 at 2:59 pm
Run sp_helpfile on your database will give you the logical file names your database have.
Following Gary's suggestion to restore the database.
January 13, 2004 at 1:46 pm
Viewing 15 posts - 661 through 675 (of 2,387 total)