Viewing 15 posts - 2,341 through 2,355 (of 2,386 total)
What about waitfor command in T-SQL? Sechedule job to run every one minutes. In the job, wait for 15 second and then perform the text file import.
October 17, 2002 at 9:38 am
You can't in Active/Active installation.
October 17, 2002 at 7:51 am
You can have only one default instance and the rest must be named instances and you don't have to install the default instance in the Active/Active environment. Both can be...
October 17, 2002 at 7:06 am
Thanks Antares686.
If you also have event id 2020/2021 in the application log, pls refer Q317249 too.
Do you configur OS with either 3GB or PAE and AWE for SQL Server?
...
October 17, 2002 at 6:51 am
I did see same problem in my server too. There is a regristry need to be modified. I will try to find it out.
Can you check the errors in system...
October 16, 2002 at 2:54 pm
You can also use DTS or copy database wizard to transfer the logins and database.
October 16, 2002 at 1:21 pm
I recently received same errors in one of my heavy usage SQL Server and contact HP SQL Server support. I was told this error can be safely disregared if it...
October 16, 2002 at 12:42 pm
Run sp_grantlogin 'NT Authority\System' and then grant 'sa' right. It is case-sensitive.
October 16, 2002 at 9:33 am
From EM, goto logins --> choose the user and click property --> database access tab --> check permit on msdb --> database roles for msdb --> move the cursor to...
October 16, 2002 at 7:06 am
Create a domain group for those people with DBA responsiblility and grant system administrator role (sa) in SQL Server to this domain group in logins.
You need also to grant local...
October 15, 2002 at 1:21 pm
You need grant permission to other users who are not the owner of job to access MSDB with database role 'TargetServersRole'.
October 15, 2002 at 1:06 pm
You can set sp to run when SQL Server starts. What do you like to achieve?
Edited by - Allen_Cui on 10/15/2002 12:22:22 PM
October 15, 2002 at 12:19 pm
Sybase runs on Unix platform and SQL Server runs on NT/2000. Some UNIX administration experience is required in order to administrater Sybase well if you want to apply Sybase backend...
October 14, 2002 at 3:44 pm
Try either delete or rename the target table and run select * into targettable from originaltable.
October 12, 2002 at 9:40 pm
Viewing 15 posts - 2,341 through 2,355 (of 2,386 total)