Viewing 15 posts - 316 through 330 (of 1,124 total)
christian.benvenuto (4/4/2009)
Yes, we are rebuilding the entire catalog nightly. How do you do increemntal updates to a catalog? This could be an option.
Straight from Books Online: (ms-help://MS.SQLCC.v9/MS.SQLSVR.v9.en/fulltxt9/html/76767b20-ef55-49ce-8dc4-e77cb8ff618a.htm)
Incremental timestamp-Based Population
Incremental...
April 4, 2009 at 10:03 am
Are you rebuilding the entire catalog every night? Is it possible for you use the Change Tracking AUTO feature or do Incremental Population?
April 4, 2009 at 9:47 am
I too had the same requirement in one of our application but I didn't find any useful scripts at that time. So, I decided to write my own function...
April 4, 2009 at 9:11 am
Go to Books Online > Type "outer joins"
You know we are here to help you when you are stuck with an issue that you are not able to resolve, information...
April 4, 2009 at 8:44 am
Barry,
Well, I know it can easily extended to the next or higher level by adding another REPLACE of 9 commas or even 11 commas, but I just wanted to let...
April 4, 2009 at 8:16 am
RBarryYoung (4/4/2009)
Ramesh (4/4/2009)
Phil Parkin (4/4/2009)
I like Ramesh's solution. Your first solution replaces all commas ... this is not the requirement.Thanks Phil for supporting the only solution, till now.
Uh, no. ...
April 4, 2009 at 8:10 am
Another way that comes to my mind is to conditionally direct the control flow to multiple file tasks according to the name of the file.
For e.g., create 10+...
April 4, 2009 at 6:30 am
Phil Parkin (4/4/2009)
I like Ramesh's solution. Your first solution replaces all commas ... this is not the requirement.
Thanks Phil for supporting the only solution, till now.
April 4, 2009 at 5:45 am
vijays (4/4/2009)
Nice one, but frankly i m not satisfied with Mr. Ramesh answers, because i run and tried the query and found that sometimes it shows incorrect output. Sorry Boss...
Instead...
April 4, 2009 at 5:44 am
David (4/3/2009)
Slightly different question this time. Using the following:
CREATE TABLE [dbo].[Test](
[name] [varchar](10) NOT NULL,
[jan] [int] NOT NULL,
[feb] [int] NOT NULL,
[mar] [int] NOT NULL,
[year] [int] NOT NULL)
INSERT INTO [dbo].[Test] (name,...
April 3, 2009 at 10:48 am
Vijaya Kadiyala (4/3/2009)
Is this a good way of having all the possible values
FOR periodheader IN( [JAN A HEADER], [FEB A HEADER], [MAR A HEADER],
...
April 3, 2009 at 10:41 am
A Little Help Please (4/3/2009)
is this the correct URL?Page does not open...
If you've books online installed on your local machine, just copy & paste that link to see the relevant...
April 3, 2009 at 5:42 am
Using Package Configurations...(see BOL link: ms-help://MS.SQLCC.v9/MS.SQLSVR.v9.en/extran9/html/9b939edb-4e17-48e5-8428-855beb10049c.htm)
April 3, 2009 at 4:53 am
The error indicates the the formed query either does not have a table or column with the specified alias.
Can you post the exact query text that has been executed by...
April 3, 2009 at 4:44 am
Viewing 15 posts - 316 through 330 (of 1,124 total)