Viewing 15 posts - 121 through 135 (of 146 total)
Thanks Guys
I alreadyupdated statistics during the time of migration.
The schema for the object are detailed below.
CREATE TABLE [dbo].[PersonProfile](
[ID] [int] IDENTITY(1,1) NOT NULL,
[PersonURN] [varchar](30) ,
[SourceCode] [varchar](1) ,
[SourceCode_Updated] [varchar](1) NULL,
[CP_Service] [varchar](100)
)
GO
CREATE...
January 6, 2009 at 4:36 am
Thanks guys, I did think about computing the columns instead of using the substring functions as well, but if you look at where the substrings have been used, you will...
January 2, 2009 at 2:13 pm
smunson (11/12/2008)
December 5, 2008 at 7:45 am
Hi Guys,
Yes, I mean a UNC path either directly or mapped onto a computer, not sure which one will be easier but just one way or the other really.
thanks.
December 2, 2008 at 9:44 am
kendal.vandyke (11/20/2008)
November 21, 2008 at 2:01 am
michael vessey (11/18/2008)
would it not be simpler to just move your distributor to another server and have the distributor runing all of the log reader and distribution agents?
Hi,
Thanks for your...
November 18, 2008 at 3:34 pm
Perry Whittle (11/12/2008)
November 12, 2008 at 10:28 am
winash (11/11/2008)
Have you applied SQL Server SP2? (there were...
November 11, 2008 at 5:24 am
Hi Guys,
When i did try to run it now, here are the errors i am geting.
Msg 107, Level 16, State 2, Line 2
The column prefix 'IC' does not match with...
July 25, 2008 at 9:24 am
thanks for your reply, I have added the +, but i am still geting errors. can someone help please ?
July 24, 2008 at 10:25 am
Hello
below is what i tried to run..
DECLARE @searchSQL AS VARCHAR(4000)
DECLARE @SearchItem AS VARCHAR(4000) ; SET @SearchItem = '%SEARCHSTRING%'
+ CAST(COALESCE(MIN(CASE WHEN IC.Ordinal_position = 2 THEN ' OR ' + IC.Column_Name...
July 24, 2008 at 6:06 am
Thanks very much for the reply, can you please do me a favour by puting the script together as I keep geting errors whilst trying to do this.
thanks.
July 23, 2008 at 2:19 am
Hi,
I didnt quite get the insert/exec idea, do you mean save the results in a table ?
The problem is the results that I expect back can be in different formats.
Thanks
May 21, 2008 at 5:47 am
Its simple, but i am looking at changing this to provide us with more backup options.
May 20, 2008 at 4:35 am
Hi
I have tried moving the files onto various paths, both local and also on the network to no avail.
Also, SQL version is SQL 2005 SP2
MDAC version (When i tried using...
February 21, 2008 at 10:25 am
Viewing 15 posts - 121 through 135 (of 146 total)