Forum Replies Created

Viewing 15 posts - 6,481 through 6,495 (of 18,926 total)

  • RE: Run MS Excel 2007 macro/vba from MS SQL Server 2008

    So this is a 1 time import you want to do?

    Just run the code manually in excel after you've changed the connection string. It should work straight away or...

  • RE: Semaphore Timeout Error on Server

    sachnam (5/3/2011)


    Ninja's_RGR'us (5/3/2011)


    You'll get the same error if the server is restarted or if someone killed your SPID.

    hello Ninja,

    I always respect your words but the Error msg we recieve...

  • RE: Shrink large database

    navneetpatel (5/4/2011)


    You can try following scripts to shrink your database which I am using. However I only work with database having one ldf and one log file in MSSQL 2008.

    Replace...

  • RE: date diffference calculation base on name

    latitiacasta (5/3/2011)


    Thanx a lot , it will help me.

    my requirement is bit different but your query gave me idea how to reach that

    once again thank you so much for your...

  • RE: The difficult one

    Assuming you have a unique key on emp_id, dep_id

    SELECT emp_id, COUNT(*) AS CntDep from emp_dept GROUP BY emp_id HAVING COUNT(*) = (SELECT COUNT(*) FROM dbo.Departements)

  • RE: error in merging the data from 2 tables

    Timestamp is a rowversion. This is kept 100% by the server. You can select it but you can't insert / update it.

    Just leave that column out of the...

  • RE: How to delete data from 2 tables that r linked

    daveriya (5/3/2011)


    hi

    ON DELETE CASCADE is applied while table creating ,here table is already created

    i cant change them

    Can't or not allowed? Cause I'm pretty sure you can change that...

  • RE: add $ sign and number to table

    Should be done client side when presenting the data.

    If this is for some e-mail warning or report then do as CC already suggested.

  • RE: Running as SysAdmin

    Given to 8 consultants with RDP access from outside the network.

    Then when I changed the pass after your possible attack warning last week I got an earfull from the network...

  • RE: msdb size growing!!!

    You can always move to simple recovery, then delete in small batches so the log doesn't grow on you within the transaction.

    But AFAIK you haven't tested all of Perry's options.

  • RE: Find all orders that have EXACTLY the same items

    Jeff Moden (5/3/2011)


    ... and, no... smiley faces don't usually work for me. I don't even see them most of the time. I've been burned pretty badly by some...

  • RE: Run MS Excel 2007 macro/vba from MS SQL Server 2008

    What are you using as front end? If you are still using access then nothing's changed (well almost). You'd just need to update the connection string in the...

  • RE: Find all orders that have EXACTLY the same items

    Jeff Moden (5/3/2011)


    Ninja's_RGR'us (5/3/2011)


    Jeff Moden (5/3/2011)


    SwePeso (5/3/2011)


    See this topic. We hammered the subjet to death...

    BWAAA-HAAAA!!! With only 55 rows of test data on one hand and only 8788 from...

  • RE: Find all orders that have EXACTLY the same items

    Jeff Moden (5/3/2011)


    SwePeso (5/3/2011)


    See this topic. We hammered the subjet to death...

    BWAAA-HAAAA!!! With only 55 rows of test data on one hand and only 8788 from the "Adventureworks" hand,...

  • RE: Not aloud to use subreports.

    The subreport is a report. It can still be "saved" in the database (which btw is what happens in the reportserver DB).

    My only personal preference is to store those...

Viewing 15 posts - 6,481 through 6,495 (of 18,926 total)