Viewing 15 posts - 271 through 285 (of 328 total)
PaulB-TheOneAndOnly (1/16/2012)
January 16, 2012 at 2:53 pm
PaulB-TheOneAndOnly (1/16/2012)
Now... write a query to answer the same...
January 16, 2012 at 1:31 pm
PaulB-TheOneAndOnly (1/14/2012)
patrickmcginnis59 (1/13/2012)
January 16, 2012 at 11:52 am
bevans 97934 (1/7/2012)
I'm not sure how much of it you understood, but someone suggested that there is no need at all...
January 16, 2012 at 11:33 am
SQLKnowItAll (1/16/2012)
patrickmcginnis59 (1/16/2012)
SQLKnowItAll (1/16/2012)
January 16, 2012 at 9:33 am
SQLKnowItAll (1/16/2012)
January 16, 2012 at 9:21 am
mrwillcostello (1/14/2012)
January 16, 2012 at 7:48 am
Maybe your MSDTC service is firewalled between the two servers?
Can you do any distributed transaction at all?
January 16, 2012 at 7:42 am
Raghavender (1/16/2012)
Hi All,We have migrated Some tables from MS Access to SQL Server.
Now we need to compare those tables with the Access tables, how can we do that comparision?
How about...
January 16, 2012 at 7:00 am
venu9099 (1/13/2012)
on dbo.customer_special_prices
After Insert
AS
Begin
Set nocount on;
insert into jam_spu ( customer_id, location_number, seq_num )
values ( new_name.customer_id, new_name.location_number, new_name.seq_num )
end
go
error
Server: Msg 128, Level 15, State...
January 13, 2012 at 1:48 pm
venu9099 (1/13/2012)
on customer_special_prices
for insert
as
referencing new as new_name for each row
begin
insert into jam_spu ( customer_id, location_number, seq_num )
values ( new_name.customer_id,...
January 13, 2012 at 1:28 pm
I don't as a rule open word documents from the web because I don't trust antivirus software to do its job that I paid perfectly good money to them to...
January 13, 2012 at 7:40 am
Jack Corbett (1/12/2012)
My question is how would you define a reputation? Who decides? Who decides who decides?
These are all open questions. If a reputation is by number...
January 13, 2012 at 5:04 am
I remember growing up thinking how advances in the sciences, arts and humanities and intellectualism in general would lead to a sort of human nirvana, when the worlds problems would...
January 12, 2012 at 3:43 pm
Windows Workflow Foundation!
I googled a section or two from your stored procedure and thats what it looks like. We should hope Microsoft's product is nice enough not to mess your...
January 12, 2012 at 2:03 pm
Viewing 15 posts - 271 through 285 (of 328 total)