Forum Replies Created

Viewing 15 posts - 226 through 240 (of 567 total)

  • RE: Clear cache after big job?

    Wait just a sec - the OP asked about using DBCC FREEPROCCACHE but accepted Gail's and Grant's answers that apply to the buffer pool, so I'm confused. Boris, were you...

  • RE: Object binding

    Toreador (8/15/2013)


    wolfkillj (8/15/2013)


    If you change the stored procedure to use some condition for which SQL Server can't conclusively rule out a TRUE result (such as "1<>@int" - at runtime, the...

  • RE: Object binding

    John Mitchell-245523 (8/15/2013)


    Interesting. The explanation ought to cite deferred name resolution as the reason it's possible to create stored procedures referencing non-existent tables. The paragraph from BOL quoted...

  • RE: Are the posted questions getting worse?

    Jan Van der Eecken (8/15/2013)


    wolfkillj (8/15/2013)


    Jan Van der Eecken (8/15/2013)


    jasona.work (8/15/2013)


    Jan Van der Eecken (8/14/2013)


    jasona.work (8/14/2013)


    Ed Wagner (8/14/2013)


    jasona.work (8/14/2013)


    Ah, so much fun being on a contract job...

    "We've got a bunch...

  • RE: Are the posted questions getting worse?

    Jan Van der Eecken (8/15/2013)


    jasona.work (8/15/2013)


    Jan Van der Eecken (8/14/2013)


    jasona.work (8/14/2013)


    Ed Wagner (8/14/2013)


    jasona.work (8/14/2013)


    Ah, so much fun being on a contract job...

    "We've got a bunch of hours to spare, do...

  • RE: Lossy data and incorrect data

    lshanahan (8/14/2013)


    wolfkillj (8/14/2013)


    Somewhat OT, I'm old enough to remember using a high-speed Kodak electrophotographic copier with a fancy finishing unit attached. The whole thing was about 20 feet long, and,...

  • RE: SQL Reporting services first call is very slow

    This could also be something as simple as a cold cache vs. warm cache in the database the report queries. The first time the user runs a report and SSRS...

  • RE: Can access Tables - Should not see Tables

    I think the OP may be asking whether a user can have SELECT permission on a table but will not be able to "see" the table when logged in to...

  • RE: Cleaning Up a Table

    fgrubercpa (8/13/2013)


    I have a list of contacts approx 50,000 records. 2 Problems:

    1)Duplicates: Company name, etc... Ph # Fax # etc...

    Some of the Dups may be 'Wiley Company' AND 'The Wiley...

  • RE: Same Query, Same Hardware, Same Data, different Plan. drastically different CPU Actual Costs and Duration.

    ShawnTherrien (8/13/2013)


    Okay, I noticed the issue by comparing the databases.

    The prod db had an index on a table. I'm curious as to why when this one little index is added,...

  • RE: Can't execute SSIS package from remote machine

    Ivan.Huter (8/13/2013)


    Have you figured this one out?

    Thanks,

    --ivan

    Whatever method the OP was using to try to execute an SSIS package on a remote server from a laptop was probably attempting to...

  • RE: Fastest way to split delimited string in SQL Server

    Check out Jeff Moden's article "Tally OH! An Improved SQL 8K 'CSV Splitter' Function"[/url], which explains a method of splitting delimited strings that outperforms the XML method for strings up...

  • RE: Lossy data and incorrect data

    This highlights one of the downsides of the digital revolution. Digital capture and reproduction of the physical phenomena of sounds and images always lose some data. With CDs, the sampling...

  • RE: Are the posted questions getting worse?

    Grant Fritchey (8/14/2013)


    Koen Verbeeck (8/14/2013)


    And this post marks my 10,000th one on SSC! 😎 😎 :w00t: (and some of them were actually useful!)

    Now that I'm one of the big boyz...

  • RE: Empty database and reload from an image from another server

    madferdy2009 (8/13/2013)


    I explain very briefly.

    The situation is as follows:

    I have to migrate a database SQL SERVER 2000 (DB2000) to SQL Server 2008 (DB2008).

    The DB2008 DB2000 be a replica, just configured...

Viewing 15 posts - 226 through 240 (of 567 total)