Viewing 15 posts - 16 through 30 (of 36 total)
It was not a large number of reports that we needed to move so we decided to just redeploy them in the new machine.
However I read that in SQL Server 2005...
April 7, 2006 at 7:43 am
One more thing, I am trying to call the extended stored procedure from within a function. I have just read somewhere on another forum that a Remote function calls are...
March 13, 2006 at 1:38 pm
Thanks for your reply.
No, spid(s) involved are > 50
February 27, 2006 at 1:01 pm
I first run the select @@trancount to see if there was any transaction pending.
There was one so I then committed it. After that I was able to go back to the...
February 24, 2006 at 8:24 am
I just found answer for SQL Server 2005:
Set both PUBLICATION and DISTRIBUTOR databases SYNC WITH BACKUP
However, can this be implemented in SQL Server 2000?
February 12, 2006 at 5:02 pm
Have you checked to put the name of the owner of the table if it is other than dbo?
February 12, 2006 at 4:11 pm
I was hoping that there could be a away around it.
Thanks for your reply.
February 10, 2006 at 9:32 pm
Thank you very much to all for your time.
February 8, 2006 at 8:18 am
Thank you very much for your reply. Which one should I install first? 2000 or 2005?
February 7, 2006 at 8:05 am
Thank you very much to both of you for your replies. I just wanted to make sure that I am not missing something trivial.
January 24, 2006 at 10:05 am
Thanks for your input.
We have Oracle ODBC client tools to LINK an Oracle Server and query it via Query Analyzer.
The set up has been working fine until last week when we...
January 18, 2006 at 12:46 pm
I checked the version of msado15.dll on the server and it is 2.82.1830.0 so I believe it is the latest version.
January 16, 2006 at 4:42 pm
Your @param variables are all varchars so in order to concatenate them try the following and see what happens:
SELECT @sql= 'SELECT col2,col3, col4, col5, col6, CAST (SUM (col8)...
December 9, 2005 at 4:42 am
Viewing 15 posts - 16 through 30 (of 36 total)