Viewing 15 posts - 91 through 105 (of 430 total)
That actually looks how I expected it to look. I can't quite figure this out though. Why -2? Using LAG was cool - I always rely pretty heavily on CROSS...
September 3, 2014 at 8:27 pm
Ed Wagner (9/2/2014)
sqldriver (8/28/2014)
September 2, 2014 at 11:27 am
Steve Jones - SSC Editor (8/28/2014)
http://www.troyhunt.com/2013/11/dont-trust-net-web-forms-email-regex.html
Honestly, it's good to try to validate, but don't discard data that doesn't meet the standard you set. It's...
August 28, 2014 at 10:16 am
GilaMonster (8/27/2014)
sqldriver (8/27/2014)
GilaMonster (8/27/2014)
sqldriver (8/27/2014)
I used to use this. Not perfect by any stretch but got most of the junk out.Does it flag this as invalid?
http://gmailblog.blogspot.com/2008/03/2-hidden-ways-to-get-more-from-your.html
It does.
Which is why...
August 27, 2014 at 2:43 pm
GilaMonster (8/27/2014)
sqldriver (8/27/2014)
I used to use this. Not perfect by any stretch but got most of the junk out.Does it flag this as invalid?
http://gmailblog.blogspot.com/2008/03/2-hidden-ways-to-get-more-from-your.html
It does.
DECLARE @email VARCHAR(100) = 'MyAccount+SSC@Gmail.com'
...
August 27, 2014 at 2:11 pm
Eirikur Eiriksson (8/27/2014)
2Fire (8/27/2014)
Per MSKB article - http://support.microsoft.com/kb/2806535
•For servers that...
August 27, 2014 at 1:43 pm
Or rename the old cluster/nodes to "name_old" or something, rename the new cluster/nodes, and make sure it works before taking the old stuff all offline.
August 27, 2014 at 1:24 pm
Luis Cazares (8/22/2014)
That's like saying you shouldn't write "colour" and should write "color" just because someone said so.
Got any left handed spoons?
August 27, 2014 at 12:36 pm
GilaMonster (8/27/2014)
Want a complete, perfect validation? Use DB_Mail to send an email and have the app ask for the sent code, or validate a clicked...
August 27, 2014 at 11:48 am
Jeff Moden (8/19/2014)
davidmckee (8/19/2014)
I connect to the server/table using phpMyAdmin[font="Arial Black"] I believe it is a MySQL database[/font]
Wellllll.... crud. I came up with something fun but now I don't...
August 27, 2014 at 11:03 am
I ran into this method in an Itzik Ben-Gan article, which looks more complicated, but of course somehow manages to run a bit faster where I've tested it against a...
August 27, 2014 at 9:19 am
Eirikur Eiriksson (8/25/2014)
sqldriver (8/25/2014)
August 25, 2014 at 12:43 pm
Eirikur Eiriksson (8/25/2014)
😎
USE tempdb;
GO
WITH cteText(string) AS...
August 25, 2014 at 12:21 pm
Just a thought, if you can't get the permissions for the SQL Service account sorted out. You can always raise makewebtask from the dead, if you still have a 2008...
August 25, 2014 at 9:00 am
dwain.c (8/24/2014)
August 25, 2014 at 8:11 am
Viewing 15 posts - 91 through 105 (of 430 total)