Viewing 15 posts - 31 through 45 (of 48 total)
Thanks, William. I was going to post a fix for string sort on reserved, but you caught it.
And thank you ngreene for posting your solution.
December 8, 2010 at 7:03 am
Nice coverage. Thank you for taking the time to spell out the steps and issues when working with charindex in this manner. We do something similar for handling...
August 9, 2010 at 11:57 pm
magarity kerns (2/25/2010)
February 25, 2010 at 12:48 pm
Thanks, great script. And yes, SQL 2005 or higher. I am one of those dinosaurs that still defaults to SQL2000 to keep customer backward compatibility.
As for the formatting,...
January 6, 2010 at 6:25 am
"The Ultimate Object Searcher for SQL 2005 and Higher"
October 6, 2009 at 7:21 am
Hello Andy, thanks for a great overview using SSIS. I especially like the detailed explanation with screenshots. We currently use a stored procedure to handle our comparisons and...
August 24, 2009 at 4:36 am
Thanks for the article as this does come up, especially when dealing with others' legacy databases. I would be interested in seeing this expanded to include text fields, as...
December 2, 2008 at 6:11 am
You could try a sp_refreshview. Below is a script to loop thru all your views:
http://www.sqlservercentral.com/scripts/Maintenance+and+Management/31902
Just to be sure, sp_recompile is for stored procedures and triggers. From...
March 3, 2008 at 11:26 am
Thanks Pedro, this is a handy little piece of code. Previously, I would check the error log for the port number that my instance is listening on, which was...
December 18, 2007 at 11:27 pm
Antares686 (12/12/2007)
What exactly do you mean? Was their submission incomplete or what?
I perform a check for the database required to process the operations after it (e.g. updating objects, adding new...
December 12, 2007 at 2:34 pm
Thanks for the quick feedback. RETURN will not stop the processing of the script, and only RAISERROR..WITH LOG seems to break the connection to prevent further execution of the...
December 12, 2007 at 1:44 pm
Permissions for SQL2K can still be edited in SSMS, just have to go one level deeper. Right-click on the object, select Properties, then select Permissions. It is more of a...
June 28, 2006 at 2:55 pm
>> A couple things I wish they would have carried over from EM:
>> OBJECT SEARCH
The only replacement I have found equivalent to the Object Search in EM is by using...
June 26, 2006 at 2:30 am
June 25, 2006 at 9:27 am
February 27, 2006 at 8:33 am
Viewing 15 posts - 31 through 45 (of 48 total)