Viewing 15 posts - 31 through 45 (of 113 total)
i am seeing the sp_executequery and i can to pass it a declared parameter but i dont know if i can to pass a parameter with values like a variable...
October 25, 2006 at 3:07 pm
i will take a look to sp_ if you may give me a example i will be very owe, thank you
October 25, 2006 at 2:45 pm
Yes i know but is for multiple sessions and if i use a global table, it will crash with the others sessions,and i dont want to create table into tempbd...
October 25, 2006 at 2:30 pm
Thanks but itisnt that i was looking for
well but i found like to solve my problem look
DECLARE @iCount int
DECLARE @table sysname
DECLARE...
October 24, 2006 at 8:01 am
For example
begin tran
.... other code
exec @ret = sp_myprocess @data
if @ret = 1
begin
print ' error'
exec sp_LogIsql ' insert into MyTable value (' + @data + ')'
roll back
end
...other...
May 12, 2006 at 8:21 am
Well because i need to do a insert inside of a transaction with rollback, well i do that insert using the isql in a cmd shell using the xp_cmdshell
CREATE PROC...
May 12, 2006 at 8:17 am
I found a vb script that scrip out all dts into a txt file, well then i need to parse it to do a dependencies file, well i think that...
May 5, 2006 at 2:57 pm
i am using table variables
for example
declare @tablecursor table ( [idi] [int] IDENTITY (1, 1) NOT NULL
...
May 2, 2006 at 4:22 pm
MMMM perhaps i didnt let free the cache, mmm but i wanted to know if for some reason the executions into dts is faster, well i thought that dts have...
April 25, 2006 at 8:42 am
oh you have saved my job, well if you come to Chile i will invite some beers, thanks friend , you have saved my day
March 9, 2006 at 10:52 am
Oh it is a pity, and not exists some trick?
March 9, 2006 at 8:28 am
mmm but the examples that i found only they show the ip from server but i need the ip from my local user
is possible?
March 9, 2006 at 8:23 am
Thanks, today i learned a new word thanks my friend
March 6, 2006 at 8:25 am
Thanks well now i have some problems with net permissions but that i will see myself, thanks for your helping
March 6, 2006 at 8:18 am
Viewing 15 posts - 31 through 45 (of 113 total)