Viewing 15 posts - 811 through 825 (of 1,109 total)
Eduardo Olivera (10/8/2007)
No, I didn't do that. If they are different, how can I copy an execution plan from one server to another?Thanks,
Ed
Ed,
Have a look at http://www.microsoft.com/technet/prodtechnol/sql/2005/frcqupln.mspx
But, before you read...
October 8, 2007 at 6:44 am
Did you compare the execution plans? If that is the issue, you could copy the execution plan from the fast executing pre-service pack version.
Regards,
Andras
October 8, 2007 at 6:25 am
Vika (10/5/2007)
I read that. I run rebuid for the index that was recommended to be rebuilt and it didn't help, it still suggested me to rebuild it in the reports....
October 8, 2007 at 5:46 am
Chirag is right, you need to get this information by querying the system views. The result you are getting is the result of a query. Whether a returned column is...
October 8, 2007 at 5:09 am
Hi Yoav,
there are some differences between 2000 and 2005 compatibility mode 80, among these are some of the system views that were previously system tables. Some of their fields are...
October 8, 2007 at 2:47 am
You need to log on and have permissions to Attendee Live 2007 parts.
Assuming you are logged on (www.sqlpass.org) and have permissions, the url is
https://www.sqlpass.org/summit/2007/Downloads/Forms/AllItems.aspx
Regards,
Andras
October 5, 2007 at 7:59 am
If you want to have a local database you will need to install SQL Server. You can download SQL Server Express for free, but it is restricted. If you have...
October 5, 2007 at 7:32 am
To demonstrate the exact problem (the solution is in my previous answer) just see what this results:
select 'this will be converted to bigint and will fail' + cast ('2' as...
October 5, 2007 at 6:25 am
you are trying to concatenate a string (.... ' AND ErrorId <> ') and something you convert to bigint. What is happening above, is that the first string is actually...
October 5, 2007 at 6:23 am
...
i thought that in relationship of databased, when ever we insert data in first table, the foreign key in the second table will get the same data. But the...
October 5, 2007 at 4:36 am
Vika (10/4/2007)
October 5, 2007 at 2:35 am
You may want to look at the Service Broker. It will allow you to send the inserted data to a queue which you can process sequentially and transactionally. This would...
October 5, 2007 at 2:24 am
sivicako (10/5/2007)
When a new record is added to a table, can a trigger create a text file for the new record? Is this possible? If not, is there some other...
October 5, 2007 at 2:09 am
The idea to use a persisted computed column is indeed nice. Concerning whether the row is moved to another partition if you update the column on which the computed column...
October 5, 2007 at 1:41 am
ishaan99 (10/4/2007)
October 4, 2007 at 9:32 am
Viewing 15 posts - 811 through 825 (of 1,109 total)