Viewing 15 posts - 91 through 105 (of 223 total)
Noel,
The Publisher tables have more than single primary keys.
For example: Table A has
...
April 21, 2009 at 2:46 pm
Noel,
The problems are resolved. I updated the @sync_method = 'native';
Thanks for your help.
Edwin
April 21, 2009 at 9:54 am
Hi Noel,
I created two index views:
-- t_Table_A_FirstView
-- t_Table_A_SecondView
on the Publisher database instance.
Next, I create a test publications with one article.
Then, I...
April 17, 2009 at 7:00 pm
Hi Noeld,
The Publisher table with (367 Columns) has several primary keys.
Would you please check my t-sql code below:
CREATE VIEW dbo.t_TurbDataMWT92_FirstView WITH SCHEMABINDING AS
SELECT
--The Primary Keys SiteID,...
April 17, 2009 at 4:01 pm
Noel,
I have setup a pull subscription.
Enclosed is my t-sql script to setup my remote distribution:
---Create an entry on the sysserver tables, mark it as the Distributor
--- and stores...
April 17, 2009 at 11:54 am
Jayco,
Thanks for your t-sql. It works.
Bravo solutions 🙂
April 17, 2009 at 11:27 am
There is no sys.columns in SQL Server 2000.
I executed the following t-sql:
SELECT COUNT(*) from dbo.syscolumns
where object_name([object_id]) = 'Table_A' no dbo.
Invalid column name 'object_id'
April 17, 2009 at 10:36 am
Hi Noeld,
I’m not familiar with indexed view logbased. Can you give me some hint?
How to implement the indexed view logbased?
Thanks in advance.
Edwin
April 17, 2009 at 10:23 am
I executed the following T-sripts;
SELECT COUNT(*) FROM INFORMATION_SCHEMA.COLUMNS
Where TABLE_NAME = ‘dbo.Table_A’;
Go
Result:
0
April 17, 2009 at 7:46 am
SA
The MEMORYCLERK_SQLBUFFERPOOL (Node 0)
VM Reserved 1594872KB
VM Commited 8064KB
AWE Allocated...
April 9, 2009 at 1:34 pm
Tim,
Again, thanks a lot for your valuable advice and help.
The MEMORYCLERK_SQLBUFFERPOOL (Node 0)
VM Reserved 1594872KB
VM Commited...
April 9, 2009 at 1:34 pm
Tim,
The SQL logs indicated "Address Windowing Extensions is enabled. This is an information message only; no user action is required"
How can I confirm that my configuration are completed and fully...
April 9, 2009 at 1:01 pm
SA,
The SQL logs indicated " Adderess Windowing Extension is enabled. This is an informational message only; no user action is required"
Did my 2003 Window and SQL 2008 ready to take...
April 9, 2009 at 12:40 pm
Yes, I found on the previous sql log. The SQL logs " Address Windowing Extensions (AWE) requires the 'lock page in memory' privilege which is not currently present in...
April 9, 2009 at 12:12 pm
Tim,
I updated my boot.ini and performed gpedit.msc.
Did I need to re-run my t-sql scripts?
Thanks,
Edwin
April 9, 2009 at 11:59 am
Viewing 15 posts - 91 through 105 (of 223 total)