Viewing 15 posts - 31 through 45 (of 52 total)
You can use:
EXEC sp_Msforeachdb "USE ? SELECT * FROM sysobjects where type='TR'"
in SQL2005. I believe it works also in SQL2000.
Luiz.
June 9, 2008 at 11:22 am
Thanks, John.
I installed Autohotkey and it solved my problem.
Luiz.
April 30, 2008 at 3:18 pm
Well, I see that it's not only me who has problems with "SELECT * FORM" and COALESCE.
It seems that Mgmt Studio still doesn't offer a solution for (the not only)...
April 9, 2008 at 1:41 pm
Eddie Wuerch (4/8/2008)
In SQL Server Management Studio:Tools -> Options -> Environment -> Keyboard
-Eddie
Eddie,
Your suggestion allows me to execute execute something using a shortcut.
What I want is to insert a...
April 8, 2008 at 3:09 pm
Thank you for your answers.
Is there a way to do it through Windows?
Luiz.
April 8, 2008 at 11:38 am
If I have a situation where Query Analyzer and .NET, both running under the same parameter values, take different time to finish (.NET is slower), can I assume that Query...
April 1, 2008 at 2:02 pm
Thank you for all your answers.
I agree with what you guys told. But it seems that other people don't. See, for example, the discussion in http://www.sql-server-performance.com/tips/views_general_p1.aspx. Does...
February 27, 2008 at 12:12 pm
Thank you for your fast answeres.
Luiz.
February 19, 2008 at 10:30 am
Ok. sp_LoadFromFile was just a example. I know there is not such a proc.
But Does somebody know if there is a way to load an external file to a...
February 11, 2008 at 9:22 am
Thank you guys. Those are good suggestions.
Is it possible to load an external file to a table field? something like this:
DECLARE @T TABLE (Code VARCHAR(MAX))
UPDATE @T SET Code =...
February 8, 2008 at 9:51 am
Based on the suggestions that you guys gave, I decided to create a script to test all procs and functions.
The script is quite simple. All that it does is...
January 28, 2008 at 10:49 am
Actually the original script won't work if the index is UNIQUE or if it is a NON-CLUSTERED Primary Key. I fixed these two issues in the script Below.
Luiz Barros.
set ANSI_NULLS...
January 28, 2008 at 10:12 am
Thank you for all your ideas. They have helped me to understand my options.
Upgrade Advisor seems a good solution, but it's not possible to downgrade the database to 2000 version....
January 23, 2008 at 8:26 am
Viewing 15 posts - 31 through 45 (of 52 total)