Viewing 15 posts - 1,051 through 1,065 (of 5,103 total)
Replication TO MS SQL Server is better (only) handled with DB2 Tools.
July 2, 2008 at 12:50 pm
ansz5 (7/2/2008)
July 2, 2008 at 12:23 pm
vsjayashri (7/2/2008)
INSERT INTO OPENROWSET ('Microsoft.Jet.OLEDB.4.0',
'Excel 8.0;Database=c:\test\Test.xls;',
'SELECT id,col1 FROM [Sheet1$]')
SELECT id,col1 FROM temp_test
This works fine,
When I open my excel it is inserted in a1,b1 cells.
I...
July 2, 2008 at 12:18 pm
sead.j (7/2/2008)
July 2, 2008 at 11:54 am
Erik (7/1/2008)
different rack. They will be powering down my dedicated distributor,
used for brokering transactional replication...
July 1, 2008 at 3:06 pm
look in "View details" menue of the snapshot agent.
July 1, 2008 at 3:04 pm
sead.j (7/1/2008)
Michael Earl (7/1/2008)
Is this a homework question? This seems like a rediculous restriction.I would suggest you look at the APPLY operator.
It's not homework, but it is...
July 1, 2008 at 10:49 am
are you sure the initial snapshot was delivered successfully ?
July 1, 2008 at 10:42 am
try:
UPDATE d SET Observe.Ob_Date = '2008-06-30 00:00:00'
FROM Observe d
INNER JOIN
(SELECT MAX(Observe.Ob_Date) AS OBDATE, Quest_Current.Qu_Ref, Quest_Current.Qu_Text,...
July 1, 2008 at 8:56 am
Kingsleen Solomon Doss (7/1/2008)
The Parameter i am getting is (Name1,NAme2,Name3) I need to join the parameter as ('Name1','Name2',Name3') how can i do...
July 1, 2008 at 8:48 am
ajithrulz.j (7/1/2008)
i get the following error sometimes and because of this error the connection is getting closed during transaction.
i am using SQL Server 2005 jdbc driver and tomcat 5.5...
July 1, 2008 at 8:42 am
sead.j (7/1/2008)
SELECT Title, Customerid
FROM Employees
CROSS JOIN Orders
So, what I wanna do is to get the same results but using subquery (subqueries) and/or UNION operator(s). Also WHILE loops are permitted...
July 1, 2008 at 8:33 am
I would go a bit further and use a "calendar" table. Pretty much like the tally table but with the dates already stored 😉
July 1, 2008 at 8:24 am
This is how you are supposed to do it: http://msdn.microsoft.com/en-us/library/ms345408.aspx?s=1
July 1, 2008 at 8:13 am
Merge replication add triggers to all replicated tables if in addition you have custom triggers you could definitely experience a performance penalty. You should check also if rplication is using...
June 30, 2008 at 7:57 am
Viewing 15 posts - 1,051 through 1,065 (of 5,103 total)