Viewing 15 posts - 1,036 through 1,050 (of 8,731 total)
Can I stop changing my passwords every 90 days, please?
http://gizmodo.com/the-guy-who-invented-those-annoying-password-rules-now-1797643987
August 10, 2017 at 11:05 am
August 10, 2017 at 11:03 am
SELECT T.Template_Name,
ISNULL( A.NumberOfAnswers, 0) AS NumberOfAnswers,
ISNULL( Q.NumberOfQuestions, 0) AS NumberOfQuestions
FROM APVS_Templates T
LEFT...
August 10, 2017 at 8:23 am
August 10, 2017 at 7:52 am
August 9, 2017 at 8:04 am
ravikaliappan - Wednesday, August 9, 2017 6:47 AMWe get this from log. The date is 2017-08-09 16:19:53.830
Considering thisSELECT CONVERT(...
August 9, 2017 at 6:54 am
How to convert varbinary to date with time?
I tried like this
SELECT CONVERT(datetime2, 0xB490E37742DFD408);
It doesn’t...
August 9, 2017 at 6:42 am
This is easy using cross tabs. Here's a snippet on how to do it, you'll need to complete it.
SELECT LeadId,
MAX(CASE WHEN PgNm = 'Start'...
August 9, 2017 at 6:22 am
August 8, 2017 at 2:13 pm
August 8, 2017 at 11:18 am
I am looking for the most efficient way to turn columns into rows where I...
August 8, 2017 at 8:39 am
You can return a bit value, but it will be implicitly converted into an int.
If you capture the result value with a bit, you only have 3 available values...
August 8, 2017 at 8:33 am
August 4, 2017 at 7:26 am
August 3, 2017 at 11:44 am
This is also a good place to start.
http://www.sqlinthewild.co.za/index.php/2011/11/11/sql-university-advanced-indexing-indexing-strategies/
August 3, 2017 at 9:54 am
Viewing 15 posts - 1,036 through 1,050 (of 8,731 total)