Viewing 15 posts - 1,396 through 1,410 (of 2,387 total)
The print result will appear in message window. I know it is not perfect.
July 31, 2003 at 1:57 pm
Check http://www.sqldts.com and you will find the answer to your question.
July 31, 2003 at 12:18 pm
'Select' should be sufficient enough. You will see message that indicats you need 'create table' permission, just click next and go forward.
Edited by - allen_cui on 07/31/2003 11:43:19 AM
July 31, 2003 at 11:42 am
Have you tried to add one of developer's NT login to your SQL Server and grant proper permissions to see whether it works?
July 30, 2003 at 2:39 pm
quote:
The sp_start_job is working correctly on both servers, because the jobs all start.
Does...
July 30, 2003 at 2:25 pm
quote:
These logins are users in the db_datareader and db_backupoperator roles in databases that have nightly differential backups scheduled. We created these...
July 30, 2003 at 2:04 pm
quote:
. A minor issue: Because I did not restore the databases in the same order that they were originally defined on...
July 30, 2003 at 1:13 pm
The correct server name should be your machine name (SQLBOX) from sp_helpserver.
July 30, 2003 at 12:53 pm
First, run sp_helpserver to see whether you still have server name 'SQLBOX_NEW'. After you rename machine name, you have to run following commands.
sp_dropserver 'SQLBOX_NEW'
go
sp_addserver 'SQLBOX', Local
go
July 30, 2003 at 12:24 pm
quote:
I have a machine at work that has an instance of sql server named after the former developer, namely machinename\rrodriguez
July 30, 2003 at 12:00 pm
How large are your database? How heavy has the paging happened? Are you sure the paging is being caused by SQL Server?
July 30, 2003 at 6:36 am
Make sure the table has primary key defined.
July 29, 2003 at 8:15 pm
Unfortunately you can't. You have to reinstall.
July 28, 2003 at 4:33 pm
Someone posted a trick here few days ago by changing the value of category column to 0 in sysdatabases table for the specific database and drop the database. You may...
July 28, 2003 at 11:53 am
Viewing 15 posts - 1,396 through 1,410 (of 2,387 total)