Viewing 15 posts - 61 through 75 (of 569 total)
Hello again,
The fact that you mentioned the Application can connect with an Invalid (SQL Server) Username or Password strongly suggests that these are being ignored and instead (Windows) Integrated Security...
www.sql.lu
SQL Server Luxembourg User Group
June 18, 2009 at 12:42 am
Hello again,
That could be true. Can you see the Connection String that the Application is using? I would guess there is an “Integrated Security” Clause in there.
I mentioned Activity Monitor...
www.sql.lu
SQL Server Luxembourg User Group
June 17, 2009 at 5:23 am
Hello,
Is the SQL Server listening on Dynamic Ports? If it is, and as you mentioned a Firewall, it might be best swapping it to a Static Port, and then grant...
www.sql.lu
SQL Server Luxembourg User Group
June 17, 2009 at 4:59 am
Hello,
It would be interesting to find out under what credentials the user is then accessing the SQL Server. Can you open up Activity Manager from with SQL Server Management Studio...
www.sql.lu
SQL Server Luxembourg User Group
June 17, 2009 at 4:39 am
Hello Christophe,
Definitely listen to Florian’s suggestion of using one of the Money Data types, unless you will not be storing Cents, in which case an Integer could be a good...
www.sql.lu
SQL Server Luxembourg User Group
June 17, 2009 at 4:26 am
Hello,
If I understand your question correctly, you just need to include the parameter in your Where clause e.g.
Where FName Like '%' + @name + '%'
Regards,
John Marsh
www.sql.lu
SQL Server Luxembourg User Group
June 17, 2009 at 12:11 am
Hello,
May be take a look at this article:-
Regards,
John Marsh
www.sql.lu
SQL Server Luxembourg User Group
June 17, 2009 at 12:03 am
Hello,
Please see the Books Online Topic "Modifying Data Through a View".
Regards,
John Marsh
www.sql.lu
SQL Server Luxembourg User Group
June 16, 2009 at 11:41 pm
Hello Ryan,
Does the following link describe a similar issue to the one you are experiencing:-
http://connect.microsoft.com/SQLServer/feedback/ViewFeedback.aspx?FeedbackID=286695
Regards,
John Marsh
www.sql.lu
SQL Server Luxembourg User Group
June 16, 2009 at 11:27 pm
Hello again,
The Text Data Type is still available in SQL Server 2008. Please see:-
http://msdn.microsoft.com/en-us/library/ms187993.aspx
Regards,
John Marsh
www.sql.lu
SQL Server Luxembourg User Group
June 16, 2009 at 12:12 pm
Hello,
Oddly enough CharIndex seems to work in SQL 2005 for the VarChar(Max) Data Type. I didn’t expect that from the MS documentation.
I am not sure what the efficiency effect would...
www.sql.lu
SQL Server Luxembourg User Group
June 16, 2009 at 10:44 am
Hello,
You could try running through this Troubleshooting guide (if you haven’t already):-
Regards,
John Marsh
www.sql.lu
SQL Server Luxembourg User Group
June 16, 2009 at 8:57 am
Hello,
May be take a look at this article. In particular the paragraph “Cross-Database and Cross-Server Dependencies”:-
Regards,
John Marsh
www.sql.lu
SQL Server Luxembourg User Group
June 16, 2009 at 7:46 am
Hello,
Are you using an SP to perform the original Insert? Personally, I would put this Business Logic in the SP rather than a Trigger, where it can be “hidden” when...
www.sql.lu
SQL Server Luxembourg User Group
June 16, 2009 at 7:08 am
Hello,
Possibly write the output to a Table (in your DBA DB) and then extract it at your leisure.
Regards,
John Marsh
www.sql.lu
SQL Server Luxembourg User Group
June 15, 2009 at 1:41 pm
Viewing 15 posts - 61 through 75 (of 569 total)