Viewing 15 posts - 661 through 675 (of 1,335 total)
just do a select from syscomments table to know which procedures use them and then replace those with the new email address. Also check the sysjobsteps table to find if...
July 10, 2007 at 11:55 pm
You will not able able to generate scripts to insert or update data into your database with the Generate Script available with SQL Server. You will need to write out...
July 10, 2007 at 11:53 pm
Yes you can't use triggers with system tables in 2000 only way is to use alerts but i have seen most times that does not work for some reason. If...
July 10, 2007 at 11:29 pm
Check what is the recovery model of the databases. Also it wil be great if yo post the error message that youget.
July 10, 2007 at 11:20 pm
Do you have any computed columns in the database. This kind of error occurs if there is one so and if you use maint plan for reindexing.
July 10, 2007 at 11:19 pm
You can't place the dll's in any user folders they ust reside in SQL defined folder to take effect. read about creating extended procedure' in sql server.
July 10, 2007 at 8:11 am
Is the reporting services correctly configured. 404 indicates no page in IIS. check if the reports and reportserver virtual directory exist in your IIS where report server is installed.
July 10, 2007 at 8:09 am
You give modify privilege to the service account on the folder that traces yo activites. That should allow you to rename a given file.
July 10, 2007 at 8:08 am
There should be some tool to do the migration. Check in quest.com they have plenty of tools one might help you incase.
July 10, 2007 at 8:04 am
Post the error message please. But how did you have 2000 and 2005 as default instance which is not possible you should have 2000 as default and then 2 named...
July 10, 2007 at 7:56 am
he says that for an named instance in his server that he is able to connect using servername\instancenameXXXX where XXXX can be any alphanumeric characters. I tired to replicate the...
July 10, 2007 at 7:47 am
Then try to index your database in hours that you have little production overhead andyways you have to go ahead and do that someday may be a week end should...
July 10, 2007 at 7:42 am
Are you sure that the other databases tlog backup will complete within 30 secs else you will have the problem accompanying right.
July 10, 2007 at 7:28 am
You can truncate the log in the production server and take the backup and restore it but remember that truncte the log you will not be able to recover if...
July 10, 2007 at 7:23 am
I don't think so that there are any documented or undocumented procedures that can be used to read log files. The onl command that comes to my mind about reading...
July 10, 2007 at 5:04 am
Viewing 15 posts - 661 through 675 (of 1,335 total)