Viewing 15 posts - 31 through 45 (of 45 total)
We are using SQL 2000 and there is no option to capture XML excution plan.
THanks
Shuaib
April 9, 2009 at 7:25 pm
Log file is must for the DB in Sql. If you want to get rid of the big log file, at the end data migration process, add the following steps:
1....
April 8, 2009 at 5:07 pm
Log file is must for the DB in Sql. If you want to get rid of the big log file, at the end data migration process, add the following...
April 8, 2009 at 5:06 pm
The job will run only if both Job & its schedules are enabled. Check your job's scheduled.
April 3, 2009 at 11:46 am
The local temporay table doesn't have the cluster index. I will create and hope it will not have any issues. Thanks for your help and info.
March 30, 2009 at 3:33 pm
Thanks. It helped me to arrive the expected results.
Can you please clarify the order of the data in temp table? I am inserting the data into...
March 30, 2009 at 3:23 pm
after dropping any index, sometimes the sys table will not update the correct info. use either DBCC UPDATEUSAGE or sp_spaceused , @updateusage = 'true' command.
March 30, 2009 at 1:24 pm
I am trying to setup a test environment. I dont see any check box saying "register must succeed".
Thanks
Shuaib
March 26, 2009 at 12:12 pm
I tried several times to install sql 2005, the setup is unable to register the Virtual server name. I am keep on getting the message
"The Virtual Server name...
March 24, 2009 at 6:19 pm
How to check if the virtual server name exists in the network and how to add to network if it doesnt exists?
Thanks
Shuaib
March 24, 2009 at 3:33 pm
I just found that the error came from an Update trigger. I didn't realize while executing the script. I have disabled the trigger and executed the scripts without...
March 9, 2009 at 4:35 pm
Thanks lot for you info.
I also found the Numbers table details.
March 6, 2009 at 12:21 pm
Viewing 15 posts - 31 through 45 (of 45 total)