Forum Replies Created

Viewing 15 posts - 16 through 30 (of 31 total)

  • RE: Confusing Query performance

    Your columns would all be available in all of the files of the filegroups. Your rows would be in different files/filegroups for the partitioning.

    I am not 100% certain this...

  • RE: Confusing Query performance

    RID Index: Yes my all in one partition is...

    ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

    |--Nested Loops(Inner Join, OUTER REFERENCES:([Bmk1000], [Expr1007]) WITH UNORDERED PREFETCH) ...

  • RE: Confusing Query performance

    I've been experimenting... riddle me this...

    My misbehaving share table is partitioned (with LightSpeed, this is 2005 environment) into 183ish partitions.

    Here is what I did I just copied my 92 million...

  • RE: Confusing Query performance

    Attached are the query plans...one that shows the index seek (when only indexed columns are included in the select statement), and the second with the table scan (a numeric column...

  • RE: Confusing Query performance

    Thank you Jason. There are no clustered indexes... (there could be... I just don't know about clustered indexes with the partitions so I have not ventured down that road...

  • RE: SQLServerCentral apologizes and you can win a book

    Here's another example of fetching a random set of rows.

    We have 2 uses for this:

    1. Sometimes our Credit Union Customers want to do random drawings/giveaways during the...

  • RE: SQLServerCentral apologizes and you can win a book

    Ah, there's no higher form of flattery than plagiarism... So I was once told when a Fortune 500 company "used" my materials.

    In the "some good can come from this" category,...

  • RE: Query Performance with Sophos AntiVirus on SQL2k8

    Thanks for the reply Benjamin. Yeah, I'm still lurking around.

    I had forgotten about this post. We did finally convince the IT guys to disable Sophos and we reran...

  • RE: Cross DB Chaining Madness

    Well I'm glad I wasn't completely crazy... I had the concept right... but obviously I missed a piece.

    Thank you SO much for that code. I ran your example as...

  • RE: Cross DB Chaining Madness

    I don't. I only included that to illustrate that if I open up access the user can query the table. Ideally, I do not want to grant select rights...

  • RE: Does this error reveal too much?

    It seems to me that without the cypher key, it doesn't; I can tell the method you used to encrypt/decrypt, but I do not believe there is enough information there...

  • RE: Script Logins

    I have done 3 SQL Server migrations from obsolete hardware to new over the past 6 months and have used sp_help_revlogin with little trouble to move the users and permissions...

  • RE: Returing Tables filled from a query inside a Function

    I thought about using a temp table as a solution, however, accessing this data will be a fairly common task for a bank of "average" report writers; teaching them to...

  • RE: Error 0xc020901c: Data Flow Task: While Importing data from an Excel File into SQL Server 2005

    We have an application that uses the DTS infrastructure to import data from a variety of ODBC accessible data sources into a sqlServer warehouse repository.

    Excel spreadsheets have always been a...

  • RE: Modifying GlobalVariables from .NET?

    Within an hour of posting I found it... Yes, you can modify GlobalVariables via .NET code and then execute the DTS Package programmatically.

    However... you need to pay attention to data...

Viewing 15 posts - 16 through 30 (of 31 total)