Viewing 15 posts - 2,326 through 2,340 (of 2,386 total)
Check your database option 'auto close' is enabled or not.
When set to ON, the database is closed and shut down cleanly when the last user of the database exits...
October 25, 2002 at 8:27 am
Thanks. It works now.
Have you configured Secured Access Database as a Linked Server?
Edited by - Allen_Cui on 10/24/2002 08:51:30 AM
October 24, 2002 at 8:32 am
use yourdatabase
go
exec sp_spaceused @updateusage = 'TRUE'
go
dbcc sqlperf(logspace)
go
Edited by - Allen_Cui on 10/24/2002 08:08:11 AM
October 24, 2002 at 7:58 am
It is a secured Access database. Your procedure just doesn't work.
October 24, 2002 at 7:18 am
Try to use the UNC path. Make sure your SQL Server service a/c is able to access the network shared folders.
For example, Backup database pubs to disk = '\\remoteservername\sharedfoldername\pubs.bak'
October 21, 2002 at 8:34 am
Make sure the login you used to login into NT/2000 has been granted to access SQL Server.
October 21, 2002 at 7:38 am
Have you recently reonfigured your SQL Server with 'Force Protocol Encryption' being turned off/on? The error message seems indicate that a client try to access SQL Server with requests encryption,...
October 18, 2002 at 2:15 pm
We have been running SQL Server in data center and database in Compaq SAN for two years. Initialiy, There were some problems in SAN and mostly related to the hardware,...
October 18, 2002 at 9:53 am
I don't understand your new question. Can you post script?
Use sp_help_job, you will be able to see the job status.
October 17, 2002 at 1:18 pm
How do you perform the restoration? Can you post the restoration script and the error messages from SQL Server errorlog?
Try "exec xp_cmdshell 'dir q:\'" (change q to NAS drive letter)...
October 17, 2002 at 12:19 pm
Use sp_change_users_login. See BOL for details.
October 17, 2002 at 11:58 am
SQL Server job can't be scheduled in seconds and that is why the job has to be scheduled in every one minutes in order to meet your request. In the...
October 17, 2002 at 11:53 am
Read Microsoft KB at http://support.microsoft.com/default.aspx?scid=kb;en-us;Q256650.
October 17, 2002 at 10:06 am
How much spaces on the NAS do you see from the machine which SQL Server installed by using Windows explorer?
October 17, 2002 at 9:51 am
Viewing 15 posts - 2,326 through 2,340 (of 2,386 total)