Viewing 15 posts - 91 through 105 (of 223 total)
Have you tried running the statements individually? Are there any errors?
Thanks...Chris
June 29, 2010 at 11:44 am
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...
June 11, 2010 at 8:39 am
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...
June 10, 2010 at 7:24 am
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
May 4, 2010 at 3:21 pm
Well that just seems like a waste...having to write cascading deletes/updates yourself, considering that it is already built in.
January 28, 2010 at 7:00 am
Look into the substring function.
I hope that this helps.
Thanks...Chris
January 13, 2010 at 2:17 pm
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...
November 19, 2009 at 8:21 am
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] ...
November 18, 2009 at 9:07 am
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.
September 17, 2009 at 7:02 am
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.
September 15, 2009 at 10:13 am
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...
August 27, 2009 at 6:10 am
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.
August 25, 2009 at 12:37 pm
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
December 5, 2008 at 11:56 am
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? ...
June 6, 2008 at 8:03 am
Viewing 15 posts - 91 through 105 (of 223 total)