Forum Replies Created

Viewing 15 posts - 6,751 through 6,765 (of 18,926 total)

  • RE: maybe need a plan guide?

    Here's why it's just a might... I converted a big proc from using ±10 table variables to temp tables. Here are the stats after I had done all...

  • RE: reading images in database

    Do you have to run that code more than once for the same folder?

    Is there any reason why there's no promary key on the image id column?

  • RE: SQL2000 job step

    Then there has to be another row in the table to contain the rest of it. syscomments works exactly like that with the text column and colid (rowid).

  • RE: copy files through network to another server

    The tail backup is a way to say the "final" log backup to get the latest transactions since the diff.

    As for compressing the backup, it might be worth spending the...

  • RE: reading images in database

    r_slot (4/19/2011)


    Thanks for your code (very, very fast production - that must be a pro): for simplicity I made the same directory as you did (D:\test img\) and its running...

  • RE: reading images in database

    Thanks for helping me help YOU.

    USE [tempdb]

    GO

    SET ANSI_NULLS ON

    GO

    SET QUOTED_IDENTIFIER ON

    GO

    SET ANSI_PADDING ON

    GO

    CREATE TABLE dbo.Renner_Foto (

    [ImageID] [int] NULL,

    ...

  • RE: copy files through network to another server

    We're on a rather fast san here (48 1TB drives 15 K rpm.) It would take over 100 minutes to copy 100 GB.

    One way to do it is to...

  • RE: reading images in database

    So you want me to do the work for you and you won't even want to supply to tools I need to test the code? I need a zip...

  • RE: reading images in database

    Can you zip me up a couple dozens of the pictures? I'll finish the code for you.

    Th eonly obvious part is that either you have a begin tran /...

  • RE: One reader at a time

    CREATE SEQUENCE in SQL??? Care to catch me up Joe?

  • RE: reading images in database

    I mean copy - paste this into SSMS. Then run the code 1 line a t a time and see what works and what fails and WHY.

    Repeat process untill...

  • RE: reading images in database

    Well if you actually run begin tan / rollback tran you certainly won't have anything left in the db after you run the code!

  • RE: SQL log file grows huge

    Fine, assuming the log backups are running fine.

    Shrink the t-log a couple minutes before the reindexing. And see how big it grows back to after the job has run.

    Even...

  • RE: reading images in database

    r_slot (4/19/2011)


    I think your error has to do with the filepath, more specific the space in [Mijn Documenten]. If you put that piece of code between "" the problems should...

  • RE: SQL log file grows huge

    Sumanta Roy (4/19/2011)


    Full backup is taken every week Sunday.

    REINDEX ??????????????????????????????????????????????????????????????????????

Viewing 15 posts - 6,751 through 6,765 (of 18,926 total)