Viewing 4 posts - 61 through 64 (of 64 total)
Dennis,
I like your pattern matching approach. However, I was concerned about the 128 extended characters, so I suggest the last condition be modified to changed the ~ to a...
June 2, 2010 at 1:25 pm
Two points:
One: The initial question was to keep ISV customers from mucking up the database and then blaming the ISV for the problems. In this case we are not...
November 21, 2009 at 4:38 pm
This batch will tell you where backups will go by default. It works on SQL 2000 and SQL 2008 for me:
[font="Courier New"]declare @data nvarchar(512);
exec master.dbo.xp_instance_regread
N'HKEY_LOCAL_MACHINE',
...
November 5, 2009 at 10:58 pm
I wanted to come up with a solution of my own with reading just the statement of the challenge. So, here it is. I took me about 10-15...
October 31, 2009 at 12:01 pm
Viewing 4 posts - 61 through 64 (of 64 total)