Viewing 15 posts - 2,866 through 2,880 (of 26,488 total)
May 3, 2017 at 8:16 am
Everything should be good. If any problems please let me know.
May 2, 2017 at 4:16 pm
May 2, 2017 at 4:10 pm
May 2, 2017 at 9:21 am
May 1, 2017 at 4:02 pm
May 1, 2017 at 3:41 pm
Some day, Jeff, we need to setup a Skype "interview" and see just how well I'd do in an interview with you.
May 1, 2017 at 3:28 pm
No need to pile on...
May 1, 2017 at 3:26 pm
You could still post your problem on one forum and indicate that you have an issue in two separate versions of SQL Server. This will still keep replies together.
May 1, 2017 at 8:58 am
April 27, 2017 at 9:39 am
The CHECKSUM of the value returned by NEWID is a signed integer (maybe a big integer, don't recall), so the ABS insures that the number is positive. Then the MODULO...
April 26, 2017 at 5:21 pm
Can't find anything, but it looks like hashbytes may be actually treat string inputs as case sensitive.
April 26, 2017 at 3:20 pm
Again, try this:
select
object_name(sm.object_id) ObjectName
, col.name ColumnName
,ca1.DataType
from
sys.sql_modules sm
inner join sys.columns...
April 26, 2017 at 2:45 pm
You are welcome.
Plus, you don't know how often the database is blamed for problems that aren't the fault of the database.
In the end, we all have to work...
April 26, 2017 at 12:37 pm
Viewing 15 posts - 2,866 through 2,880 (of 26,488 total)