Forum Replies Created

Viewing 7 posts - 1 through 8 (of 8 total)

  • RE: Retrieve more than 1 million rows from Cube

    Thank you guys for Your replies

    I can't imagine a scenario where any person is doing an analysis and needs to look at a million records at a time

    Each row from...

  • RE: Retrieve more than 1 million rows from Cube

    Hello richykong ,

    Thanks a lot for your reply

    I have looked up on ASSP you were talking about and It has Solved my problem in obtaining detail level information for the...

  • RE: Insert second result set from stored procedure into table

    Am trying to capture the result sets from stored procedures that are being used by the front end

    All i can do is run the SP and store the result to...

  • RE: Design a table

    Thanks a lot for ur replies.

    1. I have tried Partitions on Table based on date and had an Non clustered index on UID column the performance was high when compared...

  • RE: Insert into Spatial table

    Thanks a lot Lowell

    Its working and Now i have something to play around

    Is there any way we can use Geometry instead of geography

    My work around is Planar and geography...

  • RE: Insert into Spatial table

    Lowell,

    Thanks for ur reply

    Instead of using Insert statements.

    I Need to insert the values from another Table

    Something like

    Declare @sql Varchar(max)

    Set @sql = 'INSERT INTO SpatialDemo (SpatialData)

    VALUES(''POINT('+Latitude+'+'...

  • RE: string manipulation

    Thanks alot WayneS n Gsquared

    I will convert this as a function for my issue.

Viewing 7 posts - 1 through 8 (of 8 total)