Viewing 15 posts - 121 through 135 (of 569 total)
Hello,
Yes, it is possible to install SSRS on Windows XP.
What version are you trying to install: 2000, 2005 or 2008?
Do you already have any SQL Server versions running on the...
www.sql.lu
SQL Server Luxembourg User Group
June 1, 2009 at 8:37 am
Hello Hema,
Just to check, can you create one connection to the SQL Server Okay and then subsequent Connections fail with this error?
If so, I just wonder if the maximum number...
www.sql.lu
SQL Server Luxembourg User Group
June 1, 2009 at 8:25 am
Hello,
Here is a decent article on tracking down the causes of Deadlocks:-
The good news for you is you know when the Deadlocks usually happen and therefore when to profile.
Regards,
John Marsh
www.sql.lu
SQL Server Luxembourg User Group
June 1, 2009 at 7:46 am
Hello again,
A couple of other thoughts:-
1) Although you have granted permissions to the Object XYZ to the Login, is there any possibility that they are in a Group that explicitly...
www.sql.lu
SQL Server Luxembourg User Group
June 1, 2009 at 7:38 am
Hello Sylvia,
Have you had a look at any of the Third Party Tools on the market? I am thinking of ones such as RedGate’s SQL Compare and Data Compare. There...
www.sql.lu
SQL Server Luxembourg User Group
June 1, 2009 at 7:23 am
Hello Alex,
The KB article is also relevant to SQL Server 2005 (there is an “Applies To” Section towards the end). I don’t know of any significant changes for SQL Server...
www.sql.lu
SQL Server Luxembourg User Group
June 1, 2009 at 7:13 am
Hello again,
When I changed the name of the Table in the Create Table script that you provided, the query worked on my Server. (Strictly speaking, I also had to add...
www.sql.lu
SQL Server Luxembourg User Group
May 31, 2009 at 9:48 pm
Hello again,
Any chance you could test with the NoLock Hint commented out? At the least it would eliminate it from our inquiries 🙂
Regards,
John Marsh
www.sql.lu
SQL Server Luxembourg User Group
May 31, 2009 at 9:37 pm
Hello,
The Table Definition provided is for a table named "ALARM“, while the SP references a table named “CAF_ALARM”. By any chance, would this typo be your problem?
Regards,
John Marsh
www.sql.lu
SQL Server Luxembourg User Group
May 31, 2009 at 9:15 pm
Hello,
I would just like to clarify a few points:-
1) When you say “delegation settings r done” does that mean you are using the Linked Server security option of “(connections will)...
www.sql.lu
SQL Server Luxembourg User Group
May 31, 2009 at 5:59 pm
Hello again,
As we don’t have your table definitions, we can’t test it, but at a guess all you seem to be missing is an Update statement before the first “Return”...
www.sql.lu
SQL Server Luxembourg User Group
May 31, 2009 at 4:17 pm
Hello,
I guess you are using Print statements to generate the total lines? Try using Selects instead, it may help. Have a look at the following sample code:-
Set NoCount On
Declare @Total1...
www.sql.lu
SQL Server Luxembourg User Group
May 31, 2009 at 4:09 pm
May 31, 2009 at 3:40 pm
Hello,
For your first question, it may be worthwhile taking a look at this article.-
http://www.sqlservercentral.com/articles/DTS/portabledtspackages/865/
For the second question: It is possible to Password protect DTS packages. Please see the Books Online...
www.sql.lu
SQL Server Luxembourg User Group
May 30, 2009 at 9:17 pm
Hello,
Your ASP code is not visible. It may be best to include it as an attachment.
Possibly a good starting point would be to set up a Profiler on a Dev/Test...
www.sql.lu
SQL Server Luxembourg User Group
May 30, 2009 at 8:46 pm
Viewing 15 posts - 121 through 135 (of 569 total)