Viewing 6 posts - 1 through 6 (of 6 total)
Nice article, well written. As a developer that has had to do a lot of work around date and time functionality, I can appreciate this article. You are correct that...
January 30, 2014 at 8:33 am
Well, I can't say that I 've ever had the need for 2100 parameters in a stored procedure, but I have built and worked on some fairly large systems. One...
September 20, 2013 at 7:46 am
For anyone who is interested, I found what looks to be a decent Speed Ferret replacement program:
It's called SQLServerFind 3.3.2. It isn't free, but close. $11.00 US or 10 EURO.
Looks...
December 4, 2008 at 8:25 am
I read your article with great interest, hoping beyond hope to find a search and replace tool.
I've been using Black Moshannon Systems program called Speed Ferret 4 for many years....
December 4, 2008 at 4:42 am
The problem is that when you issue this command:
SELECT @CMD='SELECT * INTO ##TEMP_TABLE FROM '+@TABLE_NAME+' ALTER TABLE ##TEMP_TABLE ADD TAB_ID_MARKER INT IDENTITY(1,1)'
where @TABLE_NAME references a table with an already existing...
January 21, 2008 at 5:26 pm
What about shrinking TLog files? (SQL2K)
We a few months back we started getting "disk space low" errors on a very large drive hosting the TLog files for the SQL Instance....
November 27, 2007 at 4:53 am
Viewing 6 posts - 1 through 6 (of 6 total)