Viewing 15 posts - 181 through 195 (of 220 total)
Yes, I thought the same...
READUNCOMMITTED
It should resolve my problem. 'll try....
October 30, 2005 at 2:15 pm
a solution may be:
variable or temp tables?
October 29, 2005 at 5:31 am
I forgot to write the that there is also a cursor that read what table must be processed on dbB procB:
I mean:
create procA
as
sqlcode
exec procB
sqlcode
go
--end of procA
procB is:
create procB
as
begin tran
declare...
October 29, 2005 at 4:09 am
Thank for your suggestion
October 28, 2005 at 1:40 pm
Because some store proc have to open a connection with linked server and because they run on servers that I do not manage (and I do not where they are).....to have...
October 24, 2005 at 9:47 am
Thank for your suggestion...
I'll try the steve solution....very interesting..
October 21, 2005 at 4:55 pm
I mean:
using t-sql, how can I verify if another process like a store proc (named usp_myproc) is running or not (without using enterprise manager, sql profiler and so on...)?
thank ......
October 20, 2005 at 3:39 pm
Thank to everybody,
added local server and stop/restart server .......OK
October 18, 2005 at 2:55 pm
My config are:
SQL Server properties (configure) local (tab: security):
- SQL server authentication
Start service account: Start and run SQL server in the following account:
- system account.
Registered SQL Server Properties:
Use SQL server...
September 23, 2005 at 5:09 am
Hi,
I used - T arguments, but:
if the bcp is run directly on the windows command prompt, it works.
if the bcp is run from sql : EXEC @RetError = master..xp_cmdshell @RunCmd ...
September 23, 2005 at 3:34 am
Thank to everybody...for your suggestion.
I thought that someone asked "What a strange question !"
There is a reason but it is too long explain ....just some words.....
I'm building a long procedure...
July 27, 2005 at 3:17 am
Viewing 15 posts - 181 through 195 (of 220 total)