Forum Replies Created

Viewing 15 posts - 166 through 180 (of 575 total)

  • RE: Query timeout

    Have a look at the Remote Query Timeout option. You set this with sp_configure.

  • RE: Query timeout

    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...

  • RE: Update

    Sergiy,

    Thats the same code I tried in my first post but it doesn't work.

  • RE: Update

    Thanks guys. The DATEADD Function seemd to fix it up.

    Thanks.

  • RE: Update

    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...

  • RE: Replication Monitoring Outside of Enterprise Manager

    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...

  • RE: Optimized SQL Statement

    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...

  • RE: Replicate data option

    It sure will.

    You can either create a DTS Package or create a SQL Job to do all this.

  • RE: Unload to txt file?

    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.

  • RE: Alter table alter column

    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.

  • RE: Unload to txt file?

    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...

  • RE: Replicate data option

    Why can you NOT automate Backup & Restore via a DTS Package or a JOB?

  • RE: @@Error - Getting the correct message

    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...

  • RE: Report does not update.

    Phil,

    I tried what you said and it worked.

    Morty,

    How do I check that "Report Caching" is NOT enabled for the Report?

  • RE: Manually Initialize?

    Ok. I did that and that worked. Now when I try to access the report manager i get the following error;

    Access to the path "C:\Program Files\Microsoft SQL Server\MSSQL\Reporting Services\ReportManager\bin" is...

Viewing 15 posts - 166 through 180 (of 575 total)