Viewing 15 posts - 46 through 60 (of 134 total)
Basically when an ntext datatype is used you have textimage_on on that table. Its not a datatype.
November 13, 2003 at 1:54 pm
U have to install sql 2000, and use the sql 2000 upgrade wizard to upgrade 6.5 to sql 2000. Good luck.
November 13, 2003 at 1:46 pm
The sql agent must be using the startup account which might be the local account. Try to change the stahtup credetials for sql agent and that should do the trick.
...
November 13, 2003 at 1:27 pm
would like to watch the replies. though my thinking says not so easy other then if there is a way to cheat the system.
November 13, 2003 at 1:23 pm
I guess what you said is right...you need to upgrade to MDAC 2.7 though there have not been issues as most of the current sql server and OS installations are...
November 13, 2003 at 1:22 pm
Canceling vs kill is different. Kill command rolls back where as cancelling would not rollback unless explicitely specified and the rollback meets the criterea that's explicitely coded.
November 7, 2003 at 2:28 pm
See the timeout perion set on sql server and u might need to increase that or the timeout period in query analyser if u r using one for running the...
November 7, 2003 at 2:24 pm
It would be advisable to have backup of all the db's and the logins (thro' bcp so that u won't need to sync the id's).
November 7, 2003 at 2:20 pm
Like you said, you can create and drop a clustered index by which the data pages will be defraged. So you don't need to have an clustered index and by...
November 7, 2003 at 9:48 am
Though its not recommended, but u can get the proc names from sysobjects in master database. Good luck.
November 7, 2003 at 9:17 am
Check for the table design and are there too many indexes on that table, which can also slow the process down. Check for fragmentation of the data pages on that...
November 7, 2003 at 9:00 am
Error handleing can be done using VB script or to have a condition with in the sql script that is executed.
November 7, 2003 at 8:58 am
We have about 125 db's ranging from 50MB to 3GB. There are about 40 of then that are about 2.5GB. They are run in sequence without any time interval. Though...
November 7, 2003 at 8:55 am
Viewing 15 posts - 46 through 60 (of 134 total)