Viewing 15 posts - 1 through 15 (of 31 total)
Be careful with the sp_sdidebug. It seems to have some side effects. Some of my tempdb objects had denied access to them after running this.
Flipping back (legacy_off) does not fix...
February 27, 2003 at 10:24 am
got it:
check out
http://support.microsoft.com/default.aspx?scid=kb;en-us;328173
and
http://support.microsoft.com/default.aspx?scid=kb;en-us;328151
I guess this is a side effect of "Trustworthy Computing"
What is the command to run an SP on server startup, again 🙂
Jakub
...
February 26, 2003 at 4:53 pm
I have the same problem. The Debug used to work, then I installed the SP3 and the .NET framework and it does not work anymore.
Please post here if you find...
February 26, 2003 at 4:19 pm
I found my answer, where else but in BOL
Posting here so others can benefit
BOL:
When setting up a push subscription using the Push Subscription Wizard in SQL Server Enterprise Manager or...
January 16, 2003 at 3:35 pm
Also,
there is nothing in any of the logs about this, except that xprepl.dll being used
any help would be appreciated. I need to get this on-line
Thanks
Jakub
January 16, 2003 at 8:30 am
The linked server works fine on Publisher.
There is no linked server set up on subscriber. Does there need to be one for replication?
Jakub
Edited by - lof on 01/15/2003 4:24:25...
January 15, 2003 at 4:23 pm
I even hardcoded the @DOB in the statement to check it.
DaveT
you are correct. I found this in BOL when digging around.
'Built-in nondeterministic functions are not allowed in the body...
October 17, 2002 at 11:36 am
What limitations are there to table variables? I thought that they are a preferred way to temp tables.
Jakub
October 11, 2002 at 9:30 am
That's what I was looking for.
Thanks,
I am using table variable instead the Temp table.
Thanks again,
Jakub
October 10, 2002 at 4:33 pm
Yeah,
I saw it. that's why we are converting to the decimal. It will work fine for us at a small price in the size of the fields. But at least...
October 2, 2002 at 4:39 pm
Thanks for your answers. But, the way I read BOL, float has precision of 15 digits, while the decimal format can have up to 38 digits, at the price of...
October 2, 2002 at 1:21 pm
Thanks David,
I guess our posts have just crossed. The dynamic task works for me as I can set the global variable from the web page.
Jakub
August 19, 2002 at 3:37 pm
Thanks,
That should work. Actually I found a solution which works for me. There is a DynamicProperties Task in DTS, that alowsme to assign a Global Variable to the filename.
Thanks for...
August 19, 2002 at 2:54 pm
Viewing 15 posts - 1 through 15 (of 31 total)