Forum Replies Created

Viewing 15 posts - 91 through 105 (of 223 total)

  • RE: Try Catch

    Have you tried running the statements individually? Are there any errors?

    Thanks...Chris

  • RE: Problem With SSIS package to export to XML

    I have determined that it is either a problem with the XML string being returned from the query (it is too long) or the query to generate the XML string...

  • RE: Problem With SSIS package to export to XML

    I've already tried using a script component, which hasn't worked.

    No data is outputted to the text file, which is the problem. I will post some of the data later...

  • RE: how to update a table from another table in differents db

    Having a central database that all of the companies access would solve this issue, wouldn't it? Might be the right way to go.

    Thanks...Chris

  • RE: Declarative Data Integrity

    Well that just seems like a waste...having to write cascading deletes/updates yourself, considering that it is already built in.

  • RE: Query-Select the first 5 characters in a field?

    Look into the substring function.

    I hope that this helps.

    Thanks...Chris

  • RE: Reasonable performance?

    Sorry for the delay in my response...power went off here yesterday.

    It seems that I've managed to resolve this issue, by the way.

    I was mistaken;the query that I thought was causing...

  • RE: Reasonable performance?

    Thanks for the reply. Here's the information, as requested:

    Table definition:

    CREATE TABLE [dbo].[SEOCandidateMatch](

    [ID] [uniqueidentifier] NOT NULL,

    [CandidateID] [uniqueidentifier] NOT NULL,

    [JobID] [uniqueidentifier] NOT NULL,

    [MatchPercentage] [int] NOT NULL,

    [RowStamp] [bigint] NULL CONSTRAINT [DF_SEOCandidateMatch_RowStamp] ...

  • RE: Slow running queries first time in the morning

    Please post your stored procedure (and table layout/ddl), as it may be re-compiling on every execution thus causing the change in execution times. Thanks.

  • RE: Distinct area code / phone #

    Hi, John. Please post the structure of the table that you are querying, some sample data and the query that you've used so far. Thanks.

  • RE: Setting up security on a new database

    Pradeep, if the users are a part of the same group, wouldn't it make better sense to go the route that the user is already taking...setting up the Active Directory...

  • RE: Service Broker

    I've seen it done.

    For help with your service broker implementation, search for Remus and service broker. He was able to help me a few weeks ago with my implementation.

  • RE: Select top 1 from subquery

    Yes, there is more than 1 ID per person. I only wanted the most recent ID. Gail's post helped me do that. Thanks.

    Chris

  • RE: Select top 1 from subquery

    It does...thank you VERY much!

    Chris

  • RE: A SAN Primer

    How often are you doing SAN snapshots (both full database and transaction log snapshots, right?) and how often are you backing up to tape, after the SAN snapshots occur? ...

Viewing 15 posts - 91 through 105 (of 223 total)