Viewing 15 posts - 3,661 through 3,675 (of 7,429 total)
No not while running, the reason is due to rollback possiblity it must have all the data to perform the task.
January 7, 2003 at 8:44 am
quote:
The Error 53 message is generally returned when name resolution fails for a particular computer name. Error 53 can also occur when...
January 7, 2003 at 8:42 am
You cannot use this syntax within a function.
I don't think you can get a table variable to work here either as it requires you define the table structure.
January 7, 2003 at 4:46 am
Saw this in another post on DBForums site.
First in QA run
sp_helptext xp_MSADEnabled
you should get
xpstar.dll
back, if not then what do you get back. If so then it could be...
January 7, 2003 at 4:37 am
Unfortunately unless you set the default database to the one for the SP and not need to go back then this is your option as it is a limitation with...
January 7, 2003 at 4:20 am
**** Method 2 updated, try this.
/* insert method */
Declare @Const int, @Cat int
Select @Const = 4
Select @Cat = 2
Insert into
TX_CONST_CUST
(use column list here of only columsn to actually insert,...
January 7, 2003 at 4:09 am
You are rigth about the task of deleting using HD space. In fact for every delete there is a row delete marked in the Transaction Log with the data removed...
January 7, 2003 at 3:57 am
Profiler and traces are your option for these.
January 7, 2003 at 3:38 am
You can only delete which will propagate to the subscriber. Otherwise you will need to drop the publication and rebuild it.
January 7, 2003 at 3:36 am
Trying to give you a good solid solution may be simple or complex in what we feel may work best for you. However how many months are kept in the...
January 6, 2003 at 5:50 am
Can you post your SP header
CREATE PROCEDURE SPNAME
PARAMS
AS
so I can compare better.
I have tried and cannot duplicate the error. Also, when you don't do the Parameters Refresh it shoudl call...
January 6, 2003 at 5:30 am
I think a printed copy would be excellent however I do see issues. First how do you copyright material such as this or do you have an open copyright listed...
January 6, 2003 at 5:21 am
When involving child SPs you have to be carefull your logic doesn't have any loopholes in it. I found one once where I was doing IF..BEGIN...END over and over, however...
January 6, 2003 at 4:24 am
When the message popsup under debug you should get a button to debug and it point to the line that is an issue? However, did you remember to set the...
January 6, 2003 at 4:16 am
Viewing 15 posts - 3,661 through 3,675 (of 7,429 total)