Viewing 15 posts - 3,256 through 3,270 (of 5,103 total)
Dolphin Look at MY post on the previous thread.
http://www.sqlservercentral.com/forums/shwmessage.aspx?forumid=8&messageid=199015
1.
For each BEGIN TRAN the variable @@trancount is incremented by 1
For each commit is decremented by one
If rollback is encountered...
July 11, 2005 at 3:21 pm
To be honest ALL your questions are anwsered in that article but if you need my views here we go:
I am struggling with the best way to handle this situation. ...
July 11, 2005 at 3:11 pm
how about the activity on both servers?
I don't think the difference can be that marked (few hours vs few minutes) when that is the case either the source and...
July 11, 2005 at 2:52 pm
what happens when you use something like:
@declare @stm = 'exec linkedservername.dbname.dbo.procname'
create table #T(fld1 int, fld2 ....)
insert into #T(fld1,fld2,...)
exec(@stm)
July 11, 2005 at 2:37 pm
Do you have any firewall in between the servers?
July 11, 2005 at 2:24 pm
the first thing I would try is to make sure that all the users in the db map to the corresponding login on the new server.
have a look at :...
July 11, 2005 at 2:01 pm
I like hepling people while learning myself doing it especially when the quizes tend to be chanllenging but couldn't care less what the outcome is.
Now if there are free t-shirts out there......
July 11, 2005 at 1:45 pm
may I ask, why do you need a temp table ?
July 11, 2005 at 1:24 pm
There have been days in which I wished I have ![]()
July 11, 2005 at 1:13 pm
Have a look: Implementing Error Handling with Stored Procedures
July 11, 2005 at 1:11 pm
Have a look at SSIS ... and read all about it ![]()
July 11, 2005 at 1:08 pm
I hope that he knows that QA = Query analyzer
and
I hope that he can write : exec spname in the Passthrough query
and
I hope that he creates an ODBC...
July 11, 2005 at 12:52 pm
>>Everybody knows you don't drive nails with a screwdriver, that's what monkey wrenches are for! <<
Well, I have to admit that I have ![]()
July 11, 2005 at 12:44 pm
I assumed he meant that the SP was in SQL Server .... and I was right ![]()
July 11, 2005 at 12:28 pm
Viewing 15 posts - 3,256 through 3,270 (of 5,103 total)