Forum Replies Created

Viewing 15 posts - 46 through 60 (of 109 total)

  • RE: SSIS Possible File System Task problem

    I think the SSIS only check file once, however you could use process monitor to check.

  • RE: [HELP] MAKE A TRIGGER AUTO COPY TABLE IN DIFFERENT DATABASE

    Here is one example, you could modify this script accordingly.

    Create TRIGGER [dbo].[Tr_Test_Table_Audit]

    ON [dbo].[Test_table] FOR INSERT, UPDATE, DELETE NOT FOR REPLICATION

    AS

    -- SET NOCOUNT ON added to prevent extra result...

  • June 7, 2012 at 11:59 pm

    #1498495

  • RE: Bulk Insert from inside a CLR trigger - permissions issue?

    error: "Cannot bulk load because the file could not be opened. Operating system error code 5(Access is denied)

    It seems your SQL Service account couldn't access your file. Make sure you...

  • June 4, 2012 at 7:46 pm

    #1496846

  • RE: an error occurred during the pre-login handshake(provider:SSL Provider,error:0)

    Thanks, i will try later. Have a nice day!

  • May 30, 2012 at 7:14 pm

    #1494983

  • RE: Cannot Connect to Server using SQL Server 2005 Management Studio

    Is the database registry changed? can you show me which registry?

    I have the same problem and not figure out what happened. Thanks!

  • May 30, 2012 at 1:00 am

    #1494463

  • RE: an error occurred during the pre-login handshake(provider:SSL Provider,error:0)

    Thanks for the reply. Can you show me how to enable .NET tracing. Our application is not a Web application, it is a client application published with Citrix.

  • May 29, 2012 at 7:52 pm

    #1494432

  • RE: Column definition change in a partitioned table

    1) create a new table with the correct datatype (BIGINT) for the column in question;

    (2) load the new table with the data from the original table in chunks; that will...

  • May 29, 2012 at 7:45 pm

    #1494430

  • RE: RS 2008 Printing Issues

    You can try this:

    When you first print something you are asked to download and install RSClientPrint.dll. This library resides in c:\windows\Downloaded Program Files. For some unknown reason this file...

  • May 29, 2012 at 7:41 pm

    #1494429

  • RE: SSIS error.......

    You should incease the column, such as from varchar(10) to varchar(50), sorry to make you confused. 🙂

  • May 29, 2012 at 1:32 am

    #1493994

  • RE: CHECKDB found 0 allocation errors and 772 consistency errors in database - How serious is this?

    Found this: repair_allow_data_loss is the minimum repair level for the errors found by DBCC CHECKDB

    Becuase repair_allow_data_loss could make data lost, so it is better to restore from an...

  • May 29, 2012 at 1:05 am

    #1493985

  • RE: SSIS error.......

    check this out:Col002" (30)" failed because truncation occurred, you meed need add more space for this column.

  • May 29, 2012 at 1:00 am

    #1493982

  • RE: RESTORE could not start database - Possible schema corruption

    It seems metedata issue and i got the same problem before and finally restore to the same version the export data to higer version.

  • May 29, 2012 at 12:58 am

    #1493981

  • RE: RESTORE could not start database - Possible schema corruption

    I got the same problem before and finally restore to the same version then export data to the higer version.

  • May 29, 2012 at 12:51 am

    #1493980

    Viewing 15 posts - 46 through 60 (of 109 total)