Forum Replies Created

Viewing 15 posts - 151 through 165 (of 2,010 total)

  • RE: updating columns across table

    Doh! Wayne beat me to the punch... Silly me creating test data ;P

  • RE: updating columns across table

    OK So, to break it down step by step to hopefully allow better understanding...

    --do this someplace safe

    USE SSCTest;

    --Create my test tables

    CREATE TABLE table1

    (

    crewmemberkey INT,

    crewmemberid INT

    );

    CREATE TABLE table2

    (

    crewmemberkey...

  • RE: Long Running Sproc

    I agree that we'll need quite a bit more to help you with this. If you read the first link in my signature, you'll see the kinda of data...

  • RE: Error while running report

    Also, make sure that you have distinct names for your columns in your dataset, as this error can be caused by that as well.

  • RE: Error while running report

    Any chance you're using subreports multiple times like is described in this MSDN KB Article? http://support.microsoft.com/kb/971049

    -Luke.

  • RE: Reporting Service Upgrade

    You should be able to connect SSRS 2000 to a SQL 2005 database or really any other datasource that you can connect to through OLE, ODBC etc.

    Also, you...

  • RE: URGENT: Page has expired after report execution!

    I guess my first question would be why does the report take 2 hours? IS it rendering time, or is that how long it actually takes the data to...

  • RE: Exporting Large Amounts of data

    tchovanec 65734 (10/18/2010)


    Can I create a SSIS Pacakge that willl run a Stored proc that I can pass parameters to? Thanks

    Yes absolutely. Additionally, you could look at BCP as...

  • RE: Subscriptions getting deleted want sql to email me

    I'm not really sure that who/when a subscription was deleted is logged by default. You'll probably have to check on it yourself either by a job like was suggested...

  • RE: Max

    mss.prince (10/18/2010)


    yes Safori ur wrong. i explained my problem clearly. but u didn't uderstand what can i do.

    I don't understand the full depth of what you are trying to do...

  • RE: Select premission was denied on Object

    Have you logged into the database with SSMS as that domain user? Were you able to log in successfully?

    Have you tried to execute your dataset including using that TVF...

  • RE: Select premission was denied on Object

    Are you certain that whatever login you are using in your dataset has the appropriate permissions (Select) to read data from your TVF? Make certain it's not in the...

  • RE: Are the posted questions getting worse?

    GilaMonster (10/15/2010)


    WayneS (10/15/2010)


    I take it that you forgot to take your knives in with you??? :hehe:

    I wasn't even there today. This latest bout of insanity came by email.

    Sounds like it's...

  • RE: Index Maintenance and Page Counts

    Numbers are likely to be hardware-specific.

    Yup, that's what I was thinking. Just was hoping to find a baseline that I can play around with. Perhaps I'll do a...

  • RE: Index Maintenance and Page Counts

    Good to know that my memory still works occasionally, and I appreciate the quick response. So to reiterate so that I make certain that I'm understanding... the < 25...

Viewing 15 posts - 151 through 165 (of 2,010 total)