Viewing 15 posts - 166 through 180 (of 575 total)
Have a look at the Remote Query Timeout option. You set this with sp_configure.
January 17, 2006 at 6:03 pm
I think it would be better if you consolidate all the data you need from all 30 SQL Servers to 1 central Database. This would be much better for perfromance...
January 17, 2006 at 5:48 pm
Sergiy,
Thats the same code I tried in my first post but it doesn't work.
January 17, 2006 at 5:46 pm
Ok. Ian Yates, i did try removing the dashes but the same problem occurs.
The problem is that the temp table has 14692 records. When I perfrom the update only 14100...
January 16, 2006 at 4:14 am
Sounds like you or someone has attempted to DROP a Publication or a Database that was Published in an unorthodox fashion.
I have seen this before and the way to sort...
January 4, 2006 at 4:59 pm
This also depends on how big (Rows) the tables are as well. If the tables are small then it wouldn't be much of a hit however, if the tables have millions...
January 3, 2006 at 7:27 pm
It sure will.
You can either create a DTS Package or create a SQL Job to do all this.
January 2, 2006 at 6:59 pm
No new trick! You have to use xp_cmdshell.
I have perfromed this many times. However, I restrict this process to the DBA's not the end users.
January 2, 2006 at 4:14 pm
Unfortunately you can't use ALTER TABLE ALTER COLUMN to change IDENTITY Column Properties using T-SQL.
You will have to do it via EM.
December 29, 2005 at 4:56 pm
In SQL Server there are a couple of choices however, if you wish to do it via T-SQL then you will have to use BCP.
Have a look in BOL for...
December 29, 2005 at 4:39 pm
Why can you NOT automate Backup & Restore via a DTS Package or a JOB?
December 28, 2005 at 6:57 pm
Thats because Error Number 547 is a generic 'Foreign Key violation' type error. One suggestion would be to display to the user something like 'Unable to save/modify data due to...
December 28, 2005 at 6:44 pm
Phil,
I tried what you said and it worked.
Morty,
How do I check that "Report Caching" is NOT enabled for the Report?
November 2, 2005 at 12:08 am
Ok. I did that and that worked. Now when I try to access the report manager i get the following error;
October 24, 2005 at 5:08 pm
Viewing 15 posts - 166 through 180 (of 575 total)