Viewing 7 posts - 61 through 68 (of 68 total)
I got the 43 - 57 stuff, and expected some white space, but what's with 11 & 12??? Do they go with the monetary data types because some people...
July 5, 2010 at 9:16 am
OK, here's the fix for ÿ:
OR @vParameter COLLATE Latin1_General_BIN LIKE '%[{-ÿ]%'
June 2, 2010 at 4:01 pm
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',
N'Software\Microsoft\MSSQLServer\MSSQLServer',
...
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 7 posts - 61 through 68 (of 68 total)